﻿body
{
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-weight: normal;
	padding: 0px;
	font-size: 75%;
	line-height: 18px;
	background-color: #0b0b0b;	
	color: #fff;
}	
img
{
	border: 0px;
}

#container
{
	width: 703px;
	margin: 0px auto;
	text-align: left;
	padding:0px;
	height: 378px;
	color: #000;
	font-family: Arial;

	
}
*>#container
{
	height: auto;
	min-height: 378px;
}
#header
{
	float: left;
	height: 210px;
	width: 703px;
}	
#body
{
	float: left;
	height: 325px;
	width: 683px;
	background-color: #ada6a1;
	padding: 10px;
}
*>#body
{
	height: auto;
	min-height: 325px;
}	
#body a
{
	color: #fff;
	text-decoration: none;
}
#body a:hover
{
	color: #4e4a49;
}		
	

#footer
{
	float: left;
	height: 20px;
	width: 703px;
	background-image: url(img/footer.jpg);

	background-repeat: no-repeat;
	color: #fff;
	
}	
#footer a
{
	color: #fff;
	text-decoration: none;
}
#footer a:hover
{
	color: #ada6a1;
}		
#footer_left
{
	height: 30px;
	float: left;
	width: 197px;
	padding-left: 3px;
	font-size: 95%;
	padding-top: 3px;
}	
#footer_middle
{
	float: left;
	height: 20px;
	width: 200px;
	padding-left: 55px;
	font-size: 95%;
	padding-top: 3px;
}
#footer_right
{
	float: left;
	height: 20px;
	width: 240px;
	text-align: right;
	padding-right: 3px;
	font-size: 95%;
	padding-top: 3px;
}			