/* CSS Document */

body { 

background:url("images/back.jpg") no-repeat bottom left;

background-attachment: fixed;
	
background-color:#fafaf9;

text-align:center;

font-family:Arial;

font-size: 13px;

line-height: 1.5em;

}


a:link, a:visited{

color:#666666; 
}


a:hover {

color:#999999;

}


h1{

margin-top:40px;

color:#006d68;

font-family:Georgia, Arial;

font-size:35px;

}


h2 {

font-family:Georgia, Arial;

color:#869027;

margin-top:20px;

}


#wrapper {

text-align:left;

width:800px;
	
margin:auto;
	
}
	
.line {

border-top:1px solid #d6d5d7;
	
}
	
#content {

float:right;

width:540px;

margin-bottom:400px;

}




/* ............................................................... Side nav */




#side_nav{

float: left;
	
width: 230px;
	
text-align: left;
	
font-size: 12px;

margin-top:20px;
	
}


#side{

margin:0px;

width: 230px;
	
padding-left: 0px;
	
list-style-type: none;

border-top: 1px solid  #d6d5d7;
	
}
	
	 
#side a:link, #side a:visited {

text-decoration: none;
	
color:#999999;
	
}

	
#side li{

background:url(images/arrow.gif) left center no-repeat;
	   
border-bottom: 1px solid  #d6d5d7; 
	   
}


#side li a {  
		
display: block;
	
padding: 5px 0px 5px 15px;
		
text-decoration: none;
		
 }
 
		 
#side li a:hover {

background-color:#ecedee;

text-decoration: none;
	
color:#333333;
		
}
		
 * html #side li a {  /* make hover effect work in IE */
 
 width: 215px;
	
 }
 

/* ............................................................... Footer */


 .footer{

color:#999999;

margin-bottom:20px;

}
	
