/* Entire page */body {	background-color : #ffffff;	font-family : arial;	margin : 0px 1px 5px 1px;	padding: 0px;	font-size : 12px;	color : #707070;	text-align: center;}body.admin{    background-color: #ffffff;    text-align: left;}#screen{    background-color: #ffffff;    width: 970px;    margin: auto;    padding-top: 0px;    text-align: left;    border:0px solid #A5B0D3;}/* Zone divs */#zone0{    background: url('/_structure/images/logo.gif');    background-position: left top;    background-repeat: no-repeat;	height: 172px;    width: 960px;	border: 0px solid #c0c0c0;	padding-bottom: 0px;	padding-top: 5px;	padding-left:10px;	margin: 3px 0px 5px 0px;	position: relative;	top: 0px;}#zoneMain{    width: 970px;    padding:0px;	margin: 0px;	border: 0px solid #c0c0c0;}#zone1{    background: url('/_structure/images/menuback.gif');    background-position: right;    background-repeat: no-repeat;	height: 25px;    width: 970px;	border: 0px solid black;	padding: 0px;	margin: 0px 0px 5px 0px;	position: absolute;	top: 3px;}#zone2{    width: 750px;	border: 0px solid black;	padding: 0px 5px;	margin: 0px 0px 0px 200px;}#zone3{    width: 188px;    height: 400px;    float: left;	border: 0px solid #c0c0c0;}#zone4{    background: url('/_structure/images/footerbg.gif');    background-repeat:repeat-x;    background-position: left bottom;    width: 950px;    height: 25px;    padding: 15px 10px 0px 10px;	border: 0px solid #c0c0c0;}#search {	width: 140px;	float:right;	margin: 25px 0px 0px 0px;	border: 0px solid black;	color: #ffffff;}/* Min height hacks */#prop2{    height:400px;    float:right;    width:1px;}#clear2{    clear:both;    height:1px;    overflow:hidden;}