/* CSS :: TEMPLATE */ 

/* IMPORTS */
@import url("nav.css");
@import url("template-content.css");


/* TEMPLATE :: CONTAINERS */

body {
	background: #9B0F13;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#container {
	width: 900px;
	margin: auto;
	background: #FFF;
}


#header {
	height: 79px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

	#headerprint {
		display: none;
	}

#bar {
	height: 20px;
	background: #000000;
}
 
 
#main {
	width: 100%;
	background: #FFF;
	padding: 0;
	margin: 0;
}

#footer {
	height: 75px;
	width: 100%;
	border: solid #B9B8B9;	
	border-width: 1px 0 0 0;
	clear: both;
	margin: 0px;
}

	#feed-control {
		position: relative;
		float: left;
		clear: left;
		width: 900px;
		margin: 0px;
		border-top: 1px solid #BCCDF0;
		background-color: #FFF;
	}

