body {
	background: #010100 url('../images/bg_body.jpg') top center no-repeat;
	height: 100%;
	text-align: center;
	color: #ebd99b;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a img {
	border: 0;
}

a:link, a:visited {
	color: #e89d31;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 143px;
}

#logo {
	float: left;
	padding: 33px 0px 0px 27px;
	
}

#introline {
	font-family: Georgia, Times, serif;
	color: #FFF;
	font-style: italic; 
	float: left;
	font-size: 14px;
	padding-left: 65px;
	padding-top: 40px;
}

#introline a:link, #introline a:visited {
	color: #f5d401;
}

#signup {
	width: 270px;
	float: right;
}

#content-wrapper {
	padding: 15px 0px 0px 40px;
}

.section-title  {
	color: #daa001;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 15px;
	margin-right: 41px;
	border-bottom: 1px solid #2f1a00;
}

.section-title h1 {
	color: #daa001;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
}

.project {
	float: left;
	width: 385px;
	padding-bottom: 25px;
}

.project-sep {
	width: 50px;
	float: left;
}

.project-title {
	padding-bottom: 8px;
	text-transform: uppercase;
}


.project-services {
	font-size: 12px;
	padding-top: 10px;
}

.project-links {
	padding-top: 10px;
}

.clear {
	clear: both;
}

.separator {
	border-top: 1px solid #2f1a00;
	padding-top: 15px;
	margin-right: 38px;
	clear: both;
}

#section-contact td {
	vertical-align: top;
	padding-bottom: 10px;
}

#section-contact input[type=text], textarea {
	width: 180px;
	background: #190b02;
	color: #FFFFFF;
	border: 0;
	padding: 5px;
	-moz-border-radius: 5px;
}

textarea {
	height: 120px;
	width: 182px;
}

#signup {
	background: url('../images/bg_message.gif') no-repeat;
	width: 270px;
	height: 70px;
	margin: 30px 10px 0px 0px;
	font-size: 11px;
}

