@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#seocopy {
	height: 30px;
	width: 900px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 181px;
	width: 900px;
}
#wrapper #contentarea {
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(../images/left-i.jpg);
	background-repeat: repeat-y;
}
#wrapper #contentarea #leftcontent {
	background-repeat: repeat-y;
	float: left;
	width: 275px;
}
#wrapper #contentarea #rightcontent {
	background-color: #FFFFFF;
	float: right;
	width: 625px;
}
#wrapper #contentarea #footer {
	background-image: url(../images/bottom-i.jpg);
	height: 176px;
	width: 900px;
	background-repeat: no-repeat;
	clear: both;
}
#wrapper #bottomnav {
	height: 60px;
	width: 900px;
}
