/* CSS Document */

body {
	font: 100% Tahoma;
	background-color: #0e252d;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	margin-top: 40px;
}
a:link {
	text-decoration: none;
	color: #2c6078; /* 57c6e9 */
}
a:hover {
	text-decoration: underline;
	color: #32a0d3; /* dfd633 */
}
.oneCol #container {
	width: 1000px;
	background-color: #0e252d;
	margin: 0 auto; /* авто края (в сочитании с шириной) сосредотачивают страницу */
	padding: 0;
	text-align: left;
}
.oneCol #header {
	background-color: #0e252d; 
	background-image: url(../img/logo.jpg);
	height: 267px;
}
.oneCol #mainMenu {
	width: 1000px;
	background-color: #0e252d;
}
.oneCol #mainContent {
	width: 999px;
	height: auto;
	background-color: #f3f3f3;
}
.oneCol #footer {
	background-color: #0e252d; 
	background-image: url(../img/cr.jpg);
	height: 89px;
}