/* 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;

}

#imgcontainer {
	display: none;
}

#main {
	position: relative;
	float: left;
	width: 100%;
	background-image: none;
}
	
	#maincontent {
		width: 100%;
	}
	
		#content #box,
		#content #colcntbox {
			width: 98%;
		}
	
	#logoleft, #header, #breadcrumbs, #sideboxright, #footer {
		display: none;
	}
	
	#promobox {
		padding-bottom: 15px;
	}
	
	#newsbox {
		clear: both;
	}
	
	#ezinebox {
		display: none;
	}
	
	#showcase, #panel {
		display: none;
	}
	
#maincontainer {
	position: relative;
	float: left;
	width: 100%;
	background-image: none;
}

