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

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

html 
{ 
    height: 100%; 
    margin-bottom: 1px; 
}

#screen
{
    width: 930px;
	background-color: White;
	padding: 0px 10px;
    margin: auto;
    text-align: left;
    border-left:1px solid #e8e3e3;
    border-right:1px solid #e8e3e3;
}


/* Zone divs */
#zonemain
{
	background : transparent url('/_structure/images/zmainbg.gif') repeat-y scroll left top;
    border: 0px solid green;
    width: 930px;
}

#zonemaininner
{
	background : transparent url('/_structure/images/zmaininnerbg.gif') no-repeat scroll left top;
    border: 0px solid green;
    width: 930px;
}

#zone0
{
	background : transparent url('/_structure/images/titlebg.gif') no-repeat scroll left top;
	height: 118px;
	width:930px;
	border: 0px solid black;
	padding-bottom: 0px;
	margin-bottom:0px;
}

#zone1
{
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 15px;
	width: 215px;
	min-height: 500px;
	border: 0px solid black;
	float: right;
	color: #4b497d;
}

#zone2
{
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 30px;
	position: relative;
	border: 0px dashed black;
}


#zone3
{
	background : transparent url('/_structure/images/footerbg.gif') no-repeat scroll left top;
	color: #666666;
	font-size: 11px;
	width: 930px;
	height:100px;
	border: 0px solid black;
	padding-top: 50px;
}

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