@charset "utf-8";
/* CSS Document */

body {
	background-color: #071010;
	text-align: center;
}
#container {
	margin: 0 auto;
	text-align: left;

	border: 0px solid #071010;
	width: 1000px;
}
#header {
	position: absolute;
	margin-left:0px; 	margin-top: 0px;
	width:250px;		height:93px;
	text-align: center;
}
#menubar {
	position: absolute;
	margin-left: 250px; margin-top: 0px;
	width: 750px;		height: 93px;
}
#sidebar {
	position:absolute;
	margin-left: 0px;	margin-top: 100px;
	width: 140px;		height: 500px;
	text-align:left; 	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;		color: white;
}
#thumbs {
	position:absolute;
	text-align:center;
	margin-left: 150px;	margin-top: 100px;
	width: 850x;		/*height: 500px;*/
	text-align:center; 	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;		color: white;
}
.about_title {
	font-size: 140%;
	font-weight: bold;
	color: #306968;
}
.about_bold {
	font-weight: bold;
	color: white;
}
a:link {color: #70A9A8}     /* unvisited link */
a:visited {color: #70A9A8}  /* visited link */
a { text-decoration:none }
