@charset "UTF-8";
/* CSS Document */

#wrapper {
	background-color: #F60;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
}
#header {
	height: 100px;
	width: 950px;
	position: relative;
}
.clearfloat {
	clear: both;
}
#footer {
	height: 100px;
	width: 950px;
	position: relative;
}
#rightcontent {
	background-color: #FFF;
	float: right;
	width: 325px;
	padding-right: 25px;
}
.navelement {
	float: left;
	height: 40px;
	width: 150px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18pt;
	color: #36F;
	text-align: center;
	line-height: 10px;
}
#navbar {
	background-color: #FFF;
	height: 40px;
	width: 750px;
	position: relative;
	padding-right: 100px;
	padding-left: 100px;
}
#leftcontent {
	float: left;
	width: 550px;
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
}
