#graphwrap {
	height: 600px;
	display: block;
	position: absolute;
	top: 540px;
	left: 100px;
	width: 500px;
	padding: 0;
	margin: 0 0 0 15px;
	}
#graphwrap h1 {
	font: bold 13px arial;
	color: #000;
	padding: 0;
	margin: 0;
	}
#graphwrap h2 {
	font: normal 12px arial;
	padding: 0;
	margin: 0;
	color: #000;
	}
#graphwrap h3 {
	position: absolute;
	top: 510px;
	font: normal 11px arial;
	text-align: left;
	width: 400px;
	}
	

#dopgraph { 					
	height: 300px; 
	width: 500px;
	position: absolute;	
	left: 0px;
	z-index: 0;
	padding: 0;
	margin: 0;
	font-size: 1px;
	top: 200px;
	}
#dopgraph ul { 
	height: 300px; 
	margin: 0; 
	padding: 0;
	width: 400px;
	}
#dopgraph ul li {  
	position: absolute; 
	width: 27px;  
	bottom: 46px; 
	padding: 0; 
	margin: 0; 
	list-style: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
	}
#dopgraph_overlay {
	height: 191px;
	width: 190px;
	position: absolute;
	left: 0px;
	z-index: 1;
	top: 82px;
	}
#dopgraph_overlay .lines {
	background: url(../image/graphs/hashmarks_dop.gif) repeat;
	height: 310px;
	width: 400px;
	display: block;
	}

#percent {
	width: 100px;
	height: 385px;
	position: absolute;	
	bottom: 66px !important;
	bottom: 46px;
	}
	
#years {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 47px;
	background: url(../image/graphs/years_dop.gif);
	}
#dopgraph .total {
	position: absolute;
	color: blue;
	z-index: 1000;
	font: bold 10px verdana;
	line-height: 12px;
	top: 0;
	left: 0;
	margin: -100px 0 0 -130px !important;
	margin: -8px 0 0 -504px;
	padding: 0 0 0 40px;
	}		