* {padding:0; margin:0}

a.link-color{
	color: #ca860a;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

body{
	background-image:url(images/bgwood.gif);
	background-repeat:repeat;
	background-color:#333333;
	background-position:center;
	font-family: Georgia;
	color: #000000;
	font-size: 11px;
	text-align: center;
}

#wrapper{
	width:985px;
	margin:0 auto;
	text-align: left;
}

#head{
	margin: 0 auto;
	background:url(images/header.png) center no-repeat;
	width:985px;
	height: 403px;
	text-align:left;
}

#navs{
	margin-top: 130px;
	padding-right:20px;
	float:right;
	clear:both;
}

#body-bg{
	margin:0 auto;
	width:985px;
	text-align: center;
	background:url(images/bodybg.png) center repeat-y;
}

.column {
	width:290px;
	margin: 0 0 0 35px;
	text-align:left;
	float:left;
}

.columnb {
	width:290px;
	margin: 0 0 0 10px;
	text-align:left;
	float:left;
}

.columnc {
	width:600px;
	margin: 0 0 0 35px;
	text-align:left;
	float:left;
}

.title{
	font-family:impact;
	font-size:18px;
	color:#b33c3c;
}

.titleb{
	font-family:impact;
	font-size:24px;
	color:#b33c3c;
}

.titlec{
	font-family:impact;
	font-size:18px;
	color:#5e5b5b;
}

.style01{
	color:#b33c3c;
}

.style02{
	font-family:century gothic;
	font-size:14px;
	color:#b33c3c;
}

.style03{
	font-family:impact;
	font-size:22px;
	color:#4b4b4b;
	text-align:center;
}

#footer{
	margin: 0 0 0 0;
	width: 985px;
	background:url(images/footer.png) center no-repeat;
	text-align:left;
}

textarea
	{
	font-size: 1.2em;
	font-style: normal;
	text-decoration: none;
	border: 1px solid  #000000;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	padding: 1px;
	}


input.textfieldClass
	{
	font-size: 1.2em;
	font-style: normal;
	text-decoration: none;
	padding: 2px;
	border: 1px solid  #000000;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	padding: 1px;
	}

input.buttonClass
	{
	font-size: 1.2em;
	font-style: normal;
	text-decoration: none;
	border: 1px solid #000000;
	letter-spacing: normal;
	background-color: #EAEAEA;
	word-spacing: normal;
	vertical-align: middle;
	height: 22px;
	}

input.buttonClass:hover
	{
	font-size: 1.2em;
	font-style: normal;
	border: 1px solid #990000;
	background-color: #F0F0F0;
	color:#990000;
	}

blockquote
	{
  color: #222222;
  background-color: #D7C6A8;
	font-size: 1.1em;
	margin: 2px,5px,2px,2px;
	padding: 3px;
	text-align: right;
	quotes: "\201C" "\201D";
	}

blockquote:before
	{
	content: open-quote;
	font-size: 1.5em;
	font-weight: bold;
	}

blockquote:after
	{
	font-size: 1.5em;
	content: close-quote;
	font-weight: bold;
	}

span.cntr
	{
  color: #D7BE74;
  background-color: #78664B;
	font-size: 1.5em;
	margin: 2px,5px,2px,2px;
	padding: 3px;
	text-align: left;
	}
	
.error 
	{
	color: #990000;
	text-align: justify;
	}