* {
	padding: 0;
	margin: 0;
	margin-top: 0px;
}

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
}

#wrapper { 
 margin: 0 auto;
 width: 755px;
}

#content {
	float: left;
	color: #A0978E;
	height: 300px;
	width: 755px;
	display: inline;
	background-color: #FFFFFF;
	background-image: url(../images/1500COMready2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	color: #A0978E;
	width: 755px;
	float: left;
	height: 95px;
	background: #ffffff;
}

#footer {
	width: 755px;
	height: 25px;
	clear: both;
	color: #A0978E;
	background: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navigation {
	float: left;
	width: 755px;
	height: 40px;
	color: #A0978E;
	background: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


A:link {
	text-decoration: none;
	color: #999999;
}
A:visited {
	text-decoration: none;
	color: #A0978E;
}
A:active {
	text-decoration: none;
	color: #A0978E;
}
A:hover {
	text-decoration: underline;
	color: #A0978E;
}

