/* Entire page */
body {
	background : white url('/_structure/images/footerbg.gif') repeat-x scroll left bottom;
	font-family : arial;
	margin : 0px 5px;
	padding: 0px;
	font-size : 12px;
	color : #7d7d7d;
	text-align: center;
}

body.admin
{
    background: white none;
    text-align: left;
}

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


/* Zone divs */
#zone0
{
    background: transparent url('/_structure/images/titlebg.gif') repeat-x left top;
	height: 200px;
	width:940px;
	padding-bottom: 0px;
	margin-bottom:0px;
}

#zone1
{
    background-color: #e8e6e6;
	margin: 0px 0px 0px 0px;
	padding: 35px 20px 35px 20px;
	width: 270px;
	min-height: 300px;
	border: 0px solid black;
	float: right;
}

#zone2
{
	width: 602px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	border: 0px dashed black;
	font-size: 1.2em;
}


#zone3
{
	color: white;
	width: 930px;
	height: 370px;
	padding: 0px 10px 0px 0px;
	margin-top: 25px;
	border: 0px solid black;
}

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

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