html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	
}
.maincont {
	position: relative;
	width: 700px;
	height: 1000px;
	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:#333333;  
}

h1 {
	font-size: 21px;
	color: #000000;
	margin-left: 5px;
	margin-top: 4px;
	padding-top: 0px;
	margin-bottom: 1px;
	padding-bottom: 1px;
}

p {
	font-size: 9pt;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.5em;
}

#slogan {
	position: absolute; 
	top: 3px; 
	left: 540px;
}

#content {
	margin: 2px; 
	margin-top: 0px;
	padding: 3px;
	height: 100%;
}

#nav {
	position: absolute;
	margin-left: 75px;
	top: -30px;
	font-size: 18px;
	color: #FFFFFF;
}

#nav a:link {
	color: #FFCC00;
}
#nav a:visited {
	color: #999999;
}
#nav a:hover {
	color: #FF3300;
}

.disclaimer {font-size: x-small}

