/* 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: #FFF;
}

#container {
	width: 950px;
	height: 100%;
	margin: auto;
}
	
	#header {
		position: relative;
		float: left;
		display: inline;
		height: 27px;
		width: 100%; 
		background-attachment: scroll;
		background-image: url(../assets/img_headerbgr.jpg);
		background-repeat: repeat-x;
	}
	
	#imgcontainer {
		position: relative;
		float: left;
		width: 100%;
		height: 163px;
		padding: 0px;
		margin: 0px;
		background-image:url(../assets/img_topbanner.jpg);
	}
	
	#maincontainer {
		position: relative;
		float: left;
		width: 100%;
		background-attachment: scroll;
		background-image: url(../assets/img_containerbgr.jpg);
		background-repeat: repeat-y;
		padding: 0px;
		margin: 0px;
	}
	#maincontainer_extra {
		position: relative;
		float: left;
		width: 100%;
		background-attachment: scroll;
		background-image: url(../assets/img_containerbgr_content.jpg);
		background-repeat: repeat-y;
	}
	
		#main {
			position: relative;
			float: left;
			width: 100%;
			background-attachment: scroll;
			background-image: url(../assets/img_maintop.jpg);
			background-repeat: no-repeat;
			padding: 0px;
			margin: 0px;
		}
	
	#footer {
		position: relative;
		float: left;
		width: 100%;
		height: 40px;
		background-attachment: scroll;
		background-image: url(../assets/img_footerbgr.jpg);
		background-repeat: no-repeat;
	}
	
	#footer_extra {
		position: relative;
		float: left;
		width: 100%;
		height: 40px;
		background-attachment: scroll;
		background-image: url(../assets/img_footerbgr_extra.jpg);
		background-repeat: no-repeat;
	}
