/* CSS :: TEMPLATE */ 

/* IMPORTS */
@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, #imgcontainer, #colleft, #colright {
	display: none;
}

	#maincontent {
		width: 100%;
	}
	
		#content #box,
		#content #colcntbox {
			width: 98%;
		}


#maincontainer {
	position: relative;
	float: left;
	width: 100%;
	background-image: none;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
}


/* VISIBLE PRINT CONTAINER :: classes/tags */

#printcontainer {
	width: 620px;
	margin: 15px;
}

	#printcontainer h1 {
		font: bold 18px/24px Arial, Helvetica, Verdana, sans-serif;
		color: #000;
		border-bottom: 1px solid #000;
	}

	#printcontainer p,
	#printcontainer ul,
	#printcontainer ul li {
		font: 14px/18px Arial, Helvetica, Verdana, sans-serif;
		color: #000;
	}