/*
colors 
(lgt)bg: ECE6E0
(brn)txt: 543019
(grn)linx: d1e14d
(brn) BCAEA5


*/
body {
	margin:0; 
	padding:0;
	text-align:center;
	background-color:#000;
	font-family: "Trebuchet MS", Lucida Sans Unicode, Arial, sans-serif;
	font-size: 10pt;
	color: #543019;
}
h3 {
	font-size: 20pt;
	margin:0;
}

#wrapper{
	width: 840px;
	margin:0 auto;
	text-align: left;
	background: url('/images/bg_repeater.jpg') repeat-y;
}
#header{
	height: 202px;
	
}
#flashcontent{
		height: 234px;
		text-align: center;
	
}

#leftCol{
	float: left;
	width: 275px;
	
	
}
#rightCol{
	float: left;
	padding: 5px 20px 10px 20px;
	width: 505px;
	background: #ECE6E0;
	
}

#rightCol a{
	text-decoration: none;
	color: #543019;
	border: 3px solid #ECE6E0;
	text-transform: uppercase;
	margin-left:-3px;
	
}
#rightCol a:hover{
	text-decoration: none;
	background-color: #d1e14d;
	border: 3px solid #d1e14d;
	text-transform: uppercase;
	margin-left:-3px;
}
#rightCol p {
	line-height: 2em;
}

#footer{
	clear: left;
	height: 50px;
}
/*
///////form
*/

.form div{
	font-size:11px;
	width: 70%;
	clear: left;
	margin: 0;
	padding: 5px 0 5px 0;
}



.form input[type="text"],  .form select, .form textarea{ 
	width: 90%;
}

.form textarea{
	height: 150px;
}
.form img{
	margin-top:-6px;
}
h4 input, .form input, .form textarea, .form select{
	background-color:#fff;
	border: solid 2px;
	border-color:#BCAEA5;
	font-size:inherit;
	font-family:inherit;
	color: #543019;
	cursor: pointer;
}
