/* CSS Document */

*{
	margin:0;
	padding:0;
	outline:none;
}

body{
	margin:0;
	padding:0;
	background-color:#CFC2A5;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7D6955;
	font-size:12px;
}

.clear{
	clear:both;
}

#wrapper{
	width:618px;
	padding:8px;
	border:8px solid #FFFFFF;
	margin:29px auto;
	background-color:#C0F8F5;
}

#header{
	width:618px;
	height:286px;
	margin:0;
	padding:0;
	background:url(../images/header.jpg) no-repeat;
}

#header h1{
	display:none;
}

#nav{
	padding:0;
	margin-top:8px;
	width:618px;
	height:44px;
	background:url(../images/nav-bg.gif) top left repeat-x;
}

#nav ul{
	width:618px;
	margin:0;
	padding-top:12px;
	list-style-type:none;
	font-size:16px;
	height:32px;
}

#nav ul li {
	padding:0 30px;
	display:block;
	float:left;
	margin:0;
}

#nav ul li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#686C60;
}

#nav ul li a:hover, #nav ul li a.active{
	text-decoration:none;
	color:#292B25;
}

#content{
	width:588px;
	background-color:#FFFFFF;
	padding:15px;
	margin-top:8px;
}

#content img {
	float:left;
	margin:0;
	padding:0;
}

#content h1{
	margin-bottom:18px;
	line-height:22px;
	font-size:20px;
	font-weight:normal;
}

#content h2{
	margin-bottom:18px;
	line-height:20px;
	font-size:18px;
	font-weight:normal;
}

#content h3{
	margin-bottom:18px;
	line-height:18px;
	font-size:16px;
	font-weight:normal;
}

#content p{
	margin-bottom:18px;
	line-height:20px;
}

#content a{
	font-weight:bold;
	text-decoration:underline;
	color:#356E6A;
}

#content a:hover{
	font-weight:bold;
	text-decoration:none;
	color:#64472E;
}

#footer{
	width:100%;
	margin:0;
	padding:0;
}

#footer p{
	text-align:center;
	font-size:11px;
}
