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

body {
	background-color: #783514;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	line-height:1.3;
	color:#e2ba74;
	
}
a, a:link, a:active, a:visited {
	color:#e2ba74	;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;	
}
h1{ color:#ffe9ca;
}
h2 {color:#ffe9ca; }


.outwrap{ width:800px;
	margin:30px auto;
	}
.wrapper{
	background-color:#5f2100;
	width:798px;
	height:588px;
	border:1px solid black;
	}
.nav{ background-color:#5f2100;
	text-align:center;
	padding:5px;
	border:1px solid black;
	border-width:1px 0;
	}
.nav a:link, .nav a:active, .nav a:visited{
	text-decoration:none;
	padding:0 20px;
	color:white;
	font-size:13px;
	font-weight:bold;
	font: trebuchet ms;
	
	
	
	}	
.nav a:hover { color: blue; } 	
.footer{
	text-align:left;
	padding:10px 5px;
	/*border:1px solid black;
	border-width:1px 0 0 0 ;*/
	color:#491d05;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:10px;
	}
.body{
	padding:40px;
	width:435px;
	float:left;
	border-left:1px solid #de981e;
	height:508px;
	overflow:auto;
	}	
.clear{ clear:both;}	
.navcol{width:282px;
	float:left;
	
	}
.biline{
	text-align:center;
	font-size:130%;
	background-color:#542208;
	padding:20px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:1px solid black;
	border-width: 1px 1px 0 1px;
	color:#cd6b2a;
}





form{
	width:350px;
	}
label{float:left;
	width:100px;
	padding:0 0 0 10px;
	}
input, textarea, select{
	font-size:80%;
	width:200px;
	}	
.listitem{

	padding:5px 0px;}	
.submit{padding:10px 0px;}



.border{
		border:1px solid black;
}

.floatImage{
	width:130px;
	border:1px solid black;
	float:right;
	margin:0 0 10px 10px;
}
