body 
{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #d7c2a7;
	margin:0;
	padding:0;
}

li {
		padding-bottom: 20px;
}

.contentimg {
	margin: 5px;
	border: 3px solid #eeeeee;
}

p, ul, h1, h2, h4, h5, h6, input, textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height:18px;
	text-align:left;
	color: #47433e;
}


h1 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #a2754d;
	text-align:left;
	margin:0;
}

.subtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #7b7b7b;

}



input, textarea, select 
{
	border: 1px #2A7882 solid;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #47433e;
	background-color:#FFFFFF;
}


label
{
	width: 160px;
	font-size: 13px;
	float: left;
	text-align: left;
	margin: 0;
	clear: both;
	padding: 0;
}

.submit
{
	background-color: #4e5f3b;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}


hr
{
	color: #D0DAD7;
	background-color: #D0DAD7;
	height: 1px;
	border: 0;
}