@CHARSET "ISO-8859-1";

/* 
	SITE CSS support layout frame work only

*/
html,body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(/_style/artemisia/bg.jpg) top left repeat-y;
}



#layoutHeader {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	height: 120px;
	background: url(/_style/artemisia/bghead.jpg) left repeat-x;
	width: 100%;
	z-index: 10;
}

#layoutNavigation {
	position: absolute;
	width: 200px;
	top: 120px;
	z-index: 5;
	margin: 0px;
	padding: 10px 5px 50px 0px;
}

#layoutMain {
	width: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	
}



#layoutContent {
	width: auto;
	position: relative;
	padding: 135px 5px 50px 200px;
	margin: 0px;
}



#mainmenu {
	position:absolute;
	margin:1 1 1 1;
	left:250px;
	top:10px;
	width:750px;
	height:18px;
	overflow:hidden;
	text-align:right;
}

#layoutFooter {
	clear: both;
	position: relative;
	height: 20px;
	width: 100%;
	background: url(/_style/artemisia/footer_bg.jpg) top left no-repeat ;
	margin: -20px 0px 0px 0px;
	z-index: 15;
}

@media print {
	#header,#layoutnavigation,#footer {
		display: none;
	}
}

/* hide this from opera6 */
head:first-child+body div#footer {
	margin-bottom: 0;
}

