@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 100%;
	background-color: #000000;
	background-repeat: repeat-x;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	position: absolute;
	top: 640px;
	font-size: 16px;
}
.gallery {
	position: absolute;
	left: 181px;
	background-color: #FFFFFF;
	top: 20px;
	overflow: auto;
	width: 85%;
	border: 3px solid #FFFFFF;
	padding-top: 5px;
	height: 580px;
	padding-left: 5px;
}
#logo {
	height: 256px;
	width: 110px;
	background-image: url(images/vu_logo_revised.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: absolute;
	top: 24px;
	padding-left: 5px;
}
#navigation {
	height: 85px;
	background-position: 0px 0px;
	white-space: normal;
	position: absolute;
	width: 145px;
	left: 5px;
	top: 296px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: normal;
}
#navigation a:link, #navigation a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 25px;
}
#navigation a:hover, #navigation a:active {
	color: #F96;
}
#footer {
	position: absolute;
	left: 181px;
	top: 610px;
	background-color: #FFFFFF;
	height: 5px;
	width: 85%;
	padding-bottom: 10px;
	padding-left: 11px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
}
p {
	line-height: 20px;
	color: #333333;
}
body {
	background-color: #000000;
}
