

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: left;
	background-image:  url(img/background.jpg);
	background-repeat: no-repeat;
}

#container {
	width: auto;
	height: auto;
	margin: 0 auto;
	border: 0px;
	font-family: arial, verdana;
	text-align: left;
	padding: 125px 0px 0px 0px;
}

#menubar {
	float: left;
	width: 195px;
	height: 470px;
	color: #ffffff;
	font-family: arial, verdana;
	font-size: 14px;
	padding-left: 30px;
}

#menutext {
	float: left;
	width: 120px;
	height: 191px;
	background-image: url('img/frame5.png');
	padding: 25px;
	font-size: 12px;
	color: #000000;
}

#content {
	float: left;
	width: auto;
	height: 470px;
	color: #ffffff;
	padding-left: 10px;
	font-family: arial, verdana;
	font-size: 14px;
	position: relative;
}

#displaywrap {
	float: left;
	width: auto;
	height: 470px;
	margin-right: -999em;
}

#displaybox {
	float: left;
	width: auto;
	height: 470px;
	color: #ffffff;
	font-family: arial, verdana;
	font-size: 12px;
}

#hometextbox {
	float: left;
	width: 600px;
	height: 470px;
	color: #ffffff;
	font-family: arial, verdana;
	font-size: 12px;
}

#introtextbox {
	clear: both;
	float: left;
	width: auto;
	height: auto;
	padding-left: 235px;
	color: #ffffff;
	font-family: arial, verdana;
	font-size: 12px;
}

#footer {
	clear: both;
	width: auto;
	height: auto;
	color: #696868;
	padding-top: 2px;
	font-family: arial, verdana;
	font-size: 12px;
	text-align: left;
}

.intro {
	color: #4ca200;
}

img.displayimg {

	padding-right: 20px;
	border: 0px;

}

img {
	border: 0px;
}

.subitem {
	font-size: 12px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #757575;
}
