body {
	background: #cbd7dc;
	font-family: "Century Gothic", Arial, Geneva, Helvetica, sans-serif;
	font-size: small;
	font-stretch: semi-condensed;
	color: #000;
	
	padding: 0px;
	margin: 0px;
	border: 0px;
	
	text-align: center;
}

h3 {	
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: large;
	font-weight: bold;
	color: #366;
	text-align: left;
	text-indent: 120px;
	
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	border: 0px;
}
h3.subtitle {
text-indent: 0px;
text-align: center;
}

li {
	list-style-type: square;
}

img {
border: 0px;
}

#mainBox img {
margin: 10px;
}


/* links
--------------------------------- */
a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #366;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #366;
}


/* shell layers
--------------------------------- */
#superBox {
position: relative:
margin: auto;
width: 1000px;
}

#naviBox {
	float: left;
	margin: 0px;
	background: url("../images/naviback.jpg") no-repeat;
	
	width: 255px;
}
#mainBox {
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	
	width: 670px;
	height: 100%;
	border: 0px;
	
	display: table;
	
	overflow: auto;
	
	text-align: left justified;
}
.vert {
	display: table-cell;
	vertical-align: middle;
}