* {
	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
input, textarea,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}
html, body {
	background: #f2f2f2;
	font: 14px Helvetica, Arial, sans-serif;
}
ol, ul {
	list-style: none;
	margin: 0;
}
h1 {
	margin-bottom: 30px;
}
h2 {
	margin-bottom: 14px;
}
.clear-fix { clear: both; }
#container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 963px;
}
#header {
	background: url("../img/background_header.png") no-repeat scroll 0 0 transparent;
	height: 200px;
	left: 0;
	position: absolute;
	top: 74px;
	width: 963px;
	z-index: 5;
}
#logo a {
	background: url("../img/logo.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 188px;
	text-indent: -9999em;
	width: 469px;
	position: absolute;
	top: -6px;
	left: 20px;
}
#content {
	padding: 350px 0 25px 330px;
	background-color: #ffffff;
}
#content p {
	color: #424e32;
	line-height: 1.7em;
}
#content ul {
}
#content li {
	color: #424e32;
	line-height: 1.7em;
	background: url("../img/list_style_bullet.png") no-repeat scroll 5px 11px transparent;
	padding-left: 15px;
}
#navigation {
	position: absolute;
	top: 285px;
	height: 40px;
	left: 330px;
	
}
#navigation a {
	color: #7e7e7e;
	text-decoration: none;
}
#spacer {
	background: url("../img/spacer.png") repeat-x scroll 0 0;
	border: 0 none;
	position: absolute;
	height: 7px;
	width: 633px;
	top: 308px;
	left: 285px;
}
#shadow {
	background: url("../img/background_body.png") no-repeat scroll 0 0 transparent;
	margin: 0 auto;
	width: 1071px;
	height: 922px;
	position: absolute;
	top: -23px;
	left: -28px;
	z-index: 1;
}
#wrapper {
	margin-top: 23px;
	position: relative;
	z-index: 2;
}
.sc-footer {
	font-size: 12px;
	color: #848484;
}
.sc-footer a {
	color: #848484;
}
@media screen and (max-width: 963px) {
	#navigation {left: 86px;}
	#spacer {left: 41px;}
	#content { padding-left: 86px; padding-right: 244px;}
}
