<!-- 
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	
}
.maincont {
	position: relative;
	width: 775px;
	height: 100%;
	vertical-align: top;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; /*formerly 8.6 */
	line-height: 1.5em;
	text-align:left;
	/* background-image: url(/streetjam/images/bg4.jpg); 
	background-repeat: no-repeat;
	background-color: #FFFFFF; */
	/* background-position:bottom;
	border-width: thin;
	border-style:ridge; 
	border-color:#FFFFFF;  */
}


FORM CSS 

select { 
color: #FFFFFF; 
background-color: #000000; 
border: 1 solid #330000 
}

input {   
font-size: 13px;
color:#333333;     
background-color: #FFFFFF; 
/* border: 1 solid #666666 */
}



input.noborder {  
font-size: 14px; 
color:#333333; 
background-color: #FFFFFF; 
border: 1 solid #666666
}

textarea { 
font-size: 13px;
color:#333333;     
background-color: #FFFFFF; 
/* border: 1 solid #666666 */
}

#footer {
	clear: both;
	width: 95%;
	margin: 10px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	border-top: 1px solid #333;
	color: #000;
	}
	
	#footer .date {
		float: left;
		text-align: left;
		}
	
	#footer .contact {
		float: right;
		text-align: right;
		}
-->