@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #FFF;
}
body {
	background-color: #000;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 0px;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a img {
	border:0;
}
#header-email {
	width: 938px;
	margin: 0 auto 0 auto;
	height:137px;
}
#email-button {
	width: 237px;
	margin:75px 21px 0 0;
	float:right;
}
#container {
	width: 938px;
	margin: 0 auto 0 auto;
}
#header-wrap {
	width: 938px;
}
#content-wrap {
	width: 938px;
}
#content-top {
	background-image: url(images/content-top.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	height: 368px;
	width: 938px;
}
#content-left {
	height: 368px;
	float: left;
	width: 539px;
}
#content-left ul {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	width: 385px;
	padding:0;
	margin: 82px 0 0 55px;
	list-style-type: none;
	text-align:left;
}
#content-left li {
	padding:0 0 9px 0;
	list-style-type: none;
	margin:0;
}

#content-right {
	background-image: url(images/top-right.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	height: 368px;
	width: 397px;
	float: right;
}
#content-right-text {
	height:100px;
	width:305px;
	margin:250px 0 0 53px;
	text-align:left;
}
#content-right h2 {
	color:#7e360d;
	font-style: italic;
}
#content-right p {
	margin:0;
	color:#000;
	line-height: 18px;
}
#content-bottom {
	background-image: url(images/content-bottom.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	height: 370px;
	width: 936px;
	margin:0;
}
#content-bottom-form {
	background-image: url(images/content-bottom-form.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	height: 370px;
	width: 936px;
	margin:0;
}
#content-bot-left {
	margin:0;
	padding:0;
	width: 385px;
	text-align: left;
	float:left;
}
#content-bot-left p{
	width: 320px;
	text-align: left;
	padding:100px 0 0 240px;
	margin:0;
	line-height: 14px;
}
#content-bot-right {
	height: 370px;
	width: 397px;
	float:right;
}
#footer {
	width: 936px;
	margin-bottom:60px;
}
.copy {
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	float:left;
}
.credit {
	float:right;
	margin-bottom: 3px;
}
.credit a, .credit a:hover {
	color: #d29446;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
}

#contact_thanks {
	margin: 60px 0 0 55px;
	color:#000;
}
#contact_form {
	color: #000;
	width: 397px;
	text-align:left;
	margin:0 auto;
	height:200px;
	padding:10px 0;
	border:0;
}
												
form {
	margin-left:45px;
	margin-top: 30px;
	width: 380px;
}
input.text-input {
	padding:6px;
	background: url(images/form-field.jpg);
	width:296px;
	height:21px;
	border:0;
}

textarea#text-area {
	padding:6px;
	margin-top:5px;
	background:none;
	width:296px;
	height:75px;
	border:0;
}
form fieldset {
	width: 380px;
	border:0;
}
label {
	line-height:26px;
}
input.button {
	margin: 10px 0 0 155px;
	border:0;
	background:url(images/send-button.jpg);
	height:45px;
	width:155px;
}

input.button:hover {
	background:url(images/send-button.jpg);
}
