@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;
}
#bar0 {
	background-color: #91826C;
	position: absolute;
	z-index: 5;
	margin-left:0px;	margin-top: 93px;
	width:2px;			height:507px;
}
#bar1 {
	background-color: #91826C;
	position: absolute;
	z-index: 5;
	margin-left:428px;	margin-top: 93px;
	width:2px;			height:507px;
}
#bar2 {
	background-color: #4D4438;
	position: absolute;
	z-index: 5;
	margin-left:440px;	margin-top: 93px;
	width:5px;			height:507px;
}
#bar3 {
	background-color: #AA9377;
	position: absolute;
	z-index: 5;
	margin-left:450px;	margin-top: 93px;
	width:10px;			height:507px;
}
#square {
	background-color: #911517;
	position: absolute;
	z-index: 10;
	margin-left:0px;	margin-top: 93px;
	width:20px;			height:20px;
}
#menubar {
	position: absolute;
	margin-left: 250px; margin-top: 0px;
	width: 750px;		height: 93px;
}
#picture {
	position: absolute;
	margin-left:0px; 	margin-top: 93px;
	width:460px;		height:507px;
}
#thumbs {
	position: absolute;
	margin-left:775px;	margin-top:93px;
	width:225px;		height:507px;
	text-align: center;
	overflow: auto;
}
#text {
	position:absolute;
	margin-left:465px;	margin-top:93px;
	width:310px;		height:507px;
	text-align:center;
	overflow: auto;		color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
}
.about_title {
	font-size: 130%;
	font-weight: bold;
	color: #306968;
}
.about_bold {
	font-weight: bold;
	color: white;
	font-size: 110%;
}
a:link {color: white}     /* unvisited link */
a:visited {color: white}  /* visited link */
