/* Entire page */
body {
/*	background-color : #E1F3F6;*/
    background: #dbedf9 url('/_structure/images/newbg.gif') repeat-x scroll left top;
	font-family : Arial,Helvetica,sans-serif,FreeSans;
	margin : 0px 0px 5px 5px;
	padding: 0px;
	font-size : 12px;
	color : #000000;
	text-align: center;
}

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

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


/* Zone divs */
#zone0
{
    display: none;
}

#zone1
{
    background: transparent url('/_structure/images/headerbg.png') no-repeat scroll left top;
	height: 122px;
	width:980px;
	border: 0px solid black;
	padding-bottom: 0px;
	margin-bottom:0px;
}

#zone2
{
	top: 0px;
	width: 980px;
	margin: 5px 0px;
	padding: 0px;
	border: 0px dashed black;
}

#zone3
{
    display: none;
}


#zone4
{
	color: #000000;
	width: 980px;
	height:40px;
	margin-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;
}