/* 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 {
	position: relative;
	float: left;
	width: 100%;
	background-color: #FFF;
	background-image: url(../assets/img_containerbgr.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top center;
}

	#maincontainer {
		width: 938px;
		height: 100%;
		margin: auto;
		padding: 0px 0px 0px 12px;
	}

		#header {
			position: relative;
			float: left;
			width: 100%;
			height: 135px;
			background-attachment: scroll;
			background-repeat: no-repeat;
			background-image: url(../assets/img_headerbgr.jpg);
			background-position: right 25px;
		}

		#main {
			position: relative;
			float: left;
			width: 100%;
		}

