body
{
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: verdana, helvetica, tahoma, sans-serif;
	font-size: 11px;
	line-height: 150%;
	text-align:justify;
	font-weight:bold;
	background-color: #81a762;
}

img
{
	border: 0;
}

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

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

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

#outercontainer
{
	margin-left: -260px;
	position: absolute;
	top: -190px;
	left: 50%;
	width: 468px;
}

#header
{
	width: 498px;
	height: 31px;
	font-weight:bold;
	font-variant:small-caps;
	font-size: 15px;	
}

#container    
{
	border: 15px solid #000;		
	width: 468px;
	height: 290px;
}

#containerleft
{
	float: left;
	width: 448px;
	height: 270px;
	background-image:url(images/home.jpg);
	padding: 10px;
}

#footer
{
	width: 458px;
	text-align: left;
	padding: 8px 10px;
	color: #000;
}

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

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

