/* Entire page */
BODY {
	background-color : #ffffff;
	background-image : url("/_structure/images/background.jpg");	
	background-repeat : no-repeat;
	font-family : verdana, arial;
	margin : 0px;
	padding: 0px;
	font-size : 12px;
	color : #000000;
}

BODY.admin {
	background-color : #EEE5DC;
	background-image : url("/_structure/images/background.jpg");	
}

/* Zone divs */
#zone0
{
	position: relative;
	left: 0px;
	top: 0px;
	height: 160px;
	width:1000px;
	border: 0px solid black;
	padding-bottom: 0px;
	margin-bottom:0px;
}

#zone1
{
	position: absolute;
	top: 161px;
	margin: 0px;
	padding: 0px;
	background-image : url("/_structure/images/sidebar.jpg");	
	background-repeat : no-repeat;
	width: 209px;
	height: 803px;
	border: 0px solid black;
	z-index: 100;
}

#zoneMain
{
	position: absolute;
	top: 161px;
	left: 210px;
	width: 570px;
	margin: 0px;
	padding: 0px;
	border: 0px solid black;
}

#zone2
{
	top: 0px;
	left: 0px;
	width: 565px;
	position: relative;
	border: 0px dashed black;
}

#zone3
{
	position: absolute;
	top: 0px;
	left: 580px;
	width: 210px;
	height: 803px;
	background-image : url("/_structure/images/rightbar.jpg");	
	background-repeat : no-repeat;
	border: 0px solid black;
}


#zone4
{
	position: relative;
	left: 0px;
	width: 600px;
	height:30px;
	border: 0px solid black;
}

#search {
	position:absolute;
	right:15px;
	top: 70px;
	width: 140px;
	border: 0px solid black;
	z-index: 999;
	/*visibility:hidden;*/
}