* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/mainBackground.gif);
	background-color: #FFF;
	background-repeat: repeat-x;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
	background-color: #FFF;
}
#logo {
	width: 300px;
	float: left;
	height: 50px;	
}
#header {
	width: 900px;
	color: #333;
	height: 484px;
	background-color: #000;
}
#navigation {
	width: 900px;
	color: #333;
	background-color:#000;
	height: 62px;
}
#content {
	width: 900px;
	color: #333;
	background-color: #FFF;
	height: auto;
}
#contentLeft {
	float: left;
	height: auto;
	width: 250px;
	background-color: #FFF;
}
#contentLeftA {
	float: left;
	width: 250px;
}
#contentLeftB {
	float: left;
	height: auto;
	width: 250px;
	padding-top: 20px;
}
#contentLeftC {
	float: left;
	height: auto;
	width: 250px;
	padding-top: 20px;
}
#contentRight {
	float: left;
	height: auto;
	width: 630px;
	padding-left: 20px;
	background-color: #FFF;
}
#contentRightA {
	float: left;
	height: auto;
	width: 630px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contentRightB {
	float: left;
	height: auto;
	width: 630px;
}
#contentRightC {
	float: left;
	height: auto;
	width: 650px;
}
#contentRightD {
	float: left;
	height: 50px;
	width: 650px;
}
#contentRightE {
	float: left;
	height: 50px;
	width: 650px;
}
/*menu*/
.underlinemenu {
	font-weight: normal;
	width: 550px;
	font-size: 11px;
	float: right;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.underlinemenu ul {
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: right;
//set value to "left", "center", or "right"*/
}
.underlinemenu ul li {
	display: inline;
}
.underlinemenu ul li a {
	color: #999;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected {
	border-bottom-color: #CCC;
	color: #FFF;
}
/*footer*/
#footer {
	clear: both;
	border-top: 5px solid #323232;
	color: #808080;
	padding: 10px 0;
	background-color: #000;
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer ul {
	float: left;
	width: 200px;
}
#footer li {
	padding: 5px 8px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer li a {
	color: #333;
}
#footer li a:hover {
	color: #F5CFE1;
}
#footer #col {
	float: right;
	width: 600px;
}
.clear {
	clear: both;
}
.wrap {
	margin: 25px auto;
	width: 880px;
}
li {
	list-style-type: none;
}
ul {
	list-style-type: none;
}
