html, body {
    height: 100%;
}

* {
margin: 0;
padding: 0;
}


/* Hack for IE */
* html #Content {
    height: 100%;
}
/* End IE Hack */

body
{
	text-align: center;
	min-width: 860px;
	background-image: url(images/bg-tile.jpg);
}

#wrapper
{
	width: 830px;
	margin: 0 auto;
	height: auto;
	min-height: 100%;
	text-align:left;
	background-image: url(images/shadow.png);
	
}

#wrapper #maincontent
{
	width: 780px;
	margin: 0 auto;
}

#maincontent #header
{
	height: 134px;
	text-align: center;
}

#nav
{
	background-color: #BD2C34;
	height: 38px;
	
}

#nav ul
{
	list-style: none;
	margin: 0;
	width: 780px;
	text-align: center;
	float: left;
	display: inline;
	padding: 0 1.1em;
}

#nav li
{
	float: left;
}

#more
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#BD2C34;
	font-style: normal;
	text-decoration: none;
	line-height: 2.2em;
}


#nav ul a
{
	display: block;
	padding: 0 12px;
	line-height: 38px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(images/navspacer.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 13px;
	font-weight: bold;
}


#nav .last
{
	background-image: none;
}


#flash
{
	float: left;
	height: 176px;
	width: 780px;
}

#introquote
{
	background-image: url(images/homequote.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #A09063;
	float: left;
	height: 176px;
	width: 206px;
}

.clear
{
clear:both;
}

#pres
{
	float: left;
	width: 166px;
	margin-top: 25px;
	background-image: url(images/deco-rule.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 12px;
}

#pres img
{
	padding-right: 8px;
	margin-left: -4px;
	display: block;
	padding-bottom: 4px;
}

#pres .headline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BD2C34;
	font-weight: bold;
}

#pres p
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .9em;
	font-style: italic;
	line-height: 1.2em;
	color: #595959;
}

#maincontent #offwhite
{
	background-color: #FBF9ED;
	margin: 10px;
}

#offwhite #mainsection
{
	float: right;
	margin-top: 25px;
	background-image: url(images/rulemaker.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	margin-left: 10px;
	width: 530px;
	padding-right: 10px;
}

#mainsection p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #333333;
	margin-bottom: 10px;
}

#footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	text-align: center;
	padding: 1px;
	margin-top: 10px;
}

#footer a
{
	color: #666666;
}

#news
{
	width: 520px;
	background-image: url(images/rulemaker.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	margin-top: 18px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BD2C34;
	font-weight: bold;
	margin-bottom: 8px;
}

#news p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#pres #rule
{
	margin-top: 12px;
}

#nav a:hover
{
	color: #d1c07e;
}

