body {	
	margin: 0px;
	background-color:#e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
}

.bg_header {
	background:url(/images/bg_header2.jpg) no-repeat center top;
	height:70px;
	width:900px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0 auto;
	text-align:center;
}

.bg_main {
	background:url(/images/bg_main2.jpg) repeat-y center top;
	width:900px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0 auto;
	text-align:center;
}

.bg_footer {
	background:url(/images/bg_footer2.jpg) no-repeat center top;
	height:58px;
	width:900px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0 auto;
	text-align:center;
}

a.footer_link:link, a.footer_link:active, a.footer_link:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-size:12px;
	/*margin: 0px;*/
	/*padding: 0px 6px 0px 6px;*/
}

a.footer_link:hover  {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	/*margin: 0px;*/
	/*padding: 0px 6px 0px 6px;*/
}

.the_header {

	color:#FFFFFF;
	font-size:36px;
	line-height:150%;
	
}


