	body {
	background-color: #B89170;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(http://superhunky.com/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:728px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}

	#content {
		width:545px;
		padding:5px;
		float:left;
		font-size: 12px;
	}
	
	#right {
		width:170px;
		padding:0px;
		float:right;
		background: #CCCCCC url(http://superhunky.com/images/site/tread.gif) repeat-y 80% 0%;
		vertical-align:top;
	}
	
	.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;
	}
