/* Entire page */
body {
	background-color : #E9E4D3;
	font-family : verdana, arial;
	margin : 0px 0px 5px 0px;
	padding: 0px;
	font-size : 12px;
	color : #020100;
	text-align: center;
}

html 
{ 
    height: 100%; 
    margin-bottom: 1px; 
}

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

#screen
{
    width: 994px;
    margin: auto;
    text-align: left;
    border:0px solid black;
}


/* Zone divs */
#zone0
{
	background-image: url('/_structure/images/titlebg.jpg');
	background-repeat: no-repeat;
	height: 240px;
	width:994px;
	border: 0px solid black;
	padding-bottom: 0px;
	margin-bottom:0px;
}

#zoneMain
{
    margin: 0px;
    padding: 0px;
    background-color: White;
	background-image: url('/_structure/images/watermarkbg.gif');
	background-repeat: repeat-y;
	background-position: 7px top;
}

#zone1
{
    float: left;
	margin: 0px 0px 50px 0px;
	padding: 0px;
	width: 195px;
	border: 0px solid black;
}

#zone2
{
/*	background-image: url('/_structure/images/watermarktop.gif');*/
	background-repeat: no-repeat;
	top: 0px;
	width: 757px;
	margin: 0px 0px 0px 200px;
	padding: 5px 15px 5px 15px;
	position: relative;
	border: 0px dashed black;
}


#zone3
{
    display: none;
	background-color : #ffffff;
	margin: 0px 0px 0px 200px;
	color: #000000;
	width: 794px;
	min-height: 30px;
	border: 0px solid black;
}

#zone4
{
	background-image: url('/_structure/images/watermarkbtm.gif');
	background-repeat: no-repeat;
	background-color: White;
	background-position: 7px top;
	height: 40px;
    margin: 0px 0px 5px 0px;
    padding: 20px 5px 10px 5px;
    clear: both;
}

#endPage
{
    clear: both;
    width: 990px;
    height: 10px;
}

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

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

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