
/*
CSS-file for three column layout 2006
http://www.savio.no/
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #003300; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background-color: #006600; 
background-image:url("images/bgg.jpg");
text-align: center; /*** Centers the design in old IE versions ***/
}
body {
font-size: 80%;
}
p {padding: 7px 0 7px 0;}

a {
color: #000099;
}
a:hover{
color: #0000FF;
text-decoration: none;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.1em;
}
h3 {
font-size: 1em;
}
h1 a, #header h2{
color: #003300;
}
.clear { clear: both; }

table.center {margin-left:auto; margin-right:auto;}

.imgfloat{float: left; 
    margin: 4px 10px 4px 0px; 
	border: 1px solid #006600;}


.imgfloatright{float: right; 
    margin: 4px 0px 4px 10px; 
	border: 1px solid #006600;}



#mainContainer {
width: 760px;
margin: 0 auto; /*** Centers the design ***/
min-height: 300px;
background: #FDFAEE;

text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
/*** background: #000099; ***/
background-image:url("images/bgp.jpg");

padding: 10px;
text-align: center;
border-bottom: 2px solid #006600;
}

#header hr {
 margin:auto;
 width:80%;
 background-color: #006600;
 color: #006600;
 height: 1px;
}

#header h2 {padding-top:7px;}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
background-image:url("images/bgp.jpg");
padding-left: 165px;  
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {

width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 760px;
margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
width: 600px;

text-align:center;

}
* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap {
padding: 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}

.center
{
text-align: center;
}

.contentbox {
/*** for each of the main items?***/
/*** float: right; ***/
background: #FDFAEE;
text-align:left;
margin-top: 10px;
 margin-left: auto ;
  margin-right: auto ;
padding: 5px;
width: 90%;
border: 1px solid #006600;
overflow: auto;



}
.contentbox h2 {
text-align:center;
padding-top: 2px;
color: #FDFAEE;
background-color: #006600; 
width: 100%;
}

.contentbox hr {
 margin:auto;
 width:60%;
 background-color: #006600;
 color: #006600;
 height: 1px;
}

.contentboxleft {
float:left;
margin-right: 7px;

}

.contentboxright {
float:right;
margin-left: 7px;

}


.picrow{
	width:90%;
	overflow:hidden;
	margin:0 0 0 5%;
 text-align:center;
}

.picrow ul {
	float:left;
	margin:auto;
	padding:0;
	list-style:none;
	position:relative;
	left:50%;
}
.picrow ul li {
	padding:5px;
	margin:5px;
	display:-moz-inline-box;/* older gecko*/
	display:inline-block;
	position:relative;
	left:-50%;
	zoom:1.0;
}

.picrow ul li img{border:1px solid #000;padding:5px;}

.picrow h3 {padding-top: 15px;}

.gallerybox {
/*** for each of the main items?***/
/*** float: right; ***/
background: #FDFAEE;
text-align:center;
margin-top: 10px;
 margin-left: auto ;
  margin-right: auto ;
padding: 5px;
width: 90%;
border: 1px solid #006600;

}

.gallerybox img {margin: 10px;}

.pagetitle {
		width:100%;
		background: white;
		padding-top: 4px;
		padding-bottom: 6px;
		border: 1px solid #006600;
		text-align:center;
	}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 148px;
background: #FDFAEE; 
background-image:url("images/bgp.jpg");
min-height: 250px;
padding: 15px 5px 5px 5px;
text-align: center;
border-right: 2px solid #006600;
border-bottom: 2px solid #006600;
}
* html #left {
position: relative;  /*** IE needs this  ***/
height: 250px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-top: 2px;
padding-bottom: 2px;
}

#left hr {
 margin:auto;
 width:85%;
 background-color: #006600;
 color: #006600;
 height: 2px;
}


.test 

.test  ul {
list-style: none;
padding-bottom: 4px;
}

.test li {
margin-top: 5px;
width: 85%;
margin-left: auto;
margin-right: auto;
color: #FDFAEE;
background-color: #006600; 
padding: 5px 5px 0px 5px;

font-weight: bold;
font-size: 1.2em;
}

.test a:link{text-decoration: none; color: #FDFAEE;} 
.test a:visited {text-decoration: none; color: #FDFAEE;}
.test a:active {text-decoration: none; color: #FDFAEE;}
.test a:hover {text-decoration: none; color: #FDFAEE;}


/*************************
RIGHT COLUMN
**************************/
#right {
float: left;
width: 750px;
background: #FDFAEE;
background-image:url("images/bgp.jpg");
padding: 5px;
height: 40px;
margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
text-align: center;
border-top: 2px solid #006600;
}
* html #right {
position: relative;  /*** IE needs this  ***/
}
#right ul {
list-style: none; 

}
#right li {
display: inline;
padding-right: 15px;

}
/**************************
FOOTER
**************************/
#footer {
width: 760px;
margin: 0 auto;
border-top: 2px solid #006600;
text-align: center;
background-color: #FDFAEE;
background-image:url("images/bgp.jpg");
}

