/* CSS Document */

/* Default Browser Overrides "*/
	/* Margin Padding Reset */
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5,h6, pre, form, fieldset, input, p, blockquote, th, td {margin: 0; padding:0;}
	
	/* Heading font-size reset */
	h1, h2, h3, h4, h5, h6 {font-size: 96%}
	
	/* Removes list-style from lists */
	ol ul { list-style: none;}
	
	/* Resets font-style and font-weight to normal */
	address, caption, cite, code, dfn, em, strong, th, var {font-style: normal; font-weight: normal; }
	
	/* Removes border-collapse */
	table {border-collapse: collapse; border-spacing: 0; }
	
	/* Removes broder from fieldset and img */
	fieldset, img {border: 0;}
	
	/* Left-alighns text in cpation and th */
	caption, th {text-align: left;}
	
	/* Removes quotation marks from quotes */
	q:before, q:after {content:'';}

	/* Positioning Context */
	body {
	position: relative;
	background-color: #000000;
	}
div#container {
	width: 960px;
	margin: 10px auto;
}


	/* Branding */
	div#branding {
	height: 100px;
	}
	
	div#branding img {
	margin: 11px;
	}	
	
	/* Navigation */
	div#mainnav {
	padding: 3px 10px;
	}
	
	/*Content Layout */	
	div#content {
	padding: 10px 0;
	}
div#page_title {
	padding-bottom: 5px;
}
	div#content_super {
	margin-bottom: 10px;
	text-align: center;
	margin-left: -10px;
}
div#content_super img {
	padding-left: 10px;
}
	div#content_main {
	width: 670px;
	margin: 0 10px 0 0;
	float: left;
	padding: 15px;
	}
	
	div#content_sub {
	width: 230px;
	float: left;
	}
	
div.subcontent {
	margin: 0 0 10px 0;
	padding: 10px;
	width: 228px;
	}
		
.clrfloat {
clear: both;
}
div#subnav {

	padding: 3px 10px;
}
#siteinfo {
	padding: 5px;
}

div#siteinfo li {
	list-style-image: none;
	display: inline;
	padding: 5px 11px;
}

