/* CSS Document */
html { overflow-y: scroll; } 
body{
	margin: 0;
	padding: 0;
	background:#493829;
}
#container{
	margin:0 auto;
	width:950px;
	background:#b99c6b;
	height:100%;
	border:1px solid #DFD2BD;
	border-top-width:0;
}
#header{
	height:215px;
	text-align:left;
	padding:5px;
	font:14px/20px Tahoma, Verdana, sans-serif;
	color:#2F1D0D;
	background:url(../images/bg_header2.jpg) no-repeat;
}
#header h1{
	text-align:left;
	font: bold 30px Georgia, "Times New Roman", Times, serif;
	margin-top:0;
	color:#2F1D0D;
}
#header h1.logo{
	background:url(../images/sea-duck-logo.png) no-repeat;
	width:208px;
	height:214px;
	float:left;
}
#header h1.logo span{
visibility:hidden;
}
#header h2{
	text-align:right;
	margin-top:170px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	/*color:#DCC9A9;*/
	color:#2F1D0D;
}
#header a.logo{
	display:block;
	width:950px;
	height:150px;
	text-decoration:none;
	float:left;
	/* defines header element */
}
#header a.logo span {
	visibility:hidden;
}
/*Content area*/
#content{
	color:#2F1D0D;
	font:14px/20px Tahoma, Verdana, sans-serif;
	padding: 0 20px;
	width:910px;
	min-height:100px;
	clear:both;
	/*float:right;*/
}
#content h1{
	font: bold 20px Georgia, "Times New Roman", Times, serif;
}
#content h2{
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}
#content a{
	color:#2F1D0D;
}
#content img{
	/*border:1px solid #666666;*/
}
#nav{
	width:550px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
}
#nav a{
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#2F1D0D;
	margin-right:60px;
}
#nav a:hover{
	color:#974945;
}
#nav a.active{
	color:#974945;
}
#nav a.last{
	margin-right:0;
}
#rightcol{
    clear: both;
    float: right;
    margin-right: 0;
    margin-top: -35px;
    width: 350px;
}
#footer{
	font:10px Tahoma, Verdana, sans-serif;
	color: #2F1D0D;
	background:#b99c6b;
	text-align:center;
	padding:5px;
	width:940px;;
	clear:both;
}
#footer a{
	color:#2F1D0D;
	text-decoration:none;
}
#footer a:hover{
	color:#2F1D0D;
	text-decoration: underline;
}
.imgright{
	float:right;
	border:1px solid #2F1D0D;
	margin-left:20px;
}
#rightcol .imgborder{
	border:1px solid #2F1D0D;
	margin-bottom:5px;
	margin-right: -42px !important;}