body {
 	text-align: center;
 	font-family: verdana, arial, tahoma, sans-serif;
 	font-size: 11px;
 	color: #000;
 	background: #ddd;
 	padding: 0;
 	margin: 15px 0 5px;
}

a:link {
 	color: #000099;
 	background: inherit;
 	text-decoration : none;
 	padding : 0;
 	margin : 0;
}
a:visited {
 	color: #000099;
 	background : inherit;
 	text-decoration : none;
}
a:hover {
 	color: #000000;
 	background : #ccc;
 	text-decoration : underline;
}
a:active {
 	color: #999999;
 	background : inherit;
 	text-decoration : none;
}

#header {
	background: #bbb;
	text-align: left;
	font-size: 32px;
	color: #69c;
	padding: 1;
	position: absolute;
	left: 2px;
	top: 2px;
	width: 692px;
	height: 42px;
}

#leftnav {
	background: #bbb;
	text-align: left;
	font-size: 11px;
	color: #69c;
	padding: 1;
	position: absolute;
	left: 2px;
	top: 46px;
	width: 182px;
	height: 298px;
}

#maincontent {
	background: #bbb;
	text-align: left;
	font-size: 15px;
	color: #69c;
	padding: 1;
	position: absolute;
	left: 186px;
	top: 46px;
	width: 508px;
	height: 298px;
}

#footer {
	background: #bbb;
	font-size: 10px;
	vertical-align: middle;
	color: #6c9;
	padding: 1;
	position: absolute;
	left: 2px;
	top: 346px;
	width: 692px;
	height: 22px;
}

#pictures {
	background: #69c;
	color: #6cf;
	padding: 1;
	align: center;
	position: absolute;
	top: 88px;
	left: 2px;
	width: 820px;
	height: 820px;
}

#pictures_nav {
	background: #69c;
	font-size: 10px;
	vertical-align: middle;
	color: #6cf;
	padding: 1;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 820px;
	height: 70px;
}

/* Navigation Styling */

.classheader {
	color: #fff;
	font-size: 11px;
	background-color: #69c;
	width: 180px;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 2px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}
.classheadernoclk {
	color: #fff;
	font-size: 11px;
	background-color: #69c;
	width: 180px;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 2px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}
.classframe {
	border: 1px solid #357;
	background-color: #acf;
	left: 10px;
	width: 171px;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative;

}
.classframe_content {
	padding: 1px;
	font-size: 10px;	
	position: relative;
}