@import url("reset.css");
@import url("content.css");

/*####################################
#  Header                            #
#####################################*/
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -392px; 
	position: relative;
	width: 864px;
}
.wrapper_sub {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -215px; 
	position: relative;
	width: 864px;
}
.header {
	width:864px;
	height:168px;
}
.header h1 {
	margin:34px 0 0 0;
	position:absolute
}
.footer, .push {
	height: 392px; 
}
.footer_sub, .push_sub {
	height: 215px; 
}
.footer, .footer_sub {
	position: relative;
	width: 864px;
	margin: 0 auto;
}
.footer p, .footer_sub p {
	position: absolute;
	left: 0px;
	bottom: 40px;
	padding: 0;
	color: #919191;
	font-size: 11px;
	line-height:16px
}
.footer p a, .footer_sub p a {
	font-size: 11px;
}
.clear {
	line-height:0%;
	font-size:0%;
	clear:both;
	height:0%
}

a {
	text-decoration:underline;
}
p {
	margin:0 0 13px 0;
}
a:hover {
	text-decoration:none;
}
h1 {
	font-size:36px;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	margin:72px 0 17px 20px
}
h2 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#595959;
	margin:0 0 20px 0;
	font-weight:bold
}
h3 {
	font-size:12px;
	font-family:Tahoma;
	color:#6c9112;
	margin:0 0 17px 0;
	font-weight:normal
}
blockquote{
	margin:10px 0 20px 0px;
	padding-left:20px;
	border-left:5px solid red;
	line-height:18px;
}
