/* Entire page */
body {
	background : white url('/_structure/images/bodybg.gif') repeat-x;
	font-family : arial;
	margin : 25px 5px 5px 5px;
	padding: 0px;
	font-size : 14px;
	color : #000000;
	text-align: center;
	line-height: 18px;
}

body.admin
{
    background-color: #ffffff;
    background-image: none;
    text-align: left;
    margin-top: 5px;
}

#screen
{
	background : #E9ECDB url('/_structure/images/screenbg.gif') repeat-y scroll 10px top;
    width: 940px;
    margin: auto;
    text-align: left;
    border:0px solid black;
}

#watermark
{
	background : transparent url('/_structure/images/watermark.gif') no-repeat scroll 10px 130px;
}


/* Zone divs */
#zone0
{
	position: relative;
	background : transparent url('/_structure/images/titlebg.jpg') no-repeat;
	left: 0px;
	top: 0px;
	height: 130px;
	width:940px;
	border: 0px solid black;
	padding-bottom: 0px;
	margin-bottom:0px;
}

#zone1
{
	margin: 0px 0px 0px 0px;
	padding: 0px 5px;
	width: 160px;
	height: 550px;
	border: 0px solid black;
	float: left;
}

#zonemain
{
	padding: 10px 5px;
}

#zone2
{
	top: 0px;
	width: 725px;
	margin: 0px 0px 0px 175px;
	position: relative;
	border: 0px dashed black;
    padding: 10px;
}


#zone3
{
	background : #E9ECDB url('/_structure/images/footerbg.gif') no-repeat scroll left top;
	width: 882px;
	height:50px;
    padding: 40px 15px 10px 30px;
    margin: 0px 10px 0px 0px;
    font-size: 11px;
}

#search 
{
    top: 50px;
	width: 140px;
	float:right;
	margin: 0px 0px 0px 0px;
	border: 0px solid black;
}

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

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