@charset "UTF-8";
/* CSS Document */
/* BASE SANS BURDEN STYLES */
/* updated 12/13/09 */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,code,legend,textarea,th,td { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }



body{
	background-color: #333333;
	font-size: 1em;
}

#container {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	background: #FFF;
}

#wrapper {
	/*min-height: 800px;*/
	height: auto;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
}
/*
#header{
	display: block;
	width:100%;
	height:75px;
	background-color:#666;
}*/

#footer {
	text-align: left;
	display: block;
	width: auto;
	color: #FFF;
	background: #9e1c24 url(../../images/header_bkgrn.jpg);
	height: 25px;
	font-size: .7em;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
