body {
	margin: 0px;
	background-color: #473123;
	background-image: url(../images/layout/woodBg.jpg);
}

.bodyBrd {
	border: 1px solid #64594D;
}
p,td,div {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	color: #FFFFFF;
}
.rightBrd {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #64594D;
}
h3 {
	color: #CACE6D;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
}
h4 {
	color: #FFFFCC;
	margin: 0px;
	padding: 0px;
}
.hrSolid {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #64594D;
	border-right-color: #392C1C;
	border-bottom-color: #392C1C;
	border-left-color: #392C1C;
}
a:link {
	color: #FFFFCC;
	text-decoration: underline;
}
a:visited {
	color: #FFFFCC;
	text-decoration: underline;
}
a:hover {
	color: #CACE6D;
}
a:active {
	color: #CACE6D;
}
.padding {
	padding: 10px;
}

.headerBg {
	background-image: url(../images/layout/headingBg.jpg);
	background-repeat: repeat-x;
}
hr {
	border:none;
	border-bottom: dotted 1px #B2A791;
}
.roundCornerBox {
   background: #392C1C;
}
.roundCornerTop div {
   background: url(../images/layout/topLeft.gif) no-repeat top left;
}
.roundCornerTop {
   background: url(../images/layout/topRight.gif) no-repeat top right;
}
.roundCornerBot {
   background: url(../images/layout/botRight.gif) no-repeat bottom right;
}
.roundCornerBot div {
   background: url(../images/layout/botLeft.gif) no-repeat bottom left;
}
.roundCornerTop div, .roundCornerTop, .roundCornerBot div, .roundCornerBot {
   width: 100%;
   height: 21px;
}
.roundCornerContent { margin: 0 10px; }
.smText {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color:#FFFFCC;
}
.hpColBg{
	background-color: #6F634D;
}
.hpColBg p, span{
	color: #473724;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.news {
	list-style-position: outside;
	list-style-image: url(../images/layout/all_arrows.gif);
	list-style-type: disc;
	margin: 0px 0px 0px 10px;
	padding:0;
}
.news li {
	margin: 10px 0px;
}
.news a:link, a:visited {
	text-decoration: none;
}
.brd {
	border: 1px solid #6B5C49;
}
.imgBrd {
	margin: 3px;
	padding: 5px;
	border: 1px solid #B2A791;
	background-color: #6A5C51;
}
/*Forms
////////////////////////////////////////////////*/
input, textarea {
	background-color: #4F402D;
	border-top-color: #FAFAC8;
	border-right-color: #FAFAC8;
	border-bottom-color: #FAFAC8;
	border-left-color: #FAFAC8;
	color: #FFFFCC;
}
form {
	margin: 0px;
	padding: 0px;
}
#join {
	margin-bottom:15px;
}
#join input{
	margin:3px 0;
	border:solid 1px #FFFFCC;
	padding:5px;
}
