@charset "utf-8";
/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	color:white;
	background-color:#ab3e32;
	margin:0px;
}

.wrap {
	width:1000px;
	height:626px;
	margin:0px auto;
	background-color:#ab3e32;
	background-repeat: no-repeat;

}

a {
	color:#F99C4F;
	text-decoration:none;
	font-weight:bold;
	}	

a:hover{
	color:#f47106;
	text-decoration:none;
	font-weight:bold;

	}	
.menu {
	width:100px;
	height:626px;
	overflow:hidden;
	float:left;
}
.index-middle-col {
	width:500px;
	text-align:left;
	margin-left:150px;
	float:left;
	padding-top:20px;
}

.middle-col {
	width:475px;
	text-align:left;
	margin-left:25px;
	float:left;
	padding-top:80px;
	background-repeat: no-repeat;
}

.right-col {
	width:380px;
	float:right;
	text-align:center;
}

.footer {
	width:1000px;
	height:60px;
	margin:0px auto;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#feb275;
}
.img-right {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.footer a{
	color:#feb275;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
.form-textfields{
	border:1px solid #761c13;
	font-size:12px;
	width: 280px;
}
.form-selectors{
	border:1px solid #761c13;
	font-size:12px;
	width: 90px;
}
.form-button{
	border:1px solid #761c13;
	background-color:#f9d5b8;
	font-weight:bold;
	font-size:12px;
	width: 90px;
	height:30px;
}
