body{
	background-color:#fef4de;
	margin:0px;
	background-image: url(../images/index_images_01.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#c56100;
	font-size:13px;
}
body a{
color:#be5f05;
font-weight:bold;
}
h1{
font-size:13px;
}
.wrap {
	width:1000px;
	margin: 0px auto;
	text-align:center;
}
.subwrap{
	width:1000px;
}
.top-nav{
	height:28px;
	margin-bottom:8px;
	margin-top:7px;
	overflow:hidden;
}
.left-col{
	width:300px;
	float:left;
	text-align:justify;
}
.middle-col{
	width:300px;
	float:left;
	margin-left:50px;
	text-align:justify;	
}
.right-col{
	width:300px;
	float:right;
	text-align:justify;	
}
.bottom-nav{
width:1000px;
display:block;
float:left;
}
.bottom-nav, .bottom-nav a{
margin-top:10px;
margin-bottom:15px;
color:#eaa539;
font-weight:bold;
text-decoration:none;
}
.bottom-nav a{
color:#be5f05;
}
.bottom-nav a:hover{
color:#eaa539;
}

.copyright{
width:1000px;
margin-top:20px;
font-size:12px;
float:left;
display:block;
}
.copyright a{
color:#c36002;
text-decoration:underline;
}
.textfields{
width:130px;
border:1px solid #c56100;
font-size:12px;
color:#c56100;
}
.sendbutton{
width:120px;
background-color:#c56100;
color:white;
font-weight:bold;
font-size:12px;
}