body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E6E6E;
	background-color: #D9DBDB;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

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: #DF0D40;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
}

h1 {font-size: 32px;}
h2 {font-size: 20px;}
h3 {font-size: 17px;}
h4 {font-size: 16px;}
h5 {font-size: 13px;}
h6 {font-size: 10px;}

.fs8 {font-size: 8px;}
.fs9 {font-size: 9px;}
.fs10 {font-size: 10px;}
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs13 {font-size: 13px;}
.fs14 {font-size: 14px;}
.fs15 {font-size: 15px;}

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

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

#maincontainer{
	width: 768px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

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

#contentwrapper{
	float: left;
	width: 744px;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	padding: 8px 12px;
	background-position: center;
}
#contentwrapper .side_content{
	background-image: url(../images/bg_side.jpg);
	background-repeat: repeat-x;
	width: 187px;
	padding: 9px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
#contentwrapper .side_content .contact{
	padding: 8px 3px 0px;
}
#contentwrapper .content{
	padding: 12px;
}


#footer{
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-image: url(../images/bot.jpg);
	background-repeat: no-repeat;
	padding: 19px 0px 2px;
}

.register {
	text-align: center;
	padding: 4px;
}
.register, .register a {
	color: #797979;
	text-decoration: none;
}