/* Site Layout */

* {
	padding: 0;
	margin: 0;
	}
	
html, 
body {
	background: #4F4F4F url(../img/bg.jpg); /*replace background img here*/
	background-position:center top;
	background-repeat:repeat-x;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	color: #4F4F4F;
	padding: 0;
	margin: 0;
	}
	
body { 
	font-size:62.5%;
	}

#wrap {
	width: 100%;
	height: 100%;
	}
	
#container {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	}
	
#header {
	height: 87px;
	background: #FFFFFF url(../img/header_bg.gif); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	}
	
#banner {
	width: 900px;
	height: 110px;
	background: #FFFFFF url(../img/site_banner.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	}
	
#title {
	width: 900px;
	height: 75px;
	}
	
#content {
	width: 900px;
	height: auto;
	overflow: auto;
	background: #FFF; 
	font-size:1.2em;
	}
	
	.text {
		width: 785px;
		height: auto;
		overflow: auto;
		padding-left: 59px;
		padding-top: 10px;
		padding-bottom: 50px;
		}
				
#clear {
	clear: both;
	}
	
#bottom {
	width: 730px;
	height: 48px;
	float: left;
	background: #4F4F4F url(../img/bottom_bg.gif); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	}
#bottom_right {
	width: 160px;
	height: 15px;
	background: #4F4F4F;
	float: right;
	text-align: right;
	color: #606060;
	padding-top: 25px;
	padding-right: 5px;
	}

#footer {
	float: left;
	width: 450px;
	height: 15px;
	background: #4F4F4F;
	text-align: left;
	color: #606060;
	padding-left: 5px;
	}	
	
	#footer  a {
		color: #606060;
		text-decoration:none;
		font-size: 1em;
		}
		
	#footer  a:hover{
		color: #6A6A6A;
		text-decoration:none;
		font-size: 1em;
		}
		
#footer_right{
	float: right;
	width: 400px;
	height: 15px;
	background: #4F4F4F;
	text-align: right;
	color: #e8e8e8;
	padding-right: 5px;
}