﻿.menuBar {
	background: #800000;
	font-size: medium;
	font-family: Century;
	width: 100%;
	height: 100px;
	text-align: center;
}
.menuBar :link {
	color: black;
}
.menuBar :visited {
	color: orange;
}
body {
	background-color: black;
}
#centerPage {
	color: white;
	position: relative;
	text-align: center;
	font-size: large;
	float: inherit;
	
}
#centerPage :link {
	color: maroon;
}
#left {
	float: left;
	width: 29%;
	padding: 20px 0;
	margin: 0 2%;
	display: inline;
	position: relative;
	color: white;
}
#main {
	color: white;
	padding: 15px;
	height: 100%;
	position: relative;
	float: inherit;
}
#right {
	float: right;
	width: 29%;
	padding: 20px 0;
	margin: 0% 0% 2% 0%;
	display: inline;
	position: relative;
}
#middle {
	float: left;
	width: 30%;
	padding: 20px 0;
	margin: 0 0 2% 0;
	color: white;
}
#biotext {
	font-size: large;
	width: 30%;
	float: right;
	color: white;
	position: relative;
	height: 50%;
	margin-right: 50px;
	text-align: left;
}
#biopic {
	float: left;
	width: 50%;
	position: relative;
	margin-left: 50px;
}
.kidspage {
	font-family: "Bradley Hand ITC";
	position: relative;
	text-align: center;
	float: inherit;
	font-size: x-large;
	color: white;
}
.kidspage :link {
	color: maroon;
}
.kidspage:visited {
	color: orange;
}
.pics {
	position: static;
	text-align: center;
	display: block;
	list-style: none;
	vertical-align: top;
	float: left;
	word-spacing: 10px;
	color:white;
}

.pics :link {
	color: maroon;
}
.pics :visited {
	color: orange;
}
#rss {
	color: white;
}
#rss :link {
	color: maroon;
}
#rss :visited {
	color: orange;
}

