body
{
	padding: 0;
	margin: 0 auto;
	background: #C8E5A5;
	color: #FFF;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

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

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

#centrecontainer
{
	width:900px;
	margin:0 auto;
}

#outercontainer
{
		width:100%;
		margin:0 auto;


}

#header
{
margin-top:10px;
	width: 899px;
	height: 115px;
	letter-spacing: 1px;
	background:#8FC9D4;
}

#sitename{
width:239px;
height:76px;
background-image:url(sitename.jpg);
display:block;
}

#container    
{
	width: 899px;
	min-height: 612px;
    background:#8FC9D4;
	padding-bottom:20px;
}


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

#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

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

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

#containerright
{
	float: left;
	width: 350px;
	height: 350px;
	background: #660021;
	overflow: auto;
	padding: 10px;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	font-size: 200%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 75%;
}

#footer
{
font-size:11px;
	width: 899px;
	text-align: center;
	padding: 5px 0px;
	color: #003151;
}

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

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