body {
	margin: auto;
	text-align: center;
	background-color: #ffffff;
	background:url('../css_images/background_home.jpg') repeat-y left top;
	}

#header {
	margin: auto;
	text-align: center;
	width: 950px;
	height: 300px;
	background-color: #ce0004;
	background:url('../css_images/header_main.jpg') no-repeat left center;
/*	background:url('../css_images/header_xmas.jpg') no-repeat left center; */
/*	background:url('../css_images/header_newyear.jpg') no-repeat left center; */

	}

#header h1 {
	float: left;
	font: 18px arial, helvetica;
	text-align: left;
	color: #c0c0c0;
	font-style: italic;
	font-weight: bold;
	}

#header .floatleft {
	float: left;
	margin-left: 5px;
	}

#listing_links {
	margin: auto;
	text-align: center;
	}

#listing_links .style1 {
	font: 16px arial, helvetica;
	text-align: center;
	color: #000066;
	font-weight: bold;
	}

#listing_links A:link {
	color: #00ffff; 
	font-size: 14px; 
	font-weight: bold;
	font-family: arial, helvetica;
	text-decoration: none;
	width: 30px;
	height: 10px;
	background-color: #000066;
	padding: 2px;
	}

#listing_links A:visited {
	color: #00ffff; 
	font-size: 14px; 
	font-weight: bold; 
	font-family: arial, helvetica;
	text-decoration: none;
	width: 30px;
	height: 10px;
	background-color: #000066;
	padding: 2px;
	margin-bottom: 5px;
	}

#listing_links A:hover {
	color: #ff0000;
	}

#linkbar {
	float: left;
	width: 170px;
	min-height: 1%;
	margin-right: 10px;
	padding: 10px;
	text-align: center;
	background-color: #000066;
	background:url('../css_images/background_links.jpg') no-repeat top left;
	}

#linkbar hr {
	color: #00ffff;
	height: 1px;
	}

#linkbar h2 {
	font: 12px arial, helvetica;
	text-align: center;
	color: #fff000;
	font-style: italic;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	}

#linkbar .style3 {
	font: 14px arial, helvetica;
	text-align: center;
	color: #000066;
	font-style: italic;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	}

#linkbar .style2 {
	font: 10px arial, helvetica;
	text-align: center;
	color: #000066;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	}

#linkbar A:link {
	color: #00ffff; 
	font-size: 12px; 
	font-weight: bold;
	font-family: arial, helvetica;
	text-decoration: none;
	background-color: #000066;
	}

#linkbar A:visited {
	color: #00ffff; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: arial, helvetica;
	text-decoration: none;
	background-color: #000066;
	}

#linkbar A:hover {
	color: #ce0004;
	}

#content {
	margin: auto;
	text-align: center;
	width: 930px;
	padding: 10px;
	background-color: #ffffff;
	}

#content img.floatleft {
	float: left;
	padding-right: 10px;
	}

#content img.floatright {
	float: right;
	padding-left: 10px;
	}

#content p {
	font: 14px arial, helvetica;
	text-align: left;
	color: #000000;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	}

#content .style1 {
	font: 16px arial, helvetica;
	text-align: center;
	color: #000066;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	}

#resources {
	clear: both;
	margin: auto;
	width: 950px;
	padding-top: 10px;
	text-align: center;
	background-color: #ffffff;
	}

#resources .style1 {
	font-family: arial, helvetica;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
	text-align: center;
	}

#resources A:link {
	color: #000066; 
	font-size: 11px; 
	font-weight: bold;
	font-family: arial, helvetica;
	text-decoration: none;
	}

#resources A:visited {
	color: #000066; 
	font-size: 11px; 
	font-weight: bold; 
	font-family: arial, helvetica;
	text-decoration: none;
	}

#resources A:hover {color: #ff0000;}


