	body {
	background-color: #B89170;
	color:#000000;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(/images/site/bg.jpg);
	}
	
	a{
		text-decoration:underline;
		color:#111111;
		font-size: 12px;
	}
	a:visited{
		color:#333333;
	}
	a:hover{
		color:#000000;
	}
	
	#outer {
		background-color: #FFFFFF;
		border: solid #333333 2px;
		width:984px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}

	#content {
		width:505px;
		padding:5px;
		float:left;
		font-size: 12px;
	}
	
	#right {
		width:170px;
		padding:0px;
		float:right;
		background: #CCCCCC url(/images/site/tread.gif) repeat-y 80% 0%;
		vertical-align:top;
	}
	
	#outer .main_header {
		background:#fff;
		font-size: 10px;
		margin:0;
		padding:0;
	}
	
	.heading {
		background:#fff;
		font-size: 14px;
		font-weight: bold;
	}
	.featured{
		text-align:center;
		margin-bottom:5px;
	}
	
	.bold_white {
		font-size: 14px;
		font-weight: bold;
		color:#FFFFFF;
		text-decoration:none;
	}
	
	#nav {
		margin-left:auto;
		margin-right: auto;
		text-align:center;
		text-decoration: none;
		font-size: 12px;
	}
	#copyright{
		font-weight:bold;
		color:#FFFFFF;
	}
	
	.general_list li{
		clear:both;
		list-style: none;
		margin-bottom:5px;
	}
	
	#nav_list{
		margin:0px;
		padding:0px;
		float:left;
		width:170px;
	}
	
	#nav_list ul{
		margin:0px;
		padding:0px;
	}
	
	#nav_list a{
		color:#FFFFFF;
		text-decoration: none;
	}
	
	#nav_list li{
		background-color: #B89170;
		color:#FFFFFF;
		clear:both;
		list-style: none;
		margin-bottom:2px;
		font-size: 12px;
		width:160px;
	}
	
	.template2 #content{
		width:630px;
		float:left;
	}
