﻿@charset "UTF-8";
/* CSS Document */

body {
	color: #330000;
	font-weight:bold;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#cccc99 url(../images/backgrounds/woodsieBG02.jpg) top center fixed repeat;
	margin-top:0px;
}

/*body.forum {
	color:#000000;
}*/

p {
	margin:0 0 8px 8px;
}

div.mainWrapper, div.forumWrapper, div.aboutWrapper {
	width:1000px;
	height:1023px;
	margin:15px auto;
	background:transparent;
}

div.mainWrapper {
	background:transparent url(../images/backgrounds/woodsieBG02b.jpg) top center no-repeat;
}

div.aboutWrapper {
	background:transparent url(../images/backgrounds/aboutBG.jpg) top center no-repeat;
	margin-top:0px;
}

#Table_01 {
	width:1000px;
	height:auto;
}

div.forumWrapper {
	height:auto;
	border:#CCCC99 solid 3px;
	width:1000px;
	margin-top:0px;
}

td.mainMenu {
	width:450px;
	height:70px;
}

#info {
	width:650px;
	height:125px;
	margin-left:60px;
}

#info td p {
	color: #330000;
	font-size:14px;
}

td.forumHeader {
	width:1000px;
	height:183px;
}

td.aboutHeader {
	width:1000px;
	height:187px;
	vertical-align:top;
}

td.mainContent, td.aboutContent {
	width:1000px;
	height:auto;
	background:transparent;
	padding:15px 60px;
}

td.mainContent {
	height:585px;
}

td.aboutContent {
	height:644px;
}

td.forumContent {
	background:#a99e82;
	height:auto;
}

td.footer {
	background:transparent;
	width:1000px;
	height:55px;
	vertical-align:bottom;
	color:#FFFFFF;
	border-top:#CCCC99 solid 2px;
}

td.footer p {
	text-align:center;
	font-weight:normal;
	color:#FFFFFF;
}

td.footer p a:link, td.footer p a:visited, td.footer p a:active {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-weight:bold;
}

td.footer p a:hover {
	color: #FFFF00;
	text-decoration:underline;
	font-weight:bold;
}

#indexFooter {
	padding-top:45px;
}

#forumFooter {
	height:101px;
	background:transparent url(../images/forumFooter.jpg) bottom center no-repeat;
	width:1000px;
	padding-bottom:25px;
}

#aboutFooter {
	height:94px;
	vertical-align:top;
}

