* {margin: 0px;} 

body, html
{ 
	margin: 0px;
	padding: 0px;
	font-size: 11px;	
	text-align: center;
	font-family: Arial;
	color: #FFFFFF;
	background-color:#000000;		
}

#MainWrapper
{
   	width: 956px;
	text-align:left;	
	margin:auto auto;		
}

#header
{
	float: left;
	width: 956px;
	height: 448px;
	background-image:url('../images/header.jpg');
}

#service
{
	width: 206px;
	margin-top: 6px;
	margin-left: 750px;
	height: 30px;
}
 


.menu {
	width:756px;
	float:left;
	line-height:0;
}

#service a:link
{
	color: #BEC1D5;
	font-weight:bold;
	text-decoration: none;
}

#service a:visited
{
	color: #BEC1D5;
	font-weight:bold;
	text-decoration: none;
}

#service a:hover
{
	text-decoration: underline;
}

#service a:active
{
	color: #BEC1D5;
	font-weight:bold;
	text-decoration: none;
}


#content
{
	float: left;
	width: 956px;
	background-image:url('../images/bgcontent.gif');	
}

#left
{
    float: left;
	margin-left: 24px;
	text-align: left;
	width: 136px;	
	min-height: 350px;
}

#middle
{
	float: left;
	margin-left: 24px;
	margin-right: 24px;
	width: 592px;	
	min-height: 350px;	
}

#middle a
{
	color: #ffffff;	
}

#right
{
    float: left;
	margin-left: 24px;
	width: 132px;	
	min-height: 350px;
}

h1
{
	font-size: 15px;
	color: #BEC1D5;
	line-height: 45px;		
}


}