/* CSS :: TEMPLATE */ 

/* IMPORTS */
@import url("nav.css");
@import url("template-content.css");


/* TEMPLATE */

/* !!! DEBUG PURPOSES ONLY !!!
div {border: solid 1px #f00;} 
*/

html,body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	text-align: center;
	background-color: #00599F;
}

#container {
	width: 930px;
	height: 100%;
	margin: auto;

}

#header {
	position: relative;
	float: right;
	height: 27px;
	width: 900px;
	border: 0;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #C3141B;
	border-bottom-width: 0px;
	background-color: #00599F;
}

#imgcontainer {
	position: relative;
	float: left;
	width: 100%;
	height: 196px;
}

#main {
	position: relative;
	float: left;
	width: 100%;
}

#maincontainer {
	position: relative;
	float: left;
	width: 100%;
	background-attachment: scroll;
	background-image: url(../assets/img_containerbgr.jpg);
	background-repeat: repeat-y;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	height: 55px;
}