/* Woodard Van Riper Charity Challenge Road Rally CSS */
/* basic elements */
html, #wrapper {
	  margin:0;
      padding:0;
      height:100%;
      border:none;
	  margin-left: auto;
      margin-right: auto;
	  margin-bottom: 1px;
	  }

body {
	background: #000000 url(../images/bg_black.jpg) repeat;
	margin: 0;
	padding: 0;
	color: #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: 100; 
	line-height: 18px;
	height: 100%;
    border: none;
	}

.woody {
	background: #000000 url(../images/bg_woody.jpg) repeat;
	}	
	
.borderme {
	border: 1px solid;
	border-color: #331901;
	padding: 4px;
	}	

/* Fonts */

font.bodytype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #dddddd;
	text-align: justify;
	}
	
font.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #dddddd;
	}
	
font.miniheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #dddddd;
	}
	
font.addresshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #dddddd;
	}
	
font.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #dddddd;
	}
	
font.whg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #522802;
	}
	
/* links */
a.white:link, a.white:visited{ 
	color: #dddddd; 
	text-decoration: underline; 
}
a.white:hover, a.white:active{ 
	color: #ffffff; 
	text-decoration: underline; 
}