@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

#divMain {
	width: 800px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #333;
	padding: 10px;
}

#divTitlebar {
	width: 800px;
}

#divNav {
	margin-top: 10px;
	font-weight: bold;
	width: 790px;
	border: 5px solid #FFF;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#divNav ul {
	padding: 0px;
	margin: 0px;
}

#divNav li {
	padding: 0px;
	margin: 0px;
}

#divNav #navlist li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	margin-left: 20px;
}

#divNav a {
	text-decoration: none;
}

#divNav a:link {
	color: #FFF;
	text-decoration: none;
}
#divNav a:visited {
	color: #EEE;
	text-decoration: none;
}
#divNav a:active {
	color: #F90;
	text-decoration: underline;
}
#divNav a:hover {
	color: #F90;
	text-decoration: underline;
}
#divNav #current {
	color: #F88;
}

#divBody {
	width: 800px;
	margin-top: 10px;
}

#divBody a:link {
	color: #F88;
	text-decoration: underline;
}
#divBody a:visited {
	color: #B44;
	text-decoration: underline;
}

#divBody a:hover {
	color: #F88;
	text-decoration: none;
}
#divBody a:active {
	color: #F88;
	text-decoration: none;
}

#divBody #tableBody {
	width: 100%;
	border: none;
	padding: 0px;
	margin: 0px;
}

#divBody #tableBody tr {
	padding: 0px;
	margin: 0px;
}

#divBody #tableBody td {
	padding: 0px;
	margin: 0px;
}

#divBody #tableBody #tdLeft {
	border-left: 8px solid #FFF;
}

#divBody #tableBody #tdTop {
	border-top: 8px solid #FFF;
}

#divBody #tableBody #tdRight {
	border-right: 8px solid #FFF;
}

#divBody #tableBody #tdBottom {
	border-bottom: 8px solid #FFF;
}

#divBody #tableFeature {
	 margin-bottom: 20px;
	 margin-left: 35px;
	 background-image: url(../images/feature.gif);
	 background-repeat: no-repeat;
	 width: 246px;
	 height: 270px;
	 font-size: 16px;
	 font-weight: bold;
}

#divBody #tableFeature img {
	 border: none;
}

#divBody #tableFeature a {
	 color: #FFF;
	 display: block;
}

#divBody #tableFeature a:hover {
	color: #F88;
}

h1 {
	margin-top: 0px;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 24px;
}

h2 {
	margin-top: 20px;
	margin-bottom: 0px;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 20px;
	border-bottom: 1px dashed #FFF;
}

#divFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 25px;
	width: 818px;
	background-color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #FFF;
}

#divFooter a {
	color: #F88;
}

#tablethumbs td {
	border: 1px dashed #DDD;
}

.btop { border-top: 1px dashed #EEE; }
.bbottom { border-bottom: 1px dashed #EEE; }