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

body {
	background-color: #000000;
}

#FrontPage {
	background-image: url(imageContent/Welcome.jpg);
	position: relative;
	top: 50px;
	width: 800px;
	height: 567px;
	margin-left: auto;
	margin-right: auto;
}

#Enter {
	position: absolute;
	width: 800px;
	height: 80px;
	text-align: center;
	font-size: 80px;
	top: 240px;
}

#Page {
	position: relative;
	height: 520px;
	width: 1024px;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

#PageHeading {
	position: absolute;
	width: 500px;
	height: 100px;
	top: 30px;
	left: 258px;
	z-index: 100;
}

#MenuPageHeading {
	position: absolute;
	width: 500px;
	height: 100px;
	top: 30px;
	left: 100px;
}

#BackButton {
	position: absolute;
	height: 26px;
	width: 60px;
	bottom: 91px;
	right: 180px;
}

#IntroText {
	position: absolute;
	height: 228px;
	width: 250px;
	top: 180px;
	right: 195px;
	font-family: "American Typewriter Light";
	font-size: 22px;
	text-align: right;
}

#BioText {
}

.BackgroundImage {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
}
	
.ScrollBox {
	position: absolute;
	clear: left;
	height: 200px;
	width: 650px;
	top: 180px;
	left: 200px;
	overflow: auto;
}
	
.Conatiner {
	position: absolute;
	height: 228px;
	width: 700px;
	top: 180px;
	left: 150px;
}

.address {
	position: absolute;
	left: 150px;
	top: 55px;
}

.MenuConatiner {
	position: absolute;
	height: 228px;
	width: 250px;
	top: 180px;
	left: 150px;
	z-index: 100;
}

#IntroContainer {
	position: absolute;
	height: 228px;
	width: 300px;
	top: 244px;
	left: 604px;
	z-index: 200;
	width: 300px;
}

.LargeText {
	font-size: 80px;
	text-align: center;
	text-decoration: none;
	vertical-align: baseline;
	color: #000000;
}

.back {
	font-size: 24px;
	text-decoration: none;
	color: #777777;
	font-family: "American Typewriter Light";
}

.back:hover {
        color: #000000;
}

.MenuList{
	height: 60px;
	margin-top: 0px;
	padding-left: 40px;
}

.MenuText {
	font-size: 24px;
	text-decoration: none;
	color: #777777;
	font-family: "American Typewriter Light";
	border-width: 0px;
}

.MenuText:hover {
	color: #000000;
}

.HeadingText {
	font-size: 60px;
	color: #CCCCCC;
	font-family: "American Typewriter Light";
	text-align: center;
}

.thumbnail {
	border-width: 0px;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.MenuButton {
	border-style: none;
}