/* 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;
	color: #000;
	background-color: #FFF;
}

#container {
	width: 95%;
	height: 100%;
	margin: auto;

}

#header {
	display: none;
}

#imgcontainer {
	display: none;
}

#main {
	position: relative;
	float: left;
	width: 100%;
}

#main.bgr {
	position: relative;
	float: left;
	width: 100%;
	background-image: none;
}

	#colleft {
		display: none;
	}
	
	#maincontent {
		width: 100%;
	}
	
		#content #box,
		#content #colcntbox {
			width: 98%;
		}
	
	#colright {
		display: none;
	}

#maincontainer {
	position: relative;
	float: left;
	width: 100%;
	background-image: none;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	height: 55px;
}

	#footer #footerbar {
		width: 100%;
		margin: 0px;
	}
	
	#footer #footerbar img {
		display: none;
	}