body {
	margin: auto;
	text-align: center;
	background-color: #ffffff;
	background:url('../images/homepage_background.jpg') repeat-y left top;
	}

#header {
	margin: auto;
	width: 950px;
	height: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000066;
	}

#header .floatleft {
	float: left;
	margin-right: 10px;
	}

#header .floatright {
	float: right;
	margin-left: 10px;
	}

#header h1 {
	float: right;
	width: 500px;
	font: 16px arial, helvetica;
	color: #fff000;
	font-weight: bold;
	}

#header h2 {
	float: right;
	margin-right: 10px;
	width: 450px;
	font: 14px arial, helvetica;
	color: #00ffff;
	font-weight: bold;
	}

#header h3 {
	float: left;
	width: 250px;
	font: 14px arial, helvetica;
	color: #00ffff;
	font-weight: bold;
	margin-right: 100px;
	}

#links {
	margin: auto;
	text-align: center;
	width: 930px;
	padding-top: 10px;
	padding-left: 20px;
	background-color: #c0c0c0;
	}

#links hr {
	height: 5px;
	width: 100%;
	color: #000066;
	background-color: #000066;
	}

#links .style1 {
	font: 14px arial, helvetica;
	text-align: left;
	color: #000066;
	font-weight: bold;
	padding-top: 0px;
	}

#links A:link {
	color: #800000; 
	font-size: 12px; 
	font-weight: bold;
	font-family: arial, helvetica;
	text-decoration: none;
	background-color: #c0c0c0;
	}

#links A:visited {
	color: #800000; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: arial, helvetica;
	text-decoration: none;
	background-color: #c0c0c0;
	}

#links A:hover {color: #000066;}

#content {
	margin: auto;
	width: 930px;
	padding: 10px;
	background-color: transparent;
	font: 12px arial, helvetica;
	color: #000000;
	}

#content table.solds_table {
	width: 930px;
	text-align: center;
	border: 3px ridge #ce0004;
	margin-bottom: 5px;
	}

#content th.solds_th {
	text-align: center;
	background-color: #000066;
	}

#content h1 {
	font: 14px arial, helvetica;
	color: #00ffff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
	}

#content td.solds_td1 {
	margin-left: 0px;
	text-align: center;
	padding: 2px;
	border: 2px ridge #ce0004;
	background-color: #ffffff;
	}

#content img.floatleft {
	float: left;
	margin: 3px;
	margin-right: 5px;
	}

#content p {
	font: 12px arial, helvetica;
	color: #000000;
	text-align: left;
	font-weight: bold;
	padding: 2px;
	}

#content td.solds_td2 {
	text-align: center;
	padding-left: 10px;
	width: 170px;
	border: 2px ridge #ce0004;
	background-color: #ffffff;
	}

#content h2 {
	font: 12px arial, helvetica;
	color: #000000;
	text-align: center;
	font-weight: bold;
	}

#content A:link {
	display: block;
	color: #00ffff;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, helvetica;
	text-decoration: none;
	width: 150px;
	height: 15px;
	background-color: #000066;
	}

#content A:visited {
	display: block;
	color: #00ffff;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, helvetica;
	text-decoration: none;
	width: 150px;
	height: 15px;
	background-color: #000066;
	}

#content A:hover {
	color: #fff000;
	text-decoration: none;
	width: 150px;
	height: 15px;
	background-color: #ce0004;
	}

#resources {
	width: 950px;
	margin: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	background-color: #000066;
	}

#resources A:link {
	color: #00ffff; 
	font-size: 12px; 
	font-weight: bold;
	font-family: arial, helvetica;
	text-decoration: none;
	}

#resources A:visited {
	color: #00ffff; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: arial, helvetica;
	text-decoration: none;
	}

#resources A:hover {color: #ff0000;}






