*{ 
	margin: 0; padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #0C2426;
	font-size: 15px;
	}

body{
	background-color: #546575;
	}
	
#wrapper{
	width: 950px;
	margin: 0 auto;
	}

#head{
	height: 121px;
	background-image: url(/img/head.png);
	background-repeat: no-repeat;
	position:relative;
	}
	
#head h1, #head h2{
	margin-left: -9999px;
	}

#head h3{
	position:absolute;
	top:60px;
	right:15px;
	width:200px;
	height:50px;
	font-size:10px;
	visibility:hidden;
}
	
#menu{
	height: 28px;
	background-image: url(/img/menu.png);
	background-repeat: no-repeat;
	}

#menu li{
	display: inline;
	padding: 0 20px 0 0;
	}

#menu ul{
	padding: 5px 25px;
	}
	
#menu a{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	}

#menu a:hover{
	color: #0C2426;
	}
	
#contentwrapper{
	background-image: url(/img/background.png);
	background-repeat: repeat-y;
	_height:100px;
	}
	
#content{
	float: left;
	width: 660px;
	padding: 10px 0 10px 25px;
	font-size: 15px;
	}

#content.wide{
	width:900px;
}
	
#content img{
	border: 1px solid #546575;
	padding: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#content p{
	margin: 10px 0;
	line-height: 18px;
	}

#content ul{
	margin-left: 30px;
	}
	
h2{
	color: #92A2AF;
	font-size: 28px;
	}
	
h3{
	color: #92A2AF;
	font-size: 24px;
	margin: 10px 0;
	}
	
h4{
	color: #92A2AF;
	font-size: 18px;
	margin: 10px 0;
	}
	
#subcontent{
	float: right;
	padding: 10px 25px 10px 0;
	width: 220px;
	}

#subcontent.gone{
	display:none;
}	
	
.subbox{
	border-left: 1px solid #556676;
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
	}

.subbox ul{
	padding-left: 15px;
	margin: 10px 0;
	}
	
.subbox a{
	text-decoration: none;
	font-size: 14px;
	}
	
.subbox a:hover{
	color: #92A2AF;
	}
	
#clearall{
	clear: both;
	}
	
#footer{
	height: 60px;
	background-image: url(/img/footer.png);
	background-repeat: no-repeat;
	}

#footer p{
	padding: 10px 25px;
	}

#sitebyf1{
	width: 950px;
	}

#sitebyf1 p{
	text-align: right;
	padding: 0 25px;
	}
#sitebyf1 p img{
	border: none;
	}
	
.left{
	margin-right: 10px;
	}
	
.right{
	margin-left: 10px;
	}