body {
	margin: 0;
	padding: 0;
	background: #000 url(../images/roadway_bg.jpg) no-repeat top center;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
#wrap {
	margin: 0 auto;
	width: 900px;
}
#content {
	margin-top: 110px;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 13px;
	line-height: 1.5;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
h1 {font-size: 1.8em;
	margin-top: 0;
}
h1, h2, h3, h4 {color: #b24b28;}
a:hover {
	background-color: #dfc6bd;
}
#path {
	font-size:85%; 
	color:#555;	
	background-color: transparent; 
	padding: 0 0 4px 5px; 
	text-align:left;
	font-weight: bold;
	} 
#path a:link, #path a:visited {
	color: #44443d;
	font-weight: normal;
	text-decoration: none;
	}

#path a:hover {
	color: #f5f0e5;
	background-color: #44443d;
	text-decoration: none;
	}
table.stdtable {font-size: 1em; border: 1px solid silver; border-collapse: collapse;}
table.stdtable td, table.stdtable th {vertical-align: top; padding: 2px 6px; border: 1px solid silver;}
table.stdtable th {background-color: #dfc6bd;}

