/* 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 {
	position:relative;
	float:left;
	width: 100%;
	background: #FFF;
	padding: 0;
	margin: 0;
}

#main.history {
	background-attachment: scroll;
	background-image: url(../assets/bg_history_main.jpg);
	background-position: 0px 191px;
	background-repeat:repeat-y;
}

#footer {
	height: 50px;
	width: 100%;
	border: solid #B9B8B9;	
	border-width: 1px 0 0 0;
	clear: both;
}
