/* Entire page */
body {
	background-color : #ffffff;
	font-family : arial;
	margin : 5px 5px 5px 5px;
	padding: 0px;
	font-size : 12px;
	color : #666666;
	text-align: center;
}

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

#screen
{
    background-color: #ffffff;
    width: 910px;
    margin: auto;
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
    border:0px solid black;
}


/* Zone divs */
#zone0
{
	position: relative;
	left: 0px;
	top: 0px;
	height: 90px;
	width:905px;
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
}

#zone1
{
    background-color: #ffffff;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	width: 224px;
	border: 0px solid red;
	float: left;
	position: absolute;
	top: 105px;
}


#zoneMain
{
	border: 0px solid green;
}

#zone2
{
	top: 0px;
	width: 650px;
	margin: 10px 0px 0px 250px;
	padding: 0px;
	position: relative;
	border: 0px dashed black;
}


#zone3
{
    position: relative;
	background-color : #ffffff;
	color: #000000;
	width: 905px;
	height:19px;
	margin-top: 15px;
	padding: 7px 0px 0px 0px;
	border-top: 1px dotted #BABABA;
	border-bottom: 1px dotted #BABABA;
	font-size: 10px;
    clear:both;
}

#search 
{
    top: 50px;
	width: 140px;
	float:right;
	margin: 0px 00px 0px 0px;
	border: 0px solid black;
}

/* Min height hacks */
#prop2
{
    height:1600px;
    float:right;
    width:1px;
	border: 0px solid black;
}

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

#zone0 img
{
    position: absolute;
}

/* Breadcrumbs */
div.breadcrumb
{
    position: absolute;
    margin: 8px 0px 0px 0px;
    font-size: 11px;
	border: 0px solid #000000;
	width: 900px;
	text-align: right;
}

div.breadcrumb a
{
    font-size: 11px;
}

div.breadcrumb a:visited
{
    font-size: 11px;
}

div.breadcrumb .bcyah
{
    font-weight: bold;
    color: #660000;
    margin-right: 5px;
}

