

body {
	display: block;
	background-color: black;
	margin: auto;
	font-family: Verdana;
	color: white;
}

a:link, a:visited {
	text-decoration: none;
	color:white;
}

a:hover {
	text-decoration: none;
	color:red;
}

img {
	border: 0;
}

#pagecontainer {
	margin: 0px auto;
	top: 0;
	bottom: 0;
	width: 1024px;
	height: 937px;
	background-image: url('graphics/BG/VH_Webpage_BGNoFooterSword1024.jpg');
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px auto;
}

.header .logobox .navbar #contentcontainer .footer .contentwindow {
	position: absolute;
}

.logobox {
	top: 0;
	height: 232px;
}

.header {
	position: relative;
	top: 0;
	bottom: 0;
	left: 112px;
	width: 800px;
	height: 300px;
	text-align:center;
}

.navbar {
	top: 5px;
	padding:11px;
}

#navtable {
	margin: 0 auto;
	text-align:center;
}

#contentcontainer {
	background-color: silver;
	position: relative;
	top: 12px;
	bottom: 0;
	left: 182px;
	width: 660px;
	height: 368px;
}
.contentwindow {
	background-color: black;
	position: relative;
	padding: 5px;
	top: 0;
	bottom: 0;
	width: 648px;
	height: 356px;
}

.footer {
	position: relative;
	top: 22px;
	bottom: 150px;
	left: 210px;
	width: 610px;
	height: 220px;
	background-image: url('graphics/Elements/FooterBox.png');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align:middle;
}

.sociallinksbox{
	padding:3px 3px;
	margin: 0 auto;
	text-align:center;
}

.sociallinks{
	position: relative;
	margin: 0 auto;
	top: 60px;
	bottom: 0;
	width: 380px;
	height: 60px;
	text-align:center;
}

.info {
	position: relative;
	margin: 0 auto;
	top: 70px;
	bottom: 0;
	width: 380px;
	height: 60px;
	text-align:center;
	font-size: .6em;
}

