html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: black;
}

body {
	min-width:795px;
	max-width:1000px;
	width:90%;
	top:0;
	height: 100%;
	margin: 0 auto;
	padding:0;
	text-align:left; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}

a{ color: #fff; font-weight:bold; }

a:visited{ color: #E7E7E7; }

a:hover, a:focus{ color: #EB2D2D; text-decoration:none; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #fff; font-family: "Bank Gothic Light BT", Arial, Helvetica, sans-serif;}

h1{ font-size:18px;}

h2{	font-size:17px;}

h3{	font-size:16px;}

h4{	font-size:15px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bolder;}

strong em, em strong{ font-style:italic; font-weight:bold; }

#container {
	position: relative;
	min-height:100%;
	width:100%;
	overflow:hidden;
}

#header{
	width:100%;
	position:relative;
	display:block;
	height:110px;
	background: url(../img/header.jpg) no-repeat right 13px;
	border-bottom:1px solid #BFBFBF;
}

#logo{
	display:block;
	position:relative;
	width:220px;
	height:86px;
	background: url(../img/logo.jpg) no-repeat 0 0;
	left:0;
	top:10px;
	
	overflow:hidden;
	text-indent:999em;
	line-height:999em;
}

#sectionTitle{
	display:block;
	position:absolute;
	right:0;
	top:23px;
	width:565px;
	height:25px;
	text-align:center;
	color:#fff;
	font-family: "Bank Gothic Light BT", Arial, Helvetica, sans-serif;
}


#sectionTitle h1{
	font-weight:bold;
	
}

#content{
	position:relative;
	display:block;
	width:90%;
	left:0;
	margin:0 ;
	padding:2.5% 5% 40px 5%;
	top:0;
}

#aside{
	position:relative;
	display:block;
	width:20%;
	float:right;
	left:0;
	list-style:none;
	padding:2.5%;
	background:#AFC5D2;
	margin:0 0 0 -25%;
	z-index:6;
}


#footer {
	border-top:1px solid #BFBFBF;
	position: relative;
	bottom: 0;
	height:40px;
	margin:-40px 0 0 0;
	width:100%;
	text-align:center;
	left:0;
	line-height:3em;
	font-size:10px;
}