/* CSS Document */

body { 	background:#558669 url(images/BG2.jpg) center repeat-y; }

a:link { color:#6b4c2b; text-decoration:none; }
a:visited { color:#6b4c2b; text-decoration:none; }
a:hover { color:#3d604b; text-decoration:underline; }

li {list-style-position: inside; }
 
.style1 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; font-style: italic; color:#3d604b; }
.style2 { font-family:Arial, Helvetica, sans-serif; font-size: 1.0em; color:#333333; }
.style3 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; font-weight: bold; color:#558669; }
.style4 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:2.0em; font-weight: bold; color:#3d604b; }
.style5 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.4em; font-style: italic; color:#3d604b; }
.style6 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.4em; font-weight: bold; color:#3d604b; }

#body {
	position:relative;
	width:950px; 
	margin-left:auto;
	margin-right:auto;	
	background:#ffffff;
	border:0px solid #333;		
	}
		
#header {
	position:relative;
	left:0px;
	top:0px;
	height:150px;
	background:#ffffff url(images/BGheader2.jpg) no-repeat;		
	border-bottom:0px solid #333;	
	}
	#header1 {
		position:absolute;
		left:80px;
		top:5px;
		width:145px;
		text-align:left;
		border:0px solid #000;	
		}
	#header2 {
		position:absolute;
		left:250px;
		top:10px;
		width:550px;
		text-align:left;
		border:0px solid #000;	
		}			
	#nav {
		position:absolute;
		left:25px;
		top:120px;
		width:900px;
		height:30px;
		text-align:center;
		line-height: 30px;	
		border:0px solid #FF0000;
		}
		#nav a {
			padding:0px 12px 0px 12px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:1.1em;
			font-weight: bold;
			color:#6b4c2b;		
			text-decoration:none;
			}
		#nav a:hover {
			color: #3d604b;
			text-decoration:underline;
			}	

#content {
	position:relative;
	margin:10px 30px;
	border:0px solid #000000;	
	}	

#footer {
	position:relative;
	height:32px;
	line-height: 16px;
	text-align:center;
	background:#ffffff url(images/BGfooter2.jpg) repeat-x;
	border-top:0px solid #000;
}

