BODY {
	margin-top: 20px;
	color: #6C5134;
	background-color: #CEB682;
	font-family: Arial, sans-serif;
	font-size: .8em;
	text-align: center;
}

A {
	color: #DECEAD;
	text-decoration: none;
	text-align: center;
	font: bold 12px Arial, sans-serif;
	padding-left: 15px;
}

A:HOVER {
	color: #CEB682;
	text-decoration: none;
}
a.alt {
	color: #6C5134;
	text-decoration: none;
	text-align: center;
	font: bold 12px Arial, sans-serif;
	padding-left: 2px;
}
a.alt:hover {
	color: #CEB682;
	text-decoration: none;
}

#container {
	background: #EDE4D1;
	width: 760px;
	border: 1px solid #646500;
	position: relative;
	margin: 0 auto;
	text-align: left;
	left: -1px;

}
#header {
	width: 100%;
	height: 125px;
	background: #DECEAD;
	
}
#nav {
	background: #6C5134;
	color: #DECEAD;
	width: 100%;
	height: 20px;
	text-align: center;
}
#content {
	background: #EDE4D1;
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	left: -1px;
}
p {
	padding: 0px 20px 3px 30px;
}
h2 {
	font: bold 2.0em Arial, sans-serif;
	text-align: center;
	}
h3 {
	padding: 0px 20px 3px 30px;
}
.italics {
	font: italic bold 12px Arial, sans-serif;
	
}

.bold {
	font: bold 12px Arial, sans-serif;
}

hr{
	color: #CEB682;
	background: #CEB682;
	width: 450px;
	height: 1px;
	text-align: center;
	
}
input {
	background: #F8F5EE;
	border: 1px solid #CEB682;
	color: #6C5134;
}
select {
	background: #F8F5EE;
	border: 1px solid #CEB682;
	color: #6C5134;
}

textarea {
	background: #F8F5EE;
	border: 1px solid #CEB682;
	color: #6C5134;
}

td.formpadding {
	padding: 2px 0px 2px 0px;
}
table.pricing {
	font: 12px Verdana, sans-serif;
}