/* Site Layout */

* {
	padding: 0;
	margin: 0;
	}
	
html, 
body {
	background-color:#E1E1E1;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	color: #797A6A;
	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;
	background-color:#FFFFFF;
	}
	
#header {
	height: 68px;
	background: #FFFFFF url(../img/header_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	position:relative;
	}
	
	#header .date {
		position:absolute;
		right: 20px;
		top: 40px;
		color: #E5E4D2;
		font-size: 1.1em;
		}
		
	#header a#logo {
		position:absolute;
		left: 20px;
		top: 15px;
		display: block;
		height: 45px;
		width: 180px;
		text-indent: -9999em;
		}
	
#subsection {
	width: 1002px;
	height: 25px;
	background: #FFFFFF url(../img/top_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	}
	
#content {
	width: 1002px;
	height: auto;
	overflow: auto;
	background: #FFFFFF; 
	font-size:1.2em;
	background: #FFFFFF url(../img/site_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:repeat-y;
	}
	
	#text {
		width: 936px;
		padding-top: 35px;
		padding-left: 60px;
		height: auto;
		overflow: auto;
		}
		
		#dynamic {
		padding-left: 66px;
		}
		
#clear {
	clear: both;
	width: 1002px;
	height: 31px;
	background: #FFFFFF url(../img/bottom_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:repeat-y;
	}	

#footer {
	width: 1002px;
	height: 30px;
	_height: 27px;
	background: #FFFFFF url(../img/footer_bg.jpg); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	text-align: right;
	color: #E5E4D2;
	padding-top: 10px;
	_padding-top: 13px;
	position:relative;
	}	
	
	#footer p a {
		color: #E5E4D2;
		text-decoration:none;
		font-size: 1em;
		}
		
	#footer p a:hover{
		color: #7BB138;
		text-decoration:none;
		font-size: 1em;
		}
		
	#footer .home {
		position:absolute;
		left: 182px;
		top: 12px;
		}
		
		#footer .home a {
			color: #E5E4D2;
			text-decoration:none;
			font-size: 1.1em;
			}
		
		#footer .home a:hover{
			color: #7BB138;
			text-decoration:none;
			font-size: 1.1em;
			}
		
	
	
	