
body {
	background-color: #483C32;
	padding:0px;
	margin:0px;
}
p, a, td, input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: silver;
}
a, a:visited {
	color: #6B3FA0;
}
a:hover{
	background-color:#6B3FA0;
	color: white;
}
.well_spaced{
	line-height:150%;
}


#copy{
	color:#8B8589;	/* taupe gray */
}

div#content{
	border: 0px solid red;
	margin: 10px 10px 10px 12px;
	width:400px;
}

h1, h2, h3, h4{
	color: #D4AF37/*#915F6D*/;
}
h2{
	margin-top: 0px;
	padding-top:0px;
	font-size: 16px;
	font-weight:bold;
}

iframe {
	border-width:1px;
	border-style:solid;
	border-color: #3F352C;
}


#iframebody{
	padding:10px;
	padding-top:0px;
}











input, textarea{
	padding: 2px 1px 1px 1px;
}

input.inputtext{
	background-color:#674C47;
	border: 1px solid #D4AF37;
	width:200px;
	height:16px;
	color:white;
}
textarea.contactarea{
	background-color:#674C47;
	border: 1px solid #D4AF37;
	width:200px;
	height:200px;
	color:white;
}
input.sendbtn{
	background-color:#674C47;
	border: 1px solid #D4AF37;
	color:white;
	vertical-align: bottom;
}
p.error_text{
	color:red;
}