@charset "utf-8";
body {
	background-color: #000000;
	margin: 0;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
#header {
	color: #0f0f0f;
	width: 100%;
	height: 161px;
}
#footer {
	background-color: #000000;
	width: 100%;
	height: 100%;
	position: relative;
	top: -12px;
}
#logo {
	padding-right: 28px;
}

#header-content {
	background-image: url(images/header-content-bg.png);
	margin: auto;
	height: 161px;
	width: 893px;
}

#grabber {
	width: 100%;
	background-image: url(images/grabber-bg.png);
	height: 307px;
}
#grabber-content img {
	top: -160px;
	position: relative;
	z-index: 100;
	border: none;
}
#header-content img {
	position: relative;
	z-index: 1000;
	border: none;
}
#grabber-content {
	background-image: url(images/grabber-content-bg.png);
	margin: auto;
	height: 307px;
	width: 893px;
}
#content {
	background-color: #272727;
	width: 100%;
	height: 100%;
	position: relative;
}
#content-content {
	background-color: #615e4c;
	width: 893px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 100%;
}

#footer-content {
	background-color: #2c2b20;
	margin: auto;
	height: 50px;
	width: 893px;
}
#footer-content p{
	padding-left: 10px;
	text-align: center;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ff8605;
}
#LeftContent {
	float: left;
	width: 553px;
	height: 100%;
	background-color: #615e4c;
}
#RightContent {
	float: right;
	height: 100%;
	background-color: #615e4c;
	width: 340px;
}
#LeftContent p {
	padding: 8px;
}

#RightContent p {
	padding: 8px;
}

#footer-content a{
	color: #ffd141;
}
#content-content  h1 {
	text-align: left;
	font-weight: bold;
	padding-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
}
#content-content  h2 {
	text-align: left;
	color: #fff;
	font-weight: bold;
	padding-left: 50px;
	font-family: Tahoma;
	font-size: 1em;
}

#content-content  p {
	line-height:1.4;
	margin-right:50px;
	padding-left:50px;
	text-align:justify;
	padding-bottom: 15px;

}
#content-content  ul {
line-height:1.4;
margin-right:80px;
padding-left:80px;

}
#content-content a {
	color: #ffd141;
}

#content-content p img {
	padding-left: 20px;
}

#content-content img {
	padding-right: 20px;
	border: none;
}
#content-content .Person {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ff8605;
}
#content-content .Job {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffd141;
}
#content-content a.right {
	color: #ffd141;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	float: right;
}
#content-content p.yellow {
	color: #ffd141;
	font-weight: bold;
}#content-content #leftside {
	float: left;
	width: 60%;
}
label,input, textarea, select {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
input[type="checkbox"] {
	margin-left: 160px;
	width: 20px;
}
textarea {
	width: 300px;
}
label {
	margin-left: 40px;
	text-align: right;
	width: 100px;
	padding-right: 20px;
}
form img
{
  float: right;
  padding-right: 0;
}
fieldset > fieldset > label
{
	clear: both;
}
form br {
	clear: left;
}