@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	height: 60px;
	padding-top: 0px;
}	
#wrapper  #bodyArea {
	font-weight: normal;
	color: #333333;
	margin-top: auto;
	width:960px;
}
#wrapper #headerimage {
	height: 200px;
}

#wrapper #navigation {
	height: 24px;
}
#logoleft {
	height:155px;
	width:191px;
	position:relative;
	left:-191px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	top: 3px;
	display: none;
}
#wrapper #content {
	background-color: #FFFFFF;
	position:absolute;
	top:0;
	width: 960px;
}
#wrapper #content #bodyArea #subnav {
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

