body {
	background:#000;
	margin: 0px;
	padding: 0px;
}
* {
	font-family: Calibri;
	color: #3F3F3F;
	margin:0;
	padding:0;
}
img {
	border: none;
}
/*div {border:1px solid #ccc;}*/
/* главный */
#main {
	width:845px;
	margin: auto;
}
#top {
}
#logos {
	background:url(img/fon_logo.jpg) no-repeat;
	width:312px;
	height:130px;
	float:left;
	margin:10px 0;
}
#logos img{margin:26px 0 0 27px;}

#slogan {
	width:528px;
	height:76px;
	float:right;
	margin:35px 0 0;
	background:url(img/slog.jpg) no-repeat;
}
#menu {
	width:845px;
	height:80px;
	float:left;
	background:url(img/fon_menu.jpg) no-repeat;
}
#menus {
	margin:23px 0 0 90px;
}
#menu a {
	font-size:20px;
	font-weight:bold; 
	text-decoration:none;
	margin:0 15px;
}
#content {
	width:845px;	
	height:455px;
	float:left;
	background:url(img/fon_index.jpg) no-repeat;
}
#text {
	position:relative;
	font-size:15px;
	top:30px;
	margin:10px 70px 50px 100px;
}
#text p{
	margin:5px 0;
}
.contact {
	width:650px;
}
.contact input, textarea {
	width:350px;
}
.contact input.button {
	width:355px;
}
#bottom {
	height:70px;
	float:left;
	width:100%;
	margin-top:10px;
}

#bot {
	margin:15px 60px;
}
#date {color:#000000;}
#copy {
	width:233px;
	height:58px;
	float:right;
	margin: 0 20px 0 0;
	background:url(img/copy.jpg) no-repeat;
}
#copy img {margin:17px 0 0 87px;}
