/* 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: left;
	color: #000;
	background-color: #FFF;
	background-image: none;
}

#container {
	width: 95%;
	height: 100%;
	margin: auto;
	background-image: none;
}

#header {
	display: none;
}

#topbanner {
	width: 600px;
}

	#topbanner #logocontainer {
		width: 250px;
	}
	
	#topbanner #bannercontainer {
		width: 282px;
	}


#maincontainer {
	position: relative;
	float: left;
	width: 100%;
	background-image: none;
}

#main {
	position: relative;
	float: left;
	width: 90%;
	background-image: none;
}

	#breadcrumbs {
		margin-top:5px;
	}

	#col_a {
		display: none;
	}
	
	#col_b {
		width: 100%;
	}
	
		#col_b #navhori {
			display: none;
		}
		
	#content {
		width: 100%;
	}
	
		#content #box,
		#content #colcntbox {
			width: 98%;
		}
	
	#colcnt_a {
		width: 100%;
		text-align: left;
	}
	
	#colcnt_b {
		display: none;
	}

#footer {
	position: relative;
	float: left;
	width: 600px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../assets/img_footerbgrR.jpg);
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #EAEBEB;
}
