body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #131414;
	color: #121111;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

form, ul, ol, h1, h2, h3, h4, h5 { 
	padding-top:0px; 
	padding-bottom:0px; 
	margin-top:0px; 
	margin-bottom:0px; 
}

p {margin:0px;}

a {
	color: #121111;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #262626;

}

h1 {font-size: 32px;}
h2 {font-size: 16px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
h6 {font-size: 10px;}

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; }

.float_l {
	float: left;
	margin-right: 15px;
}
.float_r {
	float: right;
	margin-right: 15px;
}

#maincontainer{
	width: 860px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #97B7E0;
}

#topsection{
	height: 450px; /*Height of top section*/
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
}

#contentwrapper{
	float: left;
	width: 100%;
}
#contentwrapper .content{
	padding: 34px 28px;
}
#contentwrapper .content_side{
	padding: 17px 15px;
	padding-top: 22px;
	width: 206px;
}
#contentwrapper .content_side a{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/btn.jpg);
	padding: 7px;
	margin-top: 4px;
}
#contentwrapper .content_side img{
	border: none;
}

#footer{
	clear: left;
	background-image: url(../images/bg_bot.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #131414;
}
#footer table{
	padding: 11px 23px;
}
#footer a{
	text-decoration: none;
}

.login{
	text-align: right;
	padding: 7px;
}
.login a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
