/* Entire page */
body {
	background-color : white;
	font-family : Verdana, Arial, Helvetica, FreeSans;
	margin : 0px 5px 5px 5px;
	padding: 0px;
	font-size : 12px;
	color : #000000;
	text-align: center;
}

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

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

#screeninner
{
    background-repeat: no-repeat;
    background-position: 12px bottom;
}

#watermark
{
    background: transparent url('/_structure/images/watermark.gif') repeat-x scroll 12px top;
    padding: 0px 50px;
}

/* Zone divs */
#zone0
{
    background: transparent url('/_structure/images/titlebg.gif') no-repeat center top;
	height: 240px;
	width:880px;
	border: 0px solid black;
}

#zone1
{
	top: 0px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	width: 400px;
	border: 0px solid black;
	float: right;
}

#zonemain
{
    margin-top: 20px;
    background: transparent url('/_structure/images/divider.gif') repeat-y scroll center top;
}

#zonemaininner
{
    margin-top: 20px;
    background: transparent url('/_structure/images/dividerhide.gif') no-repeat scroll center top;
}


#zone2
{
	top: 0px;
	width: 400px;
	margin: 5px 0px 0px 30px;
	padding: 0px;
	position: relative;
	border: 0px dashed black;
}


#zone3
{
	color: #000000;
	width: 880px;
	height:180px;
	border: 0px solid black;
	text-align: center;
	font-family: Georgia;
	margin-top: 20px;
}

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

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