/* CLEAR ALL CSS ELEMENTS */
*{margin:0;padding:0;}

body,html{
font-family:"Verdana",serif;
margin:15px 0 30px 0;
background:#000 /* url('../images/spotlight.jpg') */ no-repeat center -30px;
}

a{color:#6f552d;}

#wrapper{
	width:975px;
	margin:auto auto;
	background:#adadad url('../images/bodyrepeat.jpg') repeat-y center;
}
	#wrapper #toprounded {background: url('../images/toprounded.jpg'); height:16px;}

	#banner{
		height:101px;
		background:url('../images/banner.jpg');
	}
	
	#leftcol{
		width:203px;
		float:left;
		margin:30px 0 0 30px;
	}
		.roundbox .top{
			height:30px;background:url('../images/navtop.jpg');
		}
		
		.roundbox .repeat{
			background:url('../images/navrepeat.jpg');
			/* move li's away from outer nav so line is visible */
			padding:1px;
		}
		.roundbox .bottom{
			height:30px;
			background:url('../images/navbottom.jpg');
		}
		
	#nav ul li{
		list-style-type:none;
		background:#f8c473;
	}
	
	#nav a{
		display:block;
		padding:4px 0px 4px 15px;
		margin-top:2px;
		/* color:#6f552d; */
		color:#000;
		text-transform:capitalize;
		text-decoration:none;
		font-size:16px;
	}
		#nav a:hover{
			/* background:url('../images/arrow.png') left no-repeat; */
			background:#f29400;
			color:#000;
		}
		#nav a:active {color:#FFF;}
	
	#content{
		float:left;
		min-height:500px;
		width:620px;
		padding:30px;
		font-size:12px;
		/* color:#d69736; */
		color:#89642a;
	}
		#content h1,h2,h3,h4{color:#f29400;margin-bottom:10px;}
		
		#content h1{font-size:26px;}
		#content h2{font-size:22px;}
		#content h3{font-size:18px;}
		#content h4{font-size:14px;}
		
		#content ul{margin-left:30px;}
		#content ul li{margin-top:6px;}
		
		p{margin-bottom:15px;}
	
	#footer{
		clear:both;
		height:66px;
		background:url('../images/footerbg.jpg');
		text-align:center;
		font-size:13px;
	}
		#footer div{padding:25px;}

		
/* Commonly used classes */
.orange-border{border:3px double #f29400;}
