body { 
	margin-left: 10%; margin-right: 10%; 
	background-color: #FFFAF6;
	color: green
}

pre { font-family: monospace; }

:visited { color: rgb(153, 0, 153) } 
:active { color: rgb(255, 0, 102) } 
:hover { color: rgb(0, 96, 255) } 

#main {
	position:absolute;
	height: 350px;
	width: 480px;
	z-index: 1;
	left: 240px;
	top: 80px;
}

#backing {
	position:absolute;
	background-image: url(images/spBack.gif);
	background-repeat: no-repeat;
	height: 550px;
	width: 750px;
	z-index: 1;
	left: 5px;
	top: 0px;
}

#address {
	position:absolute;
	left:30px;
	width:670px;
	height:30px;
	top:407px;
	z-index:2;
}

#navbar {
	position:absolute;
	width:185px;
	height:198px;
	z-index:1;
	left:50px;
	top: 100px;
	font-family: Comic Sans, cursive;
	font-size: 16px;
	color: #5A644C;
}

.bodyText {
	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: green;
}


.addressText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5A644C;
}


.label {
    font-weight: bold;
    vertical-align: top;
    text-align: right;
}
