/* Entire page */
body {
	background-color : #ffffff;
	font-family : arial;
	margin : 0px 5px 5px 5px;
	padding: 0px;
	font-size : 13px;
	color : #514A3A;
	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 black;
}


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

#watermark
{
	width:981px;
    background-color: #D8C9A8;
	background-image: url('/_structure/images/menubg.gif');
	background-repeat: repeat-y;
}

#zoneMain
{
    margin: 0px;
	width:981px;
}


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

#zone2
{
	top: 0px;
	width: 715px;
	margin: 0px 0px 0px 255px;
	padding: 9px 0px 0px 0px;
	position: relative;
	border: 0px dashed black;
}


#zone3
{
	background-color : #ffffff;
	background-image: url('/_structure/images/footerbg.gif');
	background-repeat: no-repeat;
	color: #000000;
	width: 981px;
	height:80px;
	padding-top: 50px;
	border: 0px solid black;
}

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

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

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