/* Entire page */
body {
	background : transparent url('/_structure/images/titlebg.png') no-repeat scroll center top;
	font-family : arial;
	margin : 0px 5px 5px 5px;
	padding: 0px;
	font-size : 12px;
	color : #336633;
	text-align: center;
}

html 
{
    overflow-y:scroll;
	background : #b2d2a3 url('/_structure/images/bodybg.gif') repeat-x scroll left top;
}

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


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

#zonemain
{
	border: 0px solid red;
	margin: 0px;
	padding: 0px;
	background: #e4e6d8 url('/_structure/images/rightbarbgtop.gif') no-repeat scroll right top;
}


/* Zone divs */
#zone0
{
	height: 215px;
	width:950px;
	border: 0px solid black;
	background: transparent none;
	padding-bottom: 0px;
	margin-bottom:0px;
}

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

#zone2
{
	width: 660px;
	margin: 0px 0px 0px 0px;
	padding: 15px 25px 30px 25px;
	border: 0px dashed black;
    background: #e4e5d7 url('/_structure/images/mainbgtop.gif') no-repeat scroll left top;
}


#zone3
{
    background: transparent url('/_structure/images/footerbg.png') no-repeat scroll center top;
	width: 930px;
	height:500px;
    padding: 10px;
	border: 0px solid black;
    color: White;
}


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

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