@charset "UTF-8";
body {
	background-color: #EB5D00;
}
#content {
	height: 600px;
	width: 800px;
}
#header {
	height: 69px;
	width: 800px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#links {
	background-color: #301E11;
	float: left;
	width: 145px;
	margin: 0px;
	padding: 5px;
	height: 542px;
}
#mainbg {
	float: left;
	width: 475px;
	background-color: #EB5D00;
	padding: 20px;
	margin: 0px;
}
#linkcontent {
	background-color: #6D4F3F;
	border: medium solid #FFF8BE;
	padding: 6px;
}
#mainbgcontent {
	background-color: #FFF8BE;
	border: thick solid #452626;
	height: 400px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#about {
	width: 128px;
	float: left;
	background-color: #6D4F3F;
	height: 431px;
}
#imageheader {
	height: 122px;
	width: 645px;
	float: right;
	border: thin none #003399;
	background-image: url(images/photoheader.jpg);
	background-repeat: no-repeat;
}
#text {
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#photos {
	height: 395px;
}
