@charset "utf-8";
body {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #000000;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}

#nav {
	margin-bottom: 0px;
	padding-top: 0px;

}
#container #nav .navLinks {
	float: right;
	width: 40%;
	text-align: right;
	height: 37px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	padding-top: 34px;
	color: #333333;
}

.navLinks a {
	color: #666666;
	text-decoration: none;
}

.navLinks a:hover {
	color: #FF6600;
}

#container #nav .logo {
	float: left;
	width: 40%;
}

#footer {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	padding: 20px 0px 35px;
	border-top: 1px solid #333333;
	letter-spacing: 0.1em;
}

#footer a {
	text-decoration: none;
	color: #999999;
}

#footer a:hover {
	text-decoration: none;
	color: #FF6600;
}

#container {
	width: 782px;
	margin-right: auto;
	margin-left: auto;
}
.orange {
	color: #FF6600;
}
#folio {
	margin-bottom: 20px;
}
.dkGrey {
	color: #464646;
}
#container #folio .bio {
	float: left;
	width: 386px;
	background: #000000;
	padding: 0px;
}
#container #folio .contact {
	float: right;
	width: 386px;
	background: #000000;
}
.labelmain {
	color: #666666;
	display: block;
	margin-bottom: 5px;
}
#container #folio .contact .contactContent input {
	width: 332px;
	margin-bottom: 10px;
	border-width: 0px;
	border-style: none;
	background: #333333;
	padding: 2px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #999999;
}
#container #folio .contact .contactContent .submitBut {
	width: 75px;
	padding: 4px;
}
#container #folio .contact .contactContent textarea {
	width: 332px;
	padding: 2px;
	margin-bottom: 10px;
	background: #333333;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #999999;
	border-style: none;
}

#container #folio .bio .bioContent {
	padding: 25px 25px 5px;
	color: #666666;
	line-height: 16px;
}
#container #folio .contact .contactContent {
	height: 400px;
	padding: 25px 25px 5px;
}
.aboutTitles {
	padding-bottom: 0px;
}
#container #folio .aboutBot {
	background: #000000;
	height: 20px;
}
#container #folio .thanks {
	text-align: center;
	height: 220px;
	padding-top: 180px;
	color: #666666;
}

#container #folio .thanks a {
	color: #999999;
	text-decoration: none;
}

#container #folio .thanks a:hover {
	color: #FF6600;
	text-decoration: none;
}
