/* Site Layout */

* {
	padding: 0;
	margin: 0;
	}
	
html, 
body {
	background-color:#FFF;
	text-align: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	padding: 0;
	margin: 0;
	}
	
body { 
	font-size:62.5%;
	}

#wrap {
	width: 100%;
	height: 100%;
	}
	
#container {
	width: 1004px;
	height: auto;
	margin: 0 auto;
	padding: 0 0px;
	background: #FFF url(../img/site_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:repeat-y;
	position:relative;
	}
	
#header {
	height: 82px;
	background: #FFFFFF url(../img/siteheader_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding-top: 28px;
	}
	
	#header object {
		margin-left: 17px;
	}
	
#rightimg {
	width: 220px;
	height: 653px;
	float: right;
	padding: 0 0 0 0px;
	margin-right: 20px;
	_margin-right: 10px;
	margin-bottom: 10px;
	}
	
#box {
	width: 757px;
	height: auto;
	overflow: auto;
	}
	
#content {
	height: auto;
	overflow: auto;
	font-size:1.1em;
	}
	
	.text {
		width: 705px;
		padding-top: 38px;
		padding-left: 26px;
		padding-bottom: 38px;
	}
	
#ender {
	clear: both;
	width: 1004px;
	height: 53px;
	background: #FFF url(../img/end_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	}
	
#footer {
	width: 1004px;
	height: 31px;
	background: #FFF url(../img/footer_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	color: #6B6B6B;
	}	
	
	#footer .left {
		color: #6B6B6B;
		float: left;
		padding-top: 8px;
		padding-left: 14px;
		font-size: 0.9em;
		}
	
	#footer .left a {
		color: #F20017;
		text-decoration:none;
		font-size: 1em;
		}
		
	#footer .left a:hover{
		color: #005596;
		text-decoration:none;
		font-size: 1em;
		}
		
	#footer .right {
		color: #6B6B6B;
		float: right;
		padding-top: 8px;
		padding-right: 18px;
		font-size: 0.9em;
		}
		
	#footer .right a {
		color: #F20017;
		text-decoration:none;
		font-size: 1em;
		}
		
	#footer .right a:hover{
		color: #005596;
		text-decoration:none;
		font-size: 1em;
		}


	
	
	
	