body {
	margin: 10px;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #512212;
}
h1 {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #512212;
}
h2 {
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #512212;
}
h3 {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #512212;
}
h4 {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #512212;
}
h5 {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #512212;
}
h6 {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #8b2b0d;
}
p, div, td, li {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #010101;
}
a {
	text-decoration: none;
	color: #3f0f02;
}
pre {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #3f0f02;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.mainTable {
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: #c7a97e;
}
.topContainer {
	background-image: url(images/top_back.gif); 
	background-repeat: repeat-x; 
	height: 180px; 
	text-align: center;
	width: 100%;
}
.top {
	background-image: url(images/top.jpg); 
	width: 975px; 
	height: 180px; 
	margin: auto;
	position: relative;
}
.top a {
	display: block; 
	position: absolute; 
	top: 50px; 
	left: 40px; 
	width: 175px; 
	height: 78px;
}
.topFlash {
	position: absolute; 
	left: 270px;
	top: 0px;
}
.contentContainerCell {
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #fe5214;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.contentTable {
	width: 975px;
	height: 100%;
	margin: auto;
}
.leftCell {
	width: 285px; 
	height: 100%; 
	vertical-align: top;
}
.menuContainer {
	margin-left: 10px;
}
.menu {
	width: 250px;
}
.menuItem {
	background-image: url(images/menuitem.gif);
	background-repeat: no-repeat;
	background-position: 2% 50%;
}
.menuItem a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	padding-left: 20px;
	color: #3f0f02;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: #341308 1px dashed;
}
.menuItem a:hover {
	text-decoration: none;
	color: #852900;
}
.menuItemActive {
	background-image: url(images/menuitem.gif);
	background-repeat: no-repeat;
	background-position: 2% 50%;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #852900;
	font-weight: bold;
	border-bottom: #341308 1px dashed;
}
.subMenuItem a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	margin-left: 25px;
	color: #3f0f02;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: #341308 1px dashed;
}
.subMenuItem a:hover {
	text-decoration: none;
	color: #852900;
}
.subMenuItemActive {
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 25px;
	color: #852900;
	font-weight: bold;
	border-bottom: #341308 1px dashed;
}
.subSubMenuItem a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	margin-left: 35px;
	color: #3f0f02;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: #341308 1px dashed;
}
.subSubMenuItem a:hover {
	text-decoration: none;
	color: #852900;
}
.subSubMenuItemActive {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 35px;
	color: #852900;
	font-weight: bold;
	border-bottom: #341308 1px dashed;
}
.contentCell {
	width: 690px; 
	height: 100%;
	vertical-align: top;
}
.content {
	margin-left: 4px;
	padding-right: 37px;
	padding-bottom: 50px;
}
.content p, .content div, content li {
	line-height: 16px;
}
.content li {
	margin-bottom: 10px;
}
.content td {
	padding: 5px;
}
.content img {
	border: #ff8313 5px solid;
}
.inputBox {
	border: #3f0f02 1px solid;
	background-color: #ffc675;
	color: #3f0f02;
	font-family: Trebuchet MS;
	font-size: 12px;
	height: 19px;
	width: 300px;
}
.inputBoxHalf {
	border: #3f0f02 1px solid;
	background-color: #ffc675;
	color: #3f0f02;
	font-family: Trebuchet MS;
	font-size: 12px;
	height: 19px;
	width: 150px;
}
.textareaBox {
	border: #3f0f02 1px solid;
	background-color: #ffc675;
	color: #3f0f02;
	font-family: Trebuchet MS;
	font-size: 12px;
	height: 80px;
	width: 300px;
}
.separator {
	background-image: url(images/separator.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 1px;
}
.bottom {
	width: 100%;
	height: 119px;
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #995232;
	font-size: 14px;
	font-weight: bold;
}
.bottom a {
	line-height: 119px;
	color: #38180d;
	font-size: 13px;
	text-decoration: none;
	color: #995232;
	font-size: 14px;
	font-weight: bold;
}
.error {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	color: red;
	font-weight: bold;
	font-size: 11px;
}
.regError {
	color: red;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px !important;
}
.forumTop {
	width: 251px;
	height: 38px;
	background-image: url(images/forum_top.gif);
	background-repeat: no-repeat;
}
.forumTop a {
	width: 251px;
	height: 38px;
	display: block;
}
.voteTop {
	width: 251px;
	height: 33px;
	background-image: url(images/vote_top.gif);
	background-repeat: no-repeat;
}
.partnersTop {
	width: 251px;
	height: 33px;
	background-image: url(images/partners_top.gif);
	background-repeat: no-repeat;
}
.partners ul {
	margin: 0px;
	padding: 0px;
}
.partners li {
	list-style-type: none;
	margin: 10px;
}
.formTable {
	width: 620px;
}
.formTable td {
	padding: 8px;
	border-bottom: #341308 1px dashed;
}
.smallText {
	font-size: 9px;
	line-height: 12px !important;
}
.button {
	border: 0px;
	background-image: url("images/button_arrow.gif");
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	cursor: pointer;
}
.buttonLoggedIn {
	height: 22px;
	width: 100px;
	text-align: center;
	margin: 5px;
	background-image: url(images/button.gif);
	background-repeat: repeat-x;
	background-color: #8eb11c;
	border: #d9e7b0 1px solid;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.codeField {
	text-align: right;
	width: 115px;
	vertical-align: middle !important;
}
.codeImg {
	margin: 10px;
	border: 0px !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.pager {
	border-top: #aaaaaa 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.pagerTitle, .pagerComment {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.pagerItem {
	display: inline;
	margin-left: 3px;
	margin-right: 3px;
}
.pagerItemNumber {
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: bold;
}
.pagerItem a {
	text-decoration: none;
	color: black;
}
.pagerItem a:hover {
	text-decoration: none;
	color: #444444;
}
.codeImg {
	margin-left: 0px !important;
}
.thumbnails {
	width: 640px;
	overflow: auto;
	background-color: #ffd08e;
	height: 120px;
	text-align: center;
}
.thumbnails td {
	padding: 5px;
}
.thumbnails img {
	border: #ff8313 2px solid;
}
.zoom {
	text-align: center;
	margin-top: 15px;
}
.zoomTable {
	width: 620px;
}
.zoomImg {
	text-align: center; 
	margin: auto;
	width: 500px;
	height: 440px;
	vertical-align: top;
}
.zoomImg img {
	border: #ff8313 2px solid !important;
}
.zoomNavigLeft, .zoomNavigRight {
	width: 60px;
	margin-top: 10px;
}
.zoomNavigRight {
	text-align: right;
}
.zoomTable img {
	border: none;
}
.imgNo {
	font-weight: bold;
	text-align: center;
	margin: 5px;
}
