<!-- 
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	
	
}
.maincont {
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: top;
	font-family: Verdana, Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; /*formerly 8.6 */
	line-height: 1.5em;
	text-align:left;
	background-image: url(/images/newBG2.jpg);
	background-repeat:no-repeat;
	/* 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;  */
}

#arrowup{left:715px;top:213px;z-index:0;position:absolute;visibility:visible;}
#arrowdown{left:715px;top:285px;z-index:0;position:absolute;visibility:visible;}

#scrollingcont{left:229px;top:74px;width:495px;height:310px;z-index:2;position:absolute;overflow:hidden;clip:rect(0,500,420,0);visibility:hidden;}
#scrollingtext{position:absolute;top:0;left:0;}

#picture{
	left: 8px;
	top: 70px;
	position: absolute;
}

#h1 {
	left: 285px;
	width: 400px;
	top: 76px;
	position: absolute;
}

h1 {
	font-size: 14pt;
	color: #340100;
}

#nav {
	position: relative;
	width: 300px;
	height: 100%;
	background-image:url(/images/subBG.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#contact {
	position: absolute;
	left: 575px;
	top: 65px;
}

p {
	margin-top: 0px;
	font-weight: 500;
}



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 */
}

.home {
	position: absolute;
	top: 515px;
	left: 197px;
	font-weight: 900;
	color: #FFFFFF;
	
}

.home a:link {
	color: #FFFFFF;
}
.home a:visited {
	color: #FFFFFF;
}
.home a:hover {
	color: #FFFFFF;
}

#footer {
	/*  clear: both; */
	position: absolute;
	top: 550px;
	width: 100%;
	margin: 0px;
	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;
		}
-->