* {margin:0;padding:0}

body {
	background-image: url(../img/gradient_back.gif) ;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-color: #ebe2bd;
}

#mainwrapper {
	background-color: #153324;
	background-repeat: no-repeat;
	padding: 10px;
	width: 750px;
	border: 4px solid #997D51;
	position: relative;
	/*height: 595px;*/
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#mainwrapper #header {
	background-image: url(../img/head_banner.jpg);
	background-repeat: no-repeat;
	height: 152px;
	width: 750px;
}

#nav {
	background-color: #153324;
	width: 750px;
	font-size: 13px;
	text-align: center;
	color: #E9DCB1;
	padding-top:3px;
	padding-bottom:3px;
	font-family:"Times New Roman", Times, serif;
}

#mainwrapper #nav a{
	color: #E9DCB1;
	text-decoration:none;
	}
	
#mainwrapper #nav a:hover{
	color: #E9DCB1;
	text-decoration:underline;
	}

#mainwrapper {
	/*height: 595px;*/
	width: 750px;
}
#homebottomleft {
	float: left;
	height: 115px;
	width: 371px;
	
}

#homebottomright {
	float: left;
	height: 115px;
	width: 379px;
}

#homebottom {
background:#997D51;
	float: left;
	height: 115px;
	width: 750px;
}

#homebottom h2 {
margin-left:15px;
margin-top:5px;
color:#fff;
size:16px;
}

#footer {
	font-size: 12px;
	text-align: center;
	width: 750px;
	margin-left: auto;
	clear: left;
	color:#E9DCB1;
	float: none;
	position: relative;
}

#contentleft {
float:left;
height:422px;
width:450px;
background-color:#997C50;
}

#contentleft2 {
float:left;
height:500px;
width:450px;
background-color:#997C50;
}

#contentright {
float:right;
height:422px;
width:300px;
background-color:#997C50;
text-align:right;
}
#contentright2 {
float:right;
height:500px;
width:300px;
background-color:#997C50;
text-align:right;
}


.break {
clear:both;
height:0px;
}

.noborder {
border:none;
}

.pad {
padding:3px;
}

h1 {
font-size:16px;
color:#6699cc;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
}

h2 {
font-size:16px;
color:#6699cc;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
}

hr {
height:2px;
}

/* Contact Form Style */
/*CSS Form Styles */
 label {width: 6em;float: left;text-align: right;margin-right: 0.5em;display: block}
input, textarea, select, submit{
	color: #000;
	border: 1px solid #000;
	background-color: #CCC;
}

fieldset{border: 1px solid #476F5E;width: 430px;padding:2px;}
legend{color: #fff;background: #476F5E;border: 1px solid #476F5E;padding: 2px 6px}

a, a:active  {

	color: #6699cc;
	text-decoration:none;
}

a:hover {
color: #6699cc;
	text-decoration:underline;
	}

