/* Entire page */
body {
	background: #ffffff url('/_structure/images/bodybg.jpg') no-repeat scroll top center;
	font-family : arial;
	margin : 0px 0px 5px 0px;
	padding: 0px;
	font-size : 13px;
	color : #434343;
	border-top: 5px solid #FAC8E5;
	text-align: center;
}

body.admin
{
    background-color: #ffffff;
    background-image: none;
    text-align: left;
    border-top: 0px;
}

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


/* Zone divs */
#zone0
{
	position: relative;
	left: 0px;
	top: 0px;
	height: 345px;
	width:980px;
	border: 0px solid black;
	padding-bottom: 0px;
	margin-bottom:0px;
}

#zone1
{
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 240px;
	min-height: 100px;
	border: 0px solid black;
	float: left;
}

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


#zone3
{
    background: transparent url('/_structure/images/footerbg.gif') repeat-x scroll left top;
	color: white;
	clear: both;
	width: 960px;
	height:50px;
	border-top: 2px solid #B2E1FB;
	border-bottom: 2px solid #46B4F4;
	padding: 10px;
	font-size: 11px;
}

#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;
}