/* Entire page */
body {
	background-color : #ffffff;
	font-family : arial;
	margin : 0px 0px 10px 0px;
	padding: 0px;
	font-size : 12px;
	color : #252D34;
	text-align: center;
}

body.admin
{
    background-color: #ffffff;
    text-align: left;
}

#screen
{
    background-color: #ffffff;
    width: 920px;
    margin: auto;
    text-align: left;
    border:0px solid black;
}


/* Zone divs */
#zone0
{
	position: relative;
	left: 0px;
	top: 0px;
	height: 110px;
	width:920px;
	border: 0px solid black;
	padding: 0px 0px;
	margin:0px;
	z-index: 300;
}

#zone1
{
    position: absolute;
	top: 110px;
    background-color: #ffffff;
	padding: 0px;
	margin:0px 0px 20px 0px;
	width: 920px;
	height: 170px;
	border: 0px solid black;
}

#zone2
{
	width: 870px;
	padding: 0px 10px 5px 20px;
	margin: 190px 0px 0px 0px;
	border: 0px dashed black;
	#position: relative;
	#top: 190px;
}


#zone3
{
	#position: relative;
	#top: 190px;
	background-color : #ffffff;
	background-image: url('/_structure/images/footerrule.gif');
	background-repeat: repeat-x;
	color: #7A7A8C;
	width: 920px;
	height:40px;
	font-size: 11px;
	border: 0px solid black;
	padding: 10px 0px 0px 0px;
	margin:0px;
}

#search 
{
    top: 50px;
	width: 140px;
	float:right;
	padding: 0px;
	margin:0px;
	border: 0px solid black;
}

/* Min height hacks */
#prop2
{
    height:400px;
    float:right;
    width:1px;
}

#clear2
{
    clear:both;
    height:1px;
    overflow:hidden;
}