
body {

	background-color:#000000;
	font-family: "Trebuchet MS", Arial;
	font-weight:normal;
	color:#CCCCCC;
	
}

html {
	overflow-y: scroll;
	}

.casing
{
	position:relative;
	//top:0px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#444488;
	border:5px solid #FFFFFF;
	//border-right:5px solid #FFFFFF;
}
.top-header	{

	position:relative;
	top:0px;
	width:100%;
	background-color:#444488;


}

.menubar
{
	position:relative;
	top:0px;
	background-color:#448844;
	width:100%;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;

}

.mainpage
{
	position:relative;
	top:0px;
	background-color:#444488;
	width:100%;
	
}

.banner
{
	position:relative;
	margin-top:50px;
	margin-bottom:50px;
}

h1 { 
	color: #CCCCCC;
	font-size: 150%;
	font-weight: bold;
	text-shadow: 2px 2px 2px #448844;
}

h2
 { 
	color: #CCCCCC;
	font-size: 100%;
	font-weight: bold;
	text-shadow: 2px 2px 2px #448844;
	padding:0px;
}

