@charset "utf-8";
/* CSS Document */
 img, div, input {
	behavior: url("iepngfix.htc");
	border: 0px;
}
body {
	margin-left: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: ;
	font-size: 12px;
	color: #342214;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #A59B68;
}
.mainbg {
	background-image:url(images/mainbg.jpg);
}
li {
	list-style-position: outside;
	font-size: 12px;
	list-style-type: disc;
	list-style-image: url(images/bullet.gif);
	
}

a:link {
	color: #993300;
	text-decoration: none;
}
.separator {
	border-bottom: 1px solid;
	border-color: #999900;

}

a:visited {
	color:#993300;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #996600;
}
h2 {
	font-size: 14px;
	color: #342214;
}
h4{
	font-size: 18px;
	color: #999999;
}
.footer {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.footer:link {
	color: #FFFFFF;
}

.logo {
	behavior: url("iepngfix.htc");
}
.box {
	background-color:#B2AA86;
	border: 1px solid;
	border-color:#999933;
	padding: 20px 20px 20px 35px;
}

