/* <% Response.contentType = "text/css" %> */

html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	min-height: 100%;
	background: #993300 url('../2009images/Elements/BG.jpg') repeat-x top fixed left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding-right: 0px;
	border-right-width: 0px;

}

img
{
	border:none;
}

div#container {

	position:relative; /* needed for footer positioning*/

	margin:0 auto; /* center, not in IE5 */

	margin-top: 10px;

	width:900px;

	background: #ffffff url('../images/bkg_base.gif') repeat top center;

	height:auto !important; /* real browsers */

	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

}

div#header {

	padding: 0px 0px 0px 0px;

	height:107px;

}

div#header p {

	font-style:italic;

	font-size:1.1em;

	margin:0;

}

div#navigation {

	width:900px;

	height:32px;

}

div#content {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding: 0px 0px 0px 0px;
	padding-right: 0px;
	margin-right: 0px;
	background-color: #000000;

}

div#content p {

	

	}

div#subcontent {

	background: #ffffff url('../images/bkg_base_white.gif') repeat-y top center;

	text-align: center;

	margin:0 auto; /* center, not in IE5 */

}

div#sponsors {

	height:133px;

	position:relative;

}

div#subbuttons {

	height:28px;

}

div#copyright {

	padding: 0px 0px 0px 0px;

	height:30px;

}

div#footer {
	position:relative;
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	bottom:0; /* stick to bottom */
	padding: 0px 0px 0px 0px;
	background:#ffffff;
	height:50px;
	background-color: #993300;

}



div#footerTerms {

	position:relative;

	width:510px;

	float:left;

	padding: 0px 0px 0px 15px;

}

div#footerCopyright {

	position:relative;

	width:340px;

	float:right;

}

.clr {

	clear:both;

}

