@charset "UTF-8";
/* CSS Document */

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #9933cc;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0000CC;
}
a:active {
	text-decoration: none;
}

body {
	color:#000000;
	font:;
	margin: 0;
	padding: 0;
	text-align: center;
}

#DVNRheader {
	background:url(/images/DVNRbanner.jpg) no-repeat top;
	border: 0px solid;
	top:0px;
	height: 202px;
	margin: 0 auto;
	padding: 0px;
	margin-top:0px;
	width: 721px;
	z-index:1;
}

#DVNRheadertext {
	position: relative;
	background-color:#000000;
	float:left;
	top: 182px;
	left: 0px;
	width:701px;
	font-family:"Helvetica Neue";
	font-size:14px;
	color:#ff6600;
	text-align:left;
	padding: 5px 0px 5px 20px;
	z-index:6;
}

#DVNRmain {
	position: relative;
	/* background: url() repeat; */
	background-color:#D3D3D3;
	margin: 0 auto;
	border: 0px solid;
	float: left;
	top: 30px;
	left: -10px;
	width: 741px;
}

#DVNRpagenav { list-style: none; }

#DVNRrap {
	background: url() #FFFFFF center repeat-y;
	margin: 0 auto;
	padding: 0px 0px;
	text-align: left;
	width:721px;
	z-index:1;
}

#DVNRfooter {
	background-color:#D3D3D3;
	clear: both;
	color: #CC6600;
	/* text-align: right; or center causes text to go to *left* */
	height: 150px;
	top: 20px;
	width: 731px;
	vertical-align:top;
}

#DVNRfootertext {
	position:relative;
	background-color:;
	float:center;
	top: 38px;
	left: 0px;
	width:680px;
	font-family:"Helvetica Neue";
	font-size:13px;
	color:#ffffff;
	text-align:center; /* right moves the text *left* */
	padding: 0px 10px 0px 0px;
}
