* {
	margin:0;
	padding:0;
}
body {
	background-color: #4a2937;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444d3e;
}
#wrap {
	width:990px;
	margin:0 auto;
	background: url(img/bg_inside.jpg) repeat-y center;

}
#head{}
#nav{
	background-repeat: no-repeat;
	height: 25px;
	text-align: center;
}
#content{}
#content ul li{
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 55px;
	padding-top: 4px;
}
#index_left{
	float:left;
	width:525px;
	padding-bottom: 25px;
}
#left{
	float:left;
	width:670px;
	padding-bottom: 25px;
}
#index_left h1, #left h1{
	padding-left: 35px;
	color: #b76e11;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 25px;
	padding-bottom: 5px;
}
#index_left p, #left p{
	padding: 5px 5px 5px 55px;
}

#right p{
	float:right;
	width: 230px;
	padding:5px 25px 5px 0;
	
}
#right h1{
	color: #5a742a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 25px;
	padding-bottom: 5px;
	text-align: center;
}

#foot{
	clear:both;
	background-image: url(img/bg_foot.gif);
	background-repeat: no-repeat;
	height: 23px;
	color: #fff;
	padding-top: 8px;
	padding-left: 45px;
	font-weight: bold;
	font-size: 13px;
}
#foot2{float:left;width:200px;}
#foot3{
	float:right;
	width:120px;
}
#foot a:link{color:#fff;text-decoration: none;}
#foot a:visited{color:#fff;text-decoration: none;}
#foot a:hover{color:#fff;text-decoration: underline;}

a:link{
	color:#4A2937;
	text-decoration: underline;
}
a:visited{
	color:#7DA743;
	text-decoration: none;
}
a:hover{
	color:#30312B;
	text-decoration: underline;
}
.rollover{}
.green {
	color: #326B0D;
}
.mustard {
	color: #89770F;
}

