@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:#000;
}

a:hover {
text-decoration:underline;
}

#wrapper {
margin:10px auto;
width:800px;
border:1px solid #999;
}

#header {
height:114px;
width:800px;
background:url(../images/header.jpg) top left no-repeat;
}

#menu {
background:url(../images/menu.png) repeat-x top;
height:41px;
clear:both;
}

#topnav {
	font-size: 12px;
	height:41px;
	margin: 0;
	overflow:hidden;
	padding: 0 0 0 20px;
	text-align:center;
	}
	
#topnav li {
	list-style:none;
	display:inline;
	white-space:normal;
	}
	
	#topnav a {
	color: #000;
	float: left;
	height: 41px;
	margin: 0;
	padding: 14px 20px;
	text-decoration: none;
	}
	
#topnav a:hover { 
	color: #fff;
	background: #333;;
	}
	
#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;
}

#contentMain {
margin:0;
background:url(../images/bg_contentphoto.jpg) top right no-repeat;
}

#contentSub {
margin:0;
}

#contentMain p {
padding:0 290px 0 0;
}
h1, h2, h3 {
font-weight:bold;
}
h1 {
font-size:18px;
}
h2 {
font-size:16px}
h3 {
font-size:14px;
}
#footer {
background:url(../images/bg_footer.png) repeat-x top;
padding:10px;
height:70px;
}