/* Entire page */
body {
	background-color : #ffffff;
	font-family : arial;
	margin : 1px 1px 5px 1px;
	padding: 0px;
	font-size : 12px;
	color : #000000;
	text-align: center;
}

body.admin
{
    background-color: #ffffff;
    text-align: left;
}

#screen
{
    background-color: #ffffff;
    width: 980px;
    margin: auto;
    text-align: left;
    border:0px solid #A5B0D3;
}


/* Zone divs */
#zone0
{
	position: relative;
	background-image: url('/_structure/images/titleback.gif');
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;
	height: 130px;
    width: 980px;
	border: 0px solid black;
	padding-bottom: 0px;
}

#zoneMain
{
    padding:0px;
    margin:0px;
    border: 1px solid white;
}

#zone1
{
	background-image: url('/_structure/images/menuback.gif');
	background-repeat: repeat-y;
	width: 163px;
	border: 0px solid black;
	float: left;
	padding: 0px;
	margin: 0px;
}

#zone2
{
	top: 0px;
	width: 650px;
	margin: 15px 0px 0px 170px;
	padding: 0px;
	position: relative;
	border: 0px dashed black;
}


#zone3
{
	width: 150px;
	float:right;
	background-image: url('/_structure/images/rightside.gif');
	background-repeat: repeat-y;
	height: 498px;
	border-left : solid 1px #A5B0D3;
	border-top : solid 1px #A5B0D3;
	
}


#zone4
{
	margin: 12px;
	padding: 5px 10px 0px 10px;
	color: #000000;
    width: 868px;
	 height:40px;
	border: 0px solid black;
	text-align: center;
}

#search 
{
	width: 140px;
	float:right;
	margin: 25px 0px 0px 0px;
	border: 0px solid black;
	color: #ffffff;
}

/* Min height hacks */
#prop2
{
    height:400px;
    float:right;
    width:1px;
}

#clear2
{
    clear:both;
    height:1px;
    overflow:hidden;
}

#leftbarminheight
{
    height:500px;
    float:right;
    width:1px;
}
