@import url("screen-navigation.css");
@import url("screen-layout.css");
@import url("screen-pages.css");
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit /* vertical-align: middle; */ }
:focus { outline: 0 } body { color: black; background: white; margin: 0; padding: 0 } ol, ul { list-style: none } table { border-collapse: separate; border-spacing: 0 } caption, th, td { text-align: left; font-weight: normal }




body { 
	background: #000; 
	margin: 0; padding: 0;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
a:link,
a:visited,
a:hover { text-decoration: none; font-weight: bold; color: #848f9f }
a:hover { text-decoration: underline }

strong { font-weight: bold }
h1, h2, h3 {  color: #fff; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: normal; margin-bottom: 8px; clear: both }
p { margin-bottom: 16px; color: #999; text-align: justify; line-height: 150%; }
h1 { font-size: 28px; font-weight: normal }
h2 { font-size: 16px }
h3 { font-size: 12px; font-weight: bold }


#wrapper {
	width: 912px; margin: auto;
	}
	
#wHeader {
	float: left; width: 475px; height: 57px; clear: both; display: block; text-indent: -2000px;
	background: url(../img/site/dvp_logo.gif) no-repeat 0 0;
	margin: 0; padding: 0; margin: 38px 0;
	}
#contentWrapper {
	float: left; width: 874px; clear: both; 
	margin-left: 38px; display: inline; 
	}
	
	#wImages {
		float: left; width: 874px; clear: both; 
		}
		
		#flash {
			float: left; width: 589px; height: 342px; clear: both; 
			}
			
		#blog {
			float: left; width: 284px; height: 342px; 
			border-left: 1px solid #000;
			}
	
	#wContent {
		float: left; width: 836px; clear: both; 
		margin-left: 38px; display: inline; 
		}
		
		#content {
			float: left; width: 551px; clear: both; 
			}
		
		#braggingRights {
			float: left; width: 284px; 
			text-align: center	
			}
		.buttonRow { margin-top: 29px; }
	
#wFooter  {
	float: left; width: 874px; height: 38px; clear: both; 
	margin-left: 38px; display: inline; 
	background: url(../img/site/dvp_footer.gif)  no-repeat 0 0;
	line-height: 38px; margin-top: 19px; margin-bottom: 38px;
	}
	
	#wFooter1 {
		float: left; width: 400px; padding-left: 38px; color: #666
		}
	
	#wFooter2 {
		float: right; width: 300px; text-align: right; padding-right: 19px;
		}
		
		#wFooter2 a {
			color: #666 !important; font-weight: normal !important;
			}

















