/* Entire page */
body {
	background-color : #DADADB;
	font-family : Verdana, arial;
	margin : 0px 0px 0px 0px;
	padding: 0px;
	font-size : 12px;
	color : #747678;
	text-align: center;
}

body.admin
{
    background-color: #ffffff;
    text-align: left;
}

html 
{ 
    height: 100%; 
    margin-bottom: 1px; 
}

#screen
{
    background-color: #981E32;
    width: 980px;
    margin: auto;
    padding-bottom: 39px;
    text-align: left;
    border:0px solid black;
}

/* Zone divs */
#zone0
{
    background-color: #ffffff;
	position: relative;
	left: 0px;
	top: 0px;
	height: 114px;
	width:980px;
	border: 0px solid black;
	padding-bottom: 0px;
	margin-bottom:0px;
}

#zonemain
{
    background-image: url('/_structure/images/mainbg.gif');
    background-repeat: repeat-y;
    margin: 39px 39px 10px 39px;
}

#zonemaininner
{
	background: transparent url('/_structure/images/character.gif') no-repeat scroll right bottom;
}


#zone1
{
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 8px 5px;
	width: 230px;
	border: 0px solid black;
	float: left;
}

#zone2
{
	top: 0px;
	width: 640px;
	_width: 639px;
	margin: 5px 0px 0px 250px;
	padding: 8px 5px;
	position: relative;
	border: 0px dashed black;
}


#zone3
{
	background-color : #ffffff;
	margin: 0px 39px;
	padding: 4px 8px 0px 5px;
	color: #747678;
	font-size: 10px;
	width: 889px;
	height:19px;
	border: 0px solid black;
}

/* Min height hacks */
#prop2
{
    height:400px;
    float:right;
    width:1px;
}

#clear2
{
    clear:both;
    height:1px;
    overflow:hidden;
}