body
{
	padding: 0;
	margin: 0 auto;
	background: #C8D4DE url(img/bg1113.jpg) repeat-x;
	background-size: 100%;
	color: #fff;
	font-family: Calibri, helvetica, tahoma, sans-serif;
	font-size: 80%;
	
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #000;
}

a:hover
{
	text-decoration: none;
	color: #FFF;
}

#container    
{
	width: 800px;
	height: 350px;
	margin: 0 auto;
}

#header
{
	width: 800px;
	height: 250px;
	letter-spacing: 0px;
	background:url(img/header.jpg);
	margin: 0 auto;

}



#containerleft
{
    float:left;
	width: 228px;
	height: 353px;
	background: #C8D4DE;
	
}


#containerlefttop
{
	width: 228px;
	height: 38px;
	background:url(img/topmenu.jpg);
}

#containerleftunder
{  
  	background:url(img/menu.gif) repeat-y;
	width: 228px;
	height: 315px;

}


#containerleft a:hover
{
	text-decoration: none;
	color: #FF80A8;
}

#containerleft h1
{
	margin: 0;
	padding: 0;
	font-family: Century Gothic,helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	color: #5B0230;
	font-size: 220%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 100%;
	
	
}

#containerright
{
	width: 572px;
	height: 344px;
	float:right;
		
}
#containerrighttop
{
	width: 572px;
	height: 86px;
	background:url(img/top.jpg);
	float:right;
	margin: 0;
	font-family: Forte, arial, verdana, tahoma, sans-serif;
	color: #57585B;
	font-size: 45px;
	font-variant:normal;
	text-align:center;
}

#containerrighttop h1
{
	font-family: Broadway, Century Gothic,helvetica, arial, verdana, tahoma, sans-serif;
	color: #57585B;
	font-size: 325%;
	font-variant:small-caps;
	width: 100%;
	text-align:center;
	height: 86px;
}

#containerrightunder
{
	width: 492px;
	height: 258px;
	background: url(img/bgcontent.gif);
	overflow: auto;
	overflow-x: hidden;
	float:right;
	padding: 10px 50px 0px 30px;
	vertical-align: top;
}

#footer
{
	width: 800px;
	height: 270px;
	background: url(img/footer.jpg);
	margin: 0 auto;
	text-align:center;
}

#footer2
{
	width: 850px;
	text-align: right;
	color: #000;
	font-size: 10px;
	font-variant: small-caps;
	font-weight: bold;
	
}


#footer a
{
	text-decoration: none;
	color: #58118E;
	font-variant: small-caps;

}

#footer a:hover
{
	text-decoration: none;
	color: #000;
}


