body {
	background-color: #333333;
	margin: 0px;
}
.header {
	background-color: #000000;
	float: left;
	width: 100%;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	left: 0px;
	vertical-align: top;
}.phone {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	float: right;
	padding-top: 15px;
	padding-right: 15px;
}
.navbar {
	width: 200px;
	height: 200px;
	float: left;
}
.content {
	float: left;
	height: 300px;
	width: 100%;
	margin-top: 20px;
	padding-right: 30px;
}
.logo {
	position: absolute;
	top: 50px;
	right: 1%;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 150%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF6600;
	text-transform: capitalize;
}
.horizNavigation {
	float: right;
	top: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	right: 2%;
	text-align: right;
	position: relative;
	width: 360px;
}
.textarea {
	width: 90%;
	margin-top: 15px;
	margin-left: 10px;
}

a:link {
	color: #FF6600;
	text-decoration: none
}

a:visited {
	color: #0066FF;
	text-decoration: none
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
}