@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
body {
background: #000;
}

a:link {
	text-decoration: none;
	color: #CCAE70;
}
a:visited {
	text-decoration: none;
	color: #CCAE70;
}
a:hover {
	text-decoration: underline;
	color: #E1D9B4;
}
a:active {
	text-decoration: none;
	color: #CCAE70;
}


#footer {
padding: 20px 0px;
font-size:9px;
color: #ccc;
}

.headers {
font:italic 14px Arial, Helvetica, sans-serif;
color: #999999;
}

.headersnoit {
font:bold 14px Arial, Helvetica, sans-serif;
color: #999999;
}

#wrap {
background: #000;
margin:0px auto;
width:899px;
}

h1 {
font-size: 24px;
font-weight: bold;
color: #CCAE70;
padding-bottom:2px;
border-bottom: 1px solid #CCAE70;
}

p.grey {
color: #ccc;
}

.error {
color: #ff0000;
}

.testimonials {font-size: 14px; color: #999999; }

input:focus, textarea:focus {
background-color: #E1D9B4;
}

.sendbtn {
margin-top: 10px;
background-color: #CCAE70;
color: #fff;
border: 1px solid #fff;
padding:3px;
}

.sendbtn:hover {
margin-top: 10px;
background-color: #E1D9B4;
color: #000;
border: 1px solid #CCAE70;
padding:3px;
}

#rightbox p {
color: #fff;
}

.whitetext {
color: #fff;
}

.imgfloat {
padding-bottom:10px;
}