<!-- 
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(/images/bgTest.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachement: fixed; 
	
}
.maincont {
	position: relative;
	background-color: #FFFFFF;
	width: 775px;
	height: 100%;
	vertical-align: top;
	font-family: Tahoma,Verdana,Arial,serif;
	font-size: 10pt; /*formerly 8.6 */
	line-height: 1.3em;
	text-align:left;
	border-left: 0px solid #FF9900;
	border-right: 0px solid #FF9900;
}

#nav {
	width: auto;
	height: 23px;
	font-size: 14px;
	font-weight: 700;
	background-color: #FF9900;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 0px;
	border-left: 0px;
	text-align: center;
}

#nav a:link {
	color: #FFFFFF;
}

#nav a:visited {
	color: #666666;
}

#h1 {
	font-size: 18px;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 4px;
	border-bottom: 1px solid #000000;
}

h1 {
	font-size: 18px;
	color: #000000;
	margin: 0px;
	margin-left: 5px;
	margin-top: 5px;
}


#content {
	width: auto;
	height: auto;
	margin: 3px;
	margin-right: 5px;
}

.picBox img {
	border: 4px solid #FF9900;
}

#address {
	font-size: small;
	position: absolute;
	right: 5px;
	top: 193px;
}

.alert {color: #CC0000}

-->