html {
	min-height: 100%;
	height: 1000px;
	width: 1000px;
}
body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	background-color: #FFFFFF;
}
#navbar {
	left: -25px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	position: absolute;
	top: 16px;
	width: 400px;
}
#navbar li {
	list-style: none;
	float: left; 
	}
#navbar li a {
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	color: #200000;
	font-weight: lighter;
	}
#navbar li a:hover {
	color: #cc9966;
	 }
	#navbar ul {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#stage {
	background-color: #FFFFFF;
	margin-top: 60px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#sidebar {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin-right: 20px;
	margin-left: 10px;
}
#sidebar h1 {
	font-family: Impact;
	font-size: 36px;
	color: #999999;
	margin: 0 0 30;
	font-weight: normal;
	text-transform: uppercase;
}
#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #144082;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 15px;
	letter-spacing: .1em;
}
#sidebar p {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	text-transform: none;
	font-weight: lighter;
	line-height: 1.75em;
	width: 500px;
	text-align: justify;
}
blockquote {
	font-size: 14px;
	font-weight: lighter;
	font-style: oblique;
	line-height: 1.5em;
	text-align: justify;
}
#sidebar h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	color: #144082;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	margin-top: -10px;
	margin-bottom: 30px;
}

.imagecap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
}
#footer {
	position: relative;
	width: 400px;
	margin-left: 20px;
	clear: both;
}
#footer h1 {
	font-family: Impact;
	font-size: 16px;
	font-weight: lighter;
	color: #DE952B;
}
#footer h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: lighter;
	margin-top: -10px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-decoration: underline;
	color: #000000;
}
#footer a:hover {
	color: #DE952B;
}
.alttype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2ABAF5;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bolder;
}

