html { height: 100%; }
body
{	margin: 0;
	background: #ff6f00;
	font: 12px Verdana, Sans-Serif;
	color: #535353;
	height: 100%;
}

#bodywrap
{	
	margin: 0 auto;
	width: 869px;
	position: relative;
	background: #ffffff url(/images/interior/agc_civil_war_int_nav_tile.gif) left top repeat-y;
	border-right: 2px solid #000;
	min-height: 100%;
	z-index: 1;
}

/*#bodywrap:after {
	content: '.';
	display: block;
	clear: both;
	height:0;
	overflow: hidden;
	visibility:hidden;
	
}
	:root #bodywrap { overflow: visible; }*/
	
#sidebar {
	width: 223px;
	float: left;
}

#sidebar img
{
	display: block;
	margin: 0;
}
	
#main
{
	width: 612px;
	float: right;
	background: #ffffff;
	padding: 17px;
	padding-bottom: 175px;
}

div .image
{
	float: right;
	padding: 9px 0 0 10px;
}
	
div .image div
{	text-align: center;
	font-size: 95%;
	font-style: italic;
	padding-bottom: 10px; }

h3
{	color: #cf5900;
	font-size: 115%; }

h5
{	font-size: 97%;
	color: #cf5900;
	margin: 0; }

a
{	color: #cf5900;
	text-decoration: none;
	font-weight: bold; }
	
a:hover
{	color: #6f6f6f;
	text-decoration: underline; }

#footer
{
	font-size: .8em;
	margin: 0 auto 0 223px;
	width: 642px;
	left: 0;
	overflow: visible;
	padding-bottom: 1em;
	position: absolute;
	bottom:0px;
	z-index: 10;
}
#footer p {
	margin: .5em 0 0;
}

/* \*/
* html #bodywrap { height: 100%; }
* html #sidebar { margin-right: -3px; }
* html #subhead { width: 646px; }
/* */
