body{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
}

#main {	
	margin: 0px auto;
	padding:0px 0px 0px 0px;
	width:750px;
	height:auto;
}


#logo{
	float:left;
	width:750px;
	height:20px;
	background-image:url(../images/bg_logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding:390px 0px 0px 0px;
	text-align:center;
}

#contacts{
	float:left;
	width:555px;
	height:auto;
	padding:0px 0px 0px 195px;
}

.item_contact{
	float:left;
	width:160px;
	height:auto;
	margin:15px 10px 15px 10px;
	text-align:center;
	line-height:14px;
}

#footer{
	float:left;
	width:750px;
	height:10px;
	padding:0px 0px 0px 0px;
	text-align:center;
	color:#000000;
}

a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img{border:0px;}