/* 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: #EBEBEB;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../assets/img_body_BGR.jpg);
}
	
#container {
	width: 925px;
	height: 100%;
	margin: auto;
	padding: 0px 10px 0px 15px;
}
	
	#header {
		position: relative;
		float: left;
		display: inline;
		width: 100%;
		z-index: 5;
		/*height: 100px;*/
		/*background-color: #FFF;*/
	}
	
	#maincontainer {
		position: relative;
		float: left;
		width: 100%;
	}
	
		#breadcrumbs {
			position: relative;
			float: right;
			padding: 0px;
			margin: 0px;
			width: 690px;
		}
		
		#topbanner {
			position: relative;
			float: left;
			width: 100%;
			padding: 0px;
			margin: 0px;
		}
			#topbanner img{
				position: relative;
				float: right;
				padding: 0px;
				margin: 0px;
			}
		
		#maincontent {
			positin: relative;
			float: left;
			display: inline;
			width: 925px;
			background-color: #FFF;
			padding: 0px;
			margin: 0px;
		}
		#maincontent.home {
			background-attachment: scroll;
			background-repeat: no-repeat;
			background-position: top left;
			background-image: url(../assets/img_maincontent_BGR.jpg);
		}
			#colleft {
				position: relative;
				float: left;
				width: 235px;
				padding: 0px;
				margin: 0px;
			}
			
			#content {
				position: relative;
				float: left;
				width: 670px;
				padding: 35px 10px 15px 10px;
				margin: 0px;
	
			}
	
	#footer {
		position: relative;
		float: left;
		display: inline;
		clear: both;
		width: 925px;
	}
	