*, input {
	margin: 0;
	padding: 0;
}
html {
	background: url(img/html.png) repeat-x;
}
body, input {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
}
#logo {
	display: block;
	float: left;
}
#header {
	width: 990px;
	height: 70px;
	margin: 0 auto;
	background: url(img/header.png) right top no-repeat;
}
#header h2{
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	text-shadow: 0 1px 0 #000000;
	width: 555px;
	display: inline;
	float: left;
	margin-top: 10px;
}
#header h3, #header h4 {
	text-align: center;
	line-height: 20px;
	width: 160px;
	height: 20px;
	display: inline;
	float: left;
}
#header h4 {
	font-weight: normal;
	margin-top: 14px;
}
#content {
	width: 990px;
	margin: 0 auto;
}
#splash {
	width: 990px;
	height: 340px;
	background: url(img/splash.jpg) no-repeat;
}
.sidebar {
	width: 230px;
	display: block;
	float: right;
}
.sidebar h2 {
	font-size: 20px;
	text-align: center;
	margin: 6px 0 5px 0;
}
.sidebar h3 {
	font-size: 16px;
	margin: 7px 0 5px 10px;
}
.sidebar blockquote {
	font-size: 14px;
	line-height: 18px;
	text-shadow: 0 1px #ffffff;
	width: 200px;
	display: block;
	clear: both;
	margin-top: 10px;
	padding: 10px 15px;
	border-radius: 5px;
	background: #e3e3e3;
}
.sidebar cite {
	display: block;
	clear: both;
	margin-bottom: 15px;
	padding: 6px 0 0 40px;
	background: url(img/cite.png) no-repeat 15px 0;
}
#quick-form {
	color: #ffffff;
	text-shadow: 0 -1px 0 #833313;
	height: 335px;
}
#quick-form input[type="text"] {
	color: #999999;
	font-size: 16px;
	line-height: 32px;
	width: 200px;
	height: 30px;
	border: 0;
	outline: 0;
	margin: 5px 0 5px 10px;
	padding: 0 5px;
	border-radius: 5px;
	box-shadow: inset 0 3px 3px #a9a9a9;
}
.error {
	background: #ff9090;
}
#quick-form input[type="checkbox"]{
	width: auto;
	display: inline;
	float: left;
	margin: 4px 5px 5px 10px;
}
#quick-form span {
	line-height: 20px;
	width: 100%;
	height: 20px;
	float: left;
	margin-bottom: 2px;
	font-size: 14px;
}
#main-content {
	width: 730px;
	padding: 11px 0;
}
#main-content h1 {
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 16px 0;
}
#main-content h2 {
	font-size: 20px;
	margin-top: 15px;
}
#main-content p {
	color: #2c2c2c;
	font-size: 15px;
	line-height: 23px;
	margin: 0 0 10px 0;
	padding-right: 20px;
}
#main-content ul {
	list-style: none;
	padding-top: 10px;
}
#main-content li {
	font-size: 18px;
	padding-left: 25px;
	margin-bottom: 15px;
	background: url(img/li.png) no-repeat 0 2px;
}
#footer {
	color: #5a5a5a;
	text-shadow: 0 1px 0 #ffffff;
	width: 100%;
	clear: both;
	padding: 20px 0;
	background: #cccccc url(img/footer.png) repeat-x;
}
#footer h3, #footer h5, #footer p {
	width: 990px;
	margin: 0 auto;
}
#footer h5 {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	padding: 15px 0;
	border-bottom: 1px solid #919191;
}
#footer p {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding: 8px 0;
	border-top: 1px solid #ffffff;
}

