body {
	color: #313131;
	background: url(background.png) repeat-x;
	text-decoration: none;
	font: normal normal 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
}
a {
	outline: none;
}
a:hover {
	outline: none;
}
#container {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

#header {
	display: block;
	width: 100%;
	height: 400px;
	background: url(headerBackground.png) no-repeat right bottom;
	position: relative;
}
#header #menu {
	width: 315px; height: 18px; position: relative; float: right; margin: 45px 0;
}
#menu ul li { position: absolute; display: block; list-style: none; margin: 0px; padding: 0px; overflow: hidden;}
#menu ul li, ul a { display: block; color: #fff; text-decoration: none;
}
#menu ul {
font-size: 12px;
font-weight: bold;
margin: 0px;
}
#menu ul li a:hover {
	color: #ff7300;
}
#menu1 {left: 0px; top: 0px; width: 46px; height: 18px;}
#menu2 {left: 60px; top: 0px; width: 37px; height: 18px;}
#menu3 {left: 111px; top: 0px; width: 90px; height: 18px;}
#menu4 {left: 213px; top: 0px; width: 43px; height: 18px;}
#menu5 {left: 270px; top: 0px; width: 45px; height: 18px;}

#header h1 {
	padding: 0;
	margin: 0;
}
#header h1 a {
	float: left;
	margin: 30px 0;
	display: block;
	width: 76px;
	height: 46px; 
	background: url(logoSolidRNG.png) 0 0 no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
#header h2 {
	margin: 0;
	padding: 0;
	display: block;
	width: 450px;
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}
#header h2 strong {
	font-size: 20px;
	font-weight: bold;
}
#header p {
	width: 400px;
	margin: 70px 0;
	color: #fff;
}

#content {
	width: 600px;
	text-align: justify;
}
#content #left {
	width: 290px;
	float: left;
	padding-right: 10px;
}
#content #right {
	width: 290px;
	float: right;
	padding-left: 10px;
}
h3 {
	margin: 20px 0;
	font-size: 18px;
	color: #ff7300;
	text-align: left;
}
#content a {
	color: #ff7300;
	text-decoration: none;
}
#content a:hover {
	color: #ff7300;
	text-decoration: underline;
}

#footer {
	color: #999;
	margin: 20px 0;
	width: 600px;
}
#footer ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer li {
	float: left;
	margin: 0 12px 0 0;
	padding: 0 12px 0 0;
	border-right: 1px solid #313131;
}
#footer a{
	color: #313131;
}
#footer a:hover {
	text-decoration: underline;
	color: #ff7300;
}

div#form {
	margin-top: 30px;
}

form div {
  overflow: hidden;
  clear: both;
  margin-bottom: 1px;
}

.inputbox {
	float: left;
	border: 1px solid #9D9D9D;
	color: #6D6D6D;
	width: 147px;
	padding: 2px;
	font-weight: normal;
	font-size: 12px;
}

label {
	float: left;
	display: block;
	font-weight: normal;
	width: 150px;
	font-size: 12px;
}

#textarea {
	border: 1px solid #9D9D9D;
	color: #6D6D6D;
	padding: 2px;
	font-weight: normal;
	font-size: 12px;
	width: 400px;
}

#submitbutton {
	margin: 0 0 0 150px;
	border: 1px solid #9D9D9D;
	color: #6D6D6D;
	background-color: #fff;
}
