#resources, #centercontent, #leftcontent, #rightcontent, #banner, #recruitment, #footer{
	background-color: #bdb6a6;
}

body {
	margin:10px 10px 10px 10px;
	padding:0px;
	background-image:url(http://www.badgerrotc.com/images/acu.jpg);
}

#banner {
	border:2px solid #ddbc00;
	background-color:#000;
}

#lbanner {
	position:absolute;
	width:80px;
	height:60px;
	
}

#cbanner {
	position:relative;
	margin-left:235px;
	margin-right:200px;
}

#rbanner{
	position: absolute;	
	right:15px;
	top:12px;
}

#leftcontent {
	position: absolute;
	border:2px solid #ddbc00;
	left: 10px;
	top: 80px;
	width: 160px;

	}
	
#recruitment {
	position: absolute;
	left:10px;
	top:187px;
	width:160px;
	border:2px solid#ddbc00;

}

#resources {
	position:absolute;
	border:2px solid #ddbc00;
	left: 10px;
	top: 385px;
	width: 160px;
	
}
#centercontent {
	margin-left: 162px;
	margin-right:162px;
	border:2px solid #ddbc00;
	position:relative;
	top:7px;
	padding: 3px 10px 3px 10px;
	clear:both;
	}
	
#rightcontent {
	position: absolute;
	right:10px;
	top:81px;
	width:200px;
	border:2px solid #ddbc00;
	padding:0px 0px 0px 0px;
	clear:right;
	}

#footer{
	clear:both;
	margin-top:3em;
	margin-bottom: 3em;
	margin-left:5em;
	margin-right:5em;
	border:2px solid#ddbc00;
	text-align:center;
	font-size:12px;	
}

html>body #centercontent {
	margin-left: 172px;
	margin-right:212px;
	}



	
	
html>body #banner {
	height:60px;
	}

#img{
	border:0;
}



	
