	body {
		background: #ffffff;
		margin: 0px 0px 0px 0px;
		padding: 0;
		font-family:  Arial, Trebuchet MS,sans-serif;
		text-align: center;
		background-image: url(images/bg.gif);
		
		}
			
	
	#container {
		background: url() 0% 100% repeat-x;
		}
	
	#wrapper {
		text-align: left;
		margin: 0 auto 0 auto;
		padding:0;
		background-color:#f3e8bb;
		width: 800px;
		}
	
	#header {
		background: url(images/header.jpg) 50% 0% no-repeat;
		width: 800px;
		height: 187px;
		}
	
	#content {
		background: #f3e8bb;
		width: 800px;
		margin: 0px 0 0 0px;
		color: #333;
		font-size: 12px;
		line-height: 18px;
		background-image:url(images/bg_content.jpg);
		}
	
	#content a {
		color: #965509;
		text-decoration:none;
		}
	
	#content a:hover {
		color: yellow;
		text-decoration:underline;
		}
	
	#col {
		float: left;
		}
	
	#col-1 {
		width: 425px;		
		float: left;		
		margin-left: 0px;
		margin-top: 0px;
		background-color:#e7c78a;
		}
	
	#col-2 {
		width: 366px;
		float: left;
		margin-top: 0px;
		margin-left: 0px;		
		font-size: 14px;
		color: #000;
		line-height: 20px;
		}
		
	#col-3 {
		width: 800px;
		float: left;
		margin-top: 0px;
		margin-left: 0px;		
		font-size: 14px;
		background-color:#e7c78a;
		color: #000;
		line-height: 20px;
		}
		
	
	
	#footer {
		background: url(images/footer.jpg) no-repeat;
		height: 71px;		
		width: 800px;		
		}		
	
	
	.subhead {
		color: #000;
		font-family: Verdana;
		font-size: 14px;
		line-height: 20px;
		font-weight:800;
		}
		
		
		
	.comments {
		color: #000;
		font-family: Verdana;
		font-size: 12px;
		line-height: 20px;
	
		}	
		
	.content {font-size: 12px}
	
	.spacer {
		clear: both;
		}
		
	.copyright {
		font-size: 11px;		
		margin: 0px;
		padding: 0px;
		color: #000;
		font-weight:800;
		}
		
