/* Site Layout */

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

#wrap {
	width: 100%;
	height: 100%;
	}
	
#container {
	width: 1002px;
	height: auto;
	margin: 0 auto;
	padding: 0 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	}
	
#header {
	height: 79px;
	background: #FFFFFF url(../img/header_bg.gif); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	}
	
#imgbar {
	width: 1002px;
	height: 108px;
	background: #FFFFFF url(../img/site_imgbar.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	}
	
#title {
	width: 1002px;
	height: 57px;
	}
	
#content {
	width: 1002px;
	height: auto;
	overflow: auto;
	background: #FFF; 
	font-size:1.2em;
	}
	
	.text {
		width: 860px;
		height: auto;
		overflow: auto;
		padding-left: 60px;
		padding-top: 20px;
		padding-bottom: 30px;
		text-align:justify;
		}
	
#clear {
	clear: both;
	}	

#footer {
	width: 987px;
	height: 26px;
	background: #FFFFFF;
	text-align: left;
	color: #CCCCCC;
	padding-left: 15px;
	}	
	
	#footer  a {
		color: #CCCCCC;
		text-decoration:none;
		font-size: 1em;
		}
		
	#footer  a:hover{
		color: #727272;
		text-decoration:none;
		font-size: 1em;
		}


	
	
	
	