body {
	font-size: 62.5%;
	line-height: 1.3em;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	background: #000;
	color: #fff;
}
a {
	color: #666;
}
a:hover {
	color: #aac92a;
}
h1 {
	display: none;
}
h2 {
	color: #aac92a;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 25px;
}
input[type=text], textarea {
	border: 1px solid #666;
	padding: 3px;
}
input, textarea {
	font-size: 11px;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
label {
	display: block;
}
legend {
	display: none;
}
p {
	font-size: 12px;
	line-height: 18px;
}
ul li {
	font-size: 12px;
	display: block;
	line-height:25px;
}
ul li  ul li{
	padding-left: 25px;
}
.clear {
	clear: both;
	height: 0;
}
.validation-advice {
	color: #ed701e;
}
.validation-failed {
	border: 1px solid #ed701e;
}
#wrapper {
	width: 600px;
	margin: 30px auto;
}
#header {
	margin: 20px 0;
	clear: both;
}
#colLeft {
	float: left;
	width: 300px;
}
#colRight {
	float: right;
	width: 270px;
}
#contactForm input[type=text], #contactForm textarea {
	width: 250px;
}
#contactForm textarea {
	height: 120px;
}
#contactForm p {
	margin-bottom: 15px;
}
#btnSubmit {
	background: #aac92a;
	font-size: 11px;
	border: none;
	color: #fff;
	display: block;
	float: right;
	width: 54px;
	padding: 3px 10px;
	cursor: pointer;
	margin-right: 10px;
}

