body 
{
padding: 0; 
margin: 0; 
background-image:url(http://st.hanson.net/hansonst/bgbw.jpg); 
background-position:center center; 
background-repeat:no-repeat; 
background-attachment:fixed; 
color: #000000; 
font-family: arial, verdana, tahoma, sans-serif; 
font-size: 90%; 
line-height: 150%}

img
{
	border: 0;
}

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

a:hover
{
	text-decoration: none;
	color: #000000;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -236px;
	left: 50%;
}

#header
{
	width: 800px;
	height: 31px;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #A11E22;
	width: 760px;
	height: 370px;
}

#containerleft
{
	float: left;
	width: 350px;
	height: 350px;
	background-image:url('sio_370.jpg');
	border-right: 20px solid #A11E22;
	padding: 10px;
}

#containerleft a
{
	text-decoration: underline;
	color: #000000;
}

#containerleft a:hover
{
	text-decoration: underline;
	color: #FF80A8;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: arial, verdana, tahoma, sans-serif;
	letter-spacing: 0px;
	font-size: 150%;
	text-align: left;
}

#containerright
{
	float: left;
	width: 350px;
	height: 350px;
	background-image:url('bgbw.jpg');
	overflow: auto;
	padding: 10px;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: arial, verdana, tahoma, sans-serif;
	letter-spacing: 0px;
	font-size: 150%;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	width: 85%;
}

#containerright a
{
	text-decoration: underline;
	color: #000000;
}


#footer
{
	width: 800px;
	text-align: right;
	padding: 5px 0px;
	color: #A11E22;
}

#footer a
{
	text-decoration: none;
	color: #000000;
}

#footer a:hover
{
	text-decoration: none;
	color: #000000;
}

#navcontainer ul
{
	padding: 0;
	margin: 0;
	float: right;
	width: 100%;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 6px 10px;
	color: #000000;
	text-decoration: none;
	float: right;
}

#navcontainer ul li a:hover
{
	background-color: #A11E22;
	color: #ffffff;
}

