body {
	margin: 12px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#000;  
	background-color:#FFFFFF;
	background-image:url(http://www.durhamcenter.org/themes/site_themes/default/blue_bkgd.jpg);
	background-repeat:repeat-x;
	line-height: 1.1em; 
}

p {
	margin: 6px 0;
}

.base {
	position:relative; 
	text-align: left;
	margin: 0 auto 0 auto;
	width: 839px;
	height: 523px;
	border: 1px solid #666666;
	z-index:1;
}
* html .base {border:0;} /* for IE6 only */

.header {
	position:relative; 
	float:left;
	z-index:10;
}
.main {
	position:relative; 
	float:left;
    width: 590px;
	margin:0;
	z-index:10;
}
.sidebar {
	position:relative; 
	float:left;
	margin:0;
	background-image:url(http://www.durhamcenter.org/themes/site_themes/default/landing_green_bkgd.gif);
	background-repeat:repeat-x;
	width: 174px;
	height: 409px;
	padding: 0 10px 0 64px; 
   	z-index:10;
}
* html .sidebar {width: 172px;} /* for IE6 only */

.sidebar h2 {
	margin: 10px 0 6px 0;
	font-size: 14px;
	font-weight: bold;
	color: #16528b; /* blue */
}

.photos {
	position: absolute;
	top:196px;
	left: 575px; 
	width: 71px;
	z-index: 200;
}

.citizen {
	position: absolute;
	top:173px;
	left: 75px;
	z-index: 100;
}
.provider {
	position: absolute;
	top:173px;
	left: 345px;
	z-index: 101;
}
.citizen_go {
	position: absolute;
	top:300px;
	left: 215px;
	z-index: 102;
}
.provider_go {
	position: absolute;
	top:300px;
	left: 475px;
	z-index: 103;
}