body {
	background:#181818;
	font-size:12px;
	font-family:Tahoma,Arial, Helvetica, Sans-Serif;
	color:#fff;
	margin:0;
}
h1 {
	font-size:22px;
	font-weight:300;
	margin-top:0;
	letter-spacing:1px;
}
p {
	line-height:17px;
	margin:5px 0;
}
a {
	text-decoration:none;
	color:#fff;
}
a:hover {
	text-decoration:underline;
	color:#f6921d;
}
.clear {
	clear:both;
}
#container {
	margin:10px auto;
	display:block;
	width:700px;
	background:url('/img/background.jpg') no-repeat;
}
#inner_container {
	margin:0 auto;
	display:block;
	width:571px;
	padding-bottom:10px;
}
.left {
	float:left;
}
.left #nav {
	padding:10px 0;
}
.left #nav ul {
	margin:0;
	padding:0;
}
.left #nav ul li {
	float:left;
	list-style:none;
}
.left #nav ul li.spacer {
	margin:0 4px;
}
.left #nav ul li.current a {
	font-weight:bold;
}
.left #title {
	padding-top:5px;
}
.left #title p {
	font-size:19px;
	margin:5px 0 6px 0;
}
.left #emailform {
	width:335px;
}
.left #emailform p {
	margin-right:10px;
}
.left #emailform label {
	float:left;
	width:90px;
}
.left #emailform p.response {
	border:solid 2px #F6921D;
	background:#CCC;
	padding:5px;
	color:#000;
}
#orangebox {
	background:#f6921d;
	padding:10px;
	margin-top:-2px;
}
#textarea {
	margin:20px 0;
}
#textarea.about {
	margin:-5px 0 20px 0;
}
#textarea img {
	float:right;
	margin:-7px 0 10px 0;
}
#textarea.about p {
	margin-top:12px;
}
#textarea ul {
	padding:0 0 0 15px;
	font-size:11px;
}
#textarea ul.homebullets li {
	float:left;
}
#textarea ul.homebullets li.marginleft {
	margin-left:26px;
}
#footer {
	font-size:11px
}
#footer p a {
	color:#f6921d;
}