body {
	color:#000;
	font: 11px Verdana, Helvetica, sans-serif;
	margin: 0;
	background-image: url(../images/bg.png);
	background-attachment: fixed;
}

A:link{ color:#32aa2c; text-decoration:none; }
A:hover{ color:#005113; text-decoration:underline; }
A:active{ color:#32aa2c; text-decoration:none; }
A:active:hover{ color:#005113; text-decoration:underline; }
A:visited{ color:#32aa2c; text-decoration:none; }
A:visited:hover{ color:#005113; text-decoration:underline; }


#wrap {
	background-color: #FFF;
	border: 5px;
	border: solid #FFF;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 701px;
}


#topbar {
	width: 701px;
	height: 12px;
	background-image: url(../images/topbar.png);
}

#header {
	width: 701px;
	height: 217px;
	background: url(../images/flashbot.jpg) no-repeat 100% 100%;
}

#header h1 {
	display: none;
	font-size: 9px;
	}

#nav {
	width: 135px;
	float: left;
	background-color: #e1d7b6;
	text-align: center;
}

#botbar {
	width: 701px;
	height: 16px;
	background-image: url(../images/botbar.png);
}

#navbot {
	background-image: url(../images/contentbg.png);
	height: 15px;
	font: 9px Verdana, Helvetica, sans-serif;
	text-align: right;
}

#contleft {
	float: left;
	width: 135px;
	background-color: #e1d7b6;
	text-align: center;
}

#contright {
	float: left;
	width: 536px;
	padding: 15px;
	text-align: left;
	background:url(../images/bgcontent.gif) #FFFFFF repeat-x;
}

#contright p {
	line-height: 140%;
	}

#info {
	width: 117px;
	height: auto;
	background: #f5f0de;
	padding: 5px;
	margin: 5px 3px 5px 3px;
	text-align: left;
	color:#000000;
	font: 9px Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

#botnav {
	font: 11px;
	text-align: center;
	padding: 20px;
}

#content {
	background:url(../images/contentbg.png);
	height: inherit;
}

#footer {
	background-color: #3e3e3e;	
	color:#FFF;
	font: 10px;
	padding: 10px;
	text-align: right;
	line-height: 130%;
	}
	
	
#box {
	width: 500px;
	text-align: left;
		}
		
.required {
	color:#FF0000;
	}
	
/************ Contact Form ******************/

#contactForm label {
	float: left;
	text-align:right;
	width: 110px;
	padding: 0;
	margin:0 5px 0 0;
}

#contactForm div {
	padding: 5px 0;
	margin: 0;
	width: 100%;
}

div#contactForm {
	margin-left: 15px;
	}

#contactForm legend {
	padding: 0 5px;
	font-weight: bold;
	color: #333;
}

#contactForm fieldset {
	width: 500px;
	margin: 0;
	padding: 10px;
}

#contactForm .txt {
	border: 1px solid #373D25;
}

#contactForm .textarea {
	width:250px;
	height:165px;
	border: 1px solid #373D25;
	}

#contactForm div.submit {
	text-align: center;
}

.btn {
	padding: 0;
	border: 2px solid #373D25;
	background-color: #C9C995;
	color:#333;
}

.req {
	color:#FF0000;
	}
.floatleft {
	float: left;
	margin-right: 8px;
}
.floatright {
	float: right;
	margin-left: 6px;
}

#poweredby {
	text-indent: -9000px;
	}
	
