BODY
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	background-color: #EEEECA;
	background-image: url("../graphics/backgrounds/biographyBackground.gif");
	background-repeat: repeat-x;
}
#backgroundSecurer{
	position: absolute;
	background-color: #E7E7BC;
	height: 100%;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	border-left: solid 6px #DDDDAF;
	border-right: solid 6px #DDDDAF;
}
#siteWrapper{
	position: relative;
	background-color: #E7E7BC;
	height: 100%;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	border-left: solid 6px #DDDDAF;
	border-right: solid 6px #DDDDAF;
}
#topImage{
	position: relative;
	height: 280px;
}
#menuWrapper{
	position: absolute;
	background-color: #972800;
	border-left: solid 6px #BB7C55;
	border-right: solid 6px #BB7C55;
	height: 27px;
	width: 600px;
	left: 50%;
	top: 280px;
	margin-left: -300px;
	color: #FFF;
}
#contentWrapper{
	position: relative;
	background-color: #E7E7BC;
	width: 560px;
	top: 30px;
	padding: 20px 20px 90px 20px;
}
#contentWrapper A{
	text-decoration: underline;
}

/* #Lists
---------------------------------------*/
div#menuWrapper ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
div#menuWrapper li{
	float: left;
	margin: 0;
	padding-left: 21px;
	padding-top: 6px;
}

/* #Links
---------------------------------------*/
div#menuWrapper a, a:visited{
	color: #FFF;
	text-decoration: none;
}
/* #Misc
---------------------------------------*/
p{
	line-height: 17px;
}
h1{
	font-size: 12px;
	font-weight: bold;
}
img{
	border: 0;
}

/* #Misc
---------------------------------------*/
.gallery th { text-align: left; height: 22px; vertical-align: top; }
.gallery td { text-align: center; height: 130px; width: 110px; }

