/* CSS Document */
body{
	text-align: center;
	margin: 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	background-repeat: repeat-x;
}

p {color:#333; margin-top: 4px; margin-bottom: 11px;}

h1 a , h2 a, h3 a{text-decoration: none;}
h1 a:hover, h2 a:hover, h3 a:hover {text-decoration: underline;}



#wrapper{
	width: 877px;
	margin: 0px auto;
	text-align: left;
	margin-top: 0px;
	background-image: url(images/sliver.gif);
	background-repeat: repeat-y;
	background-position: center;
}


#header {
	width: auto;
	margin: 0px;
	background-image: url(images/header.gif);
	height: 156px;
	background-repeat: no-repeat;
	background-position: center;
}


img {margin: 0 auto;}


#body_text{
	margin: 15px;
	margin-left: 65px;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	width: 250px;
	float: left;
	font-size: 12px;
}

*html #body_text{
	margin: 15px;
	margin-left: 25px;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
	width: 250px;
	float: left;
	font-size: 12px;
}


#right_content{	width: auto; float: right;}
#right_content a:hover {text-decoration: underline;}

#right_text{
	color: #333333;
	font-size: 12px;
	margin: 15px auto;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	width: 580px;
	line-height: 1.5em;
	float: none;
}

#right_text p{
	color: #333333;
	font-size: 14px;
	margin: 15px auto;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 1.3em;
	float: none;
}




/* Footer Section*/
#footer {
	height: 34px;
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}



#footertext {
	font-size: 10px;
	padding-top: 8px;
	text-align: center;
	padding-bottom: 4px;
}

 

