@charset "utf-8";
/* CSS Document */

body {
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
}

a {
font-weight:none;
text-decoration:none;
color:#999999;
}

a:hover {
text-decoration:underline;
}


#wrapper {
margin:10px auto;
width:800px;
border:1px solid #999;
}

#header {
height:125px;
width:800px;
background:url(../images/header.jpg) top left no-repeat;
}

#menu {
background:url(../images/menu.png) repeat-x top;
height:45px;
clear:both;
}

#topnav {
	font-size: 12px;
	height:45px;
	margin: 0;
	overflow:hidden;
	padding: 0 0 0 20px;
	text-align:left;
	}
	
#topnav li {
	list-style:none;
	display:inline;
	white-space:normal;
	}
	
	#topnav a {
	color: #000;
	float: left;
	height: 45px;
	margin: 0;
	padding: 14px 20px;
	text-decoration: none;
	}
	
#topnav a:hover { 
	color: #fff;
	background: #000;;
	}
	
#topnav a:active {
	color:#000;
	background:#999;
	}
#contentWrap {
background:url(../images/bg_content.png) top left no-repeat;
padding:5px;
margin:5px 0;
clear:both;
}

#contentWrap_left {
background:url(../images/bg_content.png) top left no-repeat;
padding:5px;
margin:5px 0 0 5px;
float:left;
width:550px;
}

#contentMain {
margin:0;
background:url(../images/bg_contentphoto.jpg) top right no-repeat;
}

#contentSub {
margin:0;
}

#contentMain p {
padding:0 250px 0 0;
}

h1, h2, h3 {
font-weight:bold;
}
h1 {
font-size:20px;
}
h2 {
font-size:18px}
h3 {
font-size:16px;
}
#footer {
color:#FFF;
background:url(../images/bg_footer.png) repeat-x top;
padding:10px;
height:80px;
text-align:center;
}
#footer a:hover {
color:#FFF;
text-decoration:underline;
}

#leftcontent {
	float:left;
	width:200px;
	margin:5px 0;
	padding:5px;

}
.clear {
clear:both;
}
