body{
	margin:0;
	padding:0;
	background-color:#444444;
	}
p,ul,li,td {	color: rgb(255,255,2550); 
	padding: 5px;
	margin: 5px;
	font-size: .84em;
	font-family: verdana, arial, tahoma;
	}

input.r, select.r, textarea.r { border: 1px solid rgb(255,255,255);
		font-size: .75em;
		font-family: verdana, arial, tahoma;
		font-weight: bold;
		background-color: #cc9900;}
	
h1, h2, h3 { color: rgb(255,255,2550); }

  
	
#mainContent {
	border:2px solid white;
	width:720px;
	height:500px;
	overflow: auto;
	margin-left:10px;
	margin-top: 12px;
	overflow: auto;
	}

.boxme { border: 1px solid rgb(255,255,255);
		margin: 7px;}
	
#navleft {
		width: 170px;
		margin-top: 12px;
		margin-right: 3px;
		border-style: solid;
		border-width: 1px;
		padding: 7px;
		font-size: .75em;
		font-weight: bold;
		border-color:  rgb(255,255,255);
		background: rgb(68,68,68);
		font-family: Verdana,Tahoma, Arial, Helvetica, Sans-Serif;
		
		/*filter:alpha(opacity=82);-moz-opacity:.82;opacity:.82;*/
		float: left;
		}	
#headerbg { background-image : url(http://www.jdanieldavidson.com/images/bg/bgheader.jpg);
			text-align: center;
			font-weight: bold;
			font-size: 1.4em;
			color:#fff;
			height: 140px;}	

#googleads {
		position: absolute;
		width: 140px;
		top: 152px;
		right: 17px;
		font-family: Verdana,Tahoma, Arial, Helvetica, Sans-Serif;
		
		}
			
a.content:link {
	color : #FFFFFF;
	text-decoration : none;
	font-weight : normal;
}

a.content:visited {
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
}	

a.content:hover {
	background-color : #FFFFFF;
	color : #000000;
	
	text-decoration : underline;
}	

a.content2:link {
	color : #cc9900;
	text-decoration : none;
	font-weight : normal;
}

a.content2:visited {
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
}	

a.content2:hover {
	background-color : #FFFFFF;
	color : #000000;
	
	text-decoration : underline;
}	


div.floatleft { float: left;
			margin:0;
			padding:1em;}
div.floatright {float: right;
			margin:0;
			padding:1em;
			width:50%;}
