* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #97999c;
}

p { /*this is my regular paragraph text*/
	font-style: san-serif;
	font-family: arial;
	font-size: 16px;
	color: #97999c;
	padding: 10px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 20px;
}

p2 { /*this is my centered normal paragraph text*/
	font-style: san-serif;
	font-family: arial;
	font-size: 16px;
	color: #c0c0c0;
	padding-top: 2px;
	padding-bottom: 20px;
	padding-left: 20px;
}

h2 { /*this is the main header identification on each page*/
	font-family: arial;
	font-size: 48px;
	color: #00427a;
	padding-top: 15px;
	padding-left: 15px;
}

h3 { /*this is the intro header on the main page*/
	font-family: arial;
	font-size: 24px;
	color: #00427a;
	padding: 2px;
}

h4 { /*this is the level identification*/
	font-family: arial;
	font-size: 24px;
	color: #00427a;
	padding: 2px;
	padding-left: 10px;
}

h5 { /*this is the non-underlined genre identification*/
	font-family: arial;
	font-size: 16px;
	color: #ff0097;
}

h6 { /*this is the copyright text*/
	font-family: arial;
	font-size: 10px;
	color: #c0c0c0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

table {
	width: 700px;
	padding-top: 50px;
	padding-left: 50px;
}

table 2 {
	width: 800px;
	padding-top: 50px;
	padding-left: 50px;
}

a:link {
	color: #c0c0c0;
	text-decoration: none;

}

a:visited {
	color: #c0c0c0;
}

a:hover {
	text-decoration: none;
	color: #dedede;
}

a:active {
	text-decoration: none;
	color: #c0c0c0;
}

#wrapper {
	width: 905px; /*this sets my page width*/
	margin: auto; /*this centers my page in the browser*/
}

#header {
	height: 100px;
	background-color: #97999c;
	padding-top: 25px;
}

#header table tr {
	color: white;
	font-family: georgia;
	font-size: 24px;
}

#header table tr td {
	padding: 15px;
}

#content {
	height: auto;
	background-color: white;
	padding-top: 5px;
	border-radius: 20px;
}

#content-right {
	width: 450px;
	background-color: white;
	color: white;
	height: auto;
	float: right;
	padding-right: 60px;
	padding-top: 20px;
}

#content-left {
	width: 450px;
	background-color: white;
	color: white;
	padding-left: 30px;
	padding-bottom: 10px;
}

#content ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

#content ul li {
	font-family: georgia;
	font-size: 16px;
	display: inline;
}

#nav {
	height: 25px;
	background-color: #97999c;
	padding-bottom: 40px;
}

#nav ul {
	font-family: georgia;
	font-size: 18px;
	margin-left: 30px;
	padding-left: 245px;
}

#nav ul li {
	display: inline;
	padding-right: 20px;
	background-color: #97999c;
}

#footer {
	height: 35px;
	background-color: white;
	clear: both;
	padding-top: 45px;
	border-radius: 20px;
}

#footer ul li {
	display: inline;
}

#footer ul {
	text-align: center;
	padding: 5px;
}