html { height: 100%; }

a
{	color: #cf5900;
	text-decoration: none;
	font-weight: bold; }
	
a:hover
{	color: #6f6f6f;
	text-decoration: underline; }
	
body
{	margin: 0;
	background: #ff6f00;
	font: 12px/1.4 Verdana, Sans-Serif;
	color: #535353;
	height: 100%;
}
p {
	 margin 1em 0;
}

#bodywrap
{
	margin: 0 auto;
	width: 760px;
	background: url(../images/agc_civil_war_main_bg_tile.gif) repeat-y;
	position: relative;
	padding: 0 28px 0 28px;
	overflow: hidden;
	min-height: 100%;
}
* html #bodywrap { height: 100%; overflow: visible; width: 816px; w\idth: 760px; }

/*#bodywrap:after {
	content: '.';
	display: block;
	clear: both;
	height:0;
	overflow: hidden;
	visibility:hidden;
}
	:root #bodywrap { overflow: visible; }*/


#masthead
{	height: 340px; width: 759px; }

#sidebar
{	float: left;
	width: 360px; }

#main
{	float: left;
	width: 375px;
	}

.footer {
clear: both;
text-align: center;
}

.footer p {
margin: 0 28px 0 360px;
padding: .5em 0;
font-size: .8em;
}
