@charset "utf-8";
 
 html, body {
 margin: 0px;
 padding: 0px;
 border: 0px;
 color: #000;
 background: #fff;
 }
 html, body, p, th, td, li, dd, dt {
 font: 9pt Arial, Helvetica, sans-serif;
 }
 a:link { color: #00f; }
 a:visited { color: #009; }
 a:hover { color: #06f; }
 a:active { color: #0cf; }
 
#container #header { width: 960px; height: 34px; position: relative; background-color: #9a0431}
#container { width: 960px; margin-left: auto; margin-right:auto; padding: 0; }
#container #splash { width: 960px; height: 566px; background-image:url('/../../../../images/splash.png')
}

#menubar {
	 position: absolute; bottom: 0; left: 200px; width: 760px;
}

#clickablesplash { display: block; width: 960px; height: 566px; }	


.menuitem {
	float: left;
	color: white;
	width: 100px;
	height: 22px;
	padding-left: 5px;
	border-left: 1px #f9fff9 solid;
}

.menuitem a
{
	color: #f9fff9;
	text-decoration: none;
}

.menuitem:hover {
	 color: white;	 
	 text-decoration: underline;
	 cursor: pointer;
}

#splash
{
	position: relative;
}

#addressblock
{
	position: absolute;	
	top: 295px;
	left: 97px;
}

#address1
{
	color: #9a0431;
	margin-bottom: 20px;
}

#address2
{
	color: gray;
}

#leftfooterblock {
	position: relative;
	width: 230px;
	height: 60px;
	float: left;
}

#leftfootertext
{
	text-align: right;	
	position: absolute; 
	bottom: 0; 
	right:0;

}
#rightfootertext {
	position: absolute; 
	bottom: 0; 
	text-align: left;
	padding-left: 20px;
}

#rightfooterblock {
 	position: relative;
	width: 710px;
	height: 60px;
	float: right;
	border-left: 1px white solid;
}
