@charset "utf-8";
/* CSS Document */

body {
		margin-top: 		0px;
		font-size:			small;
		font-family:		Verdana, Helvetica, Geneva, Arial, sans-serif;
		background-color: 	#930;
}

h1, h2 {
		color:				#000;
}

h1 {
		font-size: 			150%;
}

h2 {
		font-size: 			120%;
}

#Sitebox {
	background-color: 		#930;
	width: 					1000px;
	margin-right: 			auto;
	margin-left: 			auto;
	margin-top: 			0px;
}

#Menu {
	background-color: 		7D1F17;
	width:					95px;
	margin-top: 			80px;
	float: 					left;
}

#Contentbox {
	background-color: 		#930;
	width:					900px;
	float:					right;
	margin-top: 			0px;
}

#Header {
	background-color: 		#7D1F17;
	text-align:				center;
	margin-bottom: 			0px;
}

#Main {
	background-color: 		#555;
	margin: 				0px;
	color: #FFF;
}

#Footer {
	background-color: 		#7D1F17;
	text-align:				center;
}

#SubFooter {
	background-color:		#555;
}

#kingdom {
	text-align:				center;
	color:					#FFF;
	font-size: 12px;
	font-weight: bold;
}

#shakespeare {
	text-align:				center;
	font-style:				italic;
	color:					#FFF;
	font-size: 9px;
}

a:link{
	color: 					#FFF;
	text-decoration:		none;
}

a:visited{
	color: 					#FFF;
	text-decoration:		none;
}

a:hover{
	background-color: 		#FFF;
	color: 					#555;
	text-decoration:		none;
	background-position: 	-200px -0px;
	;
}

a:active{
	color: 					#930;
	text-decoration:		none;
}
		
#whitext {
	color: 					white;
}

#PageTitle {
	font-size: 				x-large;
	background-color: 		#7D1F17;
	color:					#FFF;
	padding-left:			30px;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#Title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin: 20px;
	margin-left: 0px;
}
#Subtitle {
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
}
