
body{
 background-color:#32d7f9;
 background-image:url('../images/bg.gif');
 background-repeat:repeat-x;
}


#mainContentHolder{
	width:710px;
	margin:0 auto;
	min-height:400px;	
}

#logo{
	width:706px;
	min-height:128px;
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;	
	margin:0;
}



#mainBlock{
	width:710px;
	min-height:290px;
	background-image:url('../images/silver_block.gif');
	background-repeat:no-repeat;	
	margin:0;
}


#leftBlock{	
	float:left;
	width:400px;
	margin:0 20px 20px 0;
}

.contactLeft{
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:15px;
	color:#6f7070;
	float:left;
	width:100px;
	margin:16px 20px 0 46px;		
}


.contactRight{
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:15px;
	float:left;
	color:#404040;
	width:220px;
	margin:16px 0 0 0;
}

.contactSpacer{
	width:260px;
	min-height:12px;
	margin:0px;		
}

.info{
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:13px;
	float:left;
	color:#404040;
	margin:20px 20px 10px 26px;
}

#rightBlock{
	float:right;	
	width:225px;
	height:200px;
	background-image:url('../images/business.png'); 
	background-repeat:no-repeat;
	margin:0 20px 0 20px;
}


.clear{
   clear:both;
   height:10px;
}
