@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F9F6F6;
}
#wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/clouds.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}
#Menu {
	height: 35px;
	background-image: url(images/menuBar.jpg);
	background-repeat: repeat-x;
	text-align: center;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.buttons {
	float: right;
	height: auto;
	width: 120px;
	margin-top: 8px;
}
#content {
	margin-top: 10px;
	width: 980px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
}
#footer {
	font-size: 12px;
	color: #FFF;
	background-color: #1F60AA;
	text-align: center;
	clear: both;
	margin-top: 20px;
	height: 30px;
	padding-top: 15px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#ContentLeft {
	float: left;
	width: 200px;
}
#ContentRight {
	float: right;
	width: 760px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #91AFD1;
	padding-left: 8px;
}
#headRight {
	float: right;
	margin-top: 20px;
}
.CatTitle {
	background-image: url(images/catBar2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 200px;
	text-align: center;
	font-weight: bold;
	padding-top: 6px;
}
.CatListing {
	text-align: left;
	width: 98%;
	margin-bottom: 8px;
	margin-left: 5px;
	font-weight: bolder;
	margin-right: 5px;
}
.flash {
	text-align: center;
}
.hpage {
	margin-top: 10px;
	margin-bottom: 20px;
}
.thumb {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 12px;
}
.FLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}



#wrapper #footer a {
	color: #FFF;
	text-decoration: none;
}

a:link {
	color: #002E5B;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #002E5B;
}

a:hover {
	text-decoration: none;
	color: #A04200;
}

a:active {
	text-decoration: none;
	color: #002E5B;
}
.star {
	color: #900;
}
