@charset "UTF-8";

body,
html{
	height: 100%;
}
#content{
	min-height: 100%;
	height: auto !important;
	overflow: hidden;
}
#footer{
	height: 137px;
	overflow: hidden;
}

#header,
#content,
#footer{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

body{
	margin: 0;
	background-color: #292D2D;
	font-family: "Verdana", sans-serif;
}

a{
	text-decoration: none;
	color: #71231E;
}
abbr{
	border-bottom-style: none;
}

/*Хидер*/
div#header-top{
	width: 980px;
	height: 142px;
	background-image: url("../images/header-bg.jpg");
	position: relative;
	margin-bottom: 7px;
}
img#header-top-logo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 7px;
	position: relative;
}

p#menu-1,
p#menu-2{
	position: absolute;
	top: 80px;
	margin: 0;
	font-family: "Calibri", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}
p#menu-1{
	left: 75px;
}
p#menu-2{
	right: 75px;
}
p#menu-1 a,
p#menu-2 a{
	border-bottom: thin dashed #B08785;
}
p#menu-1 a{
	margin-right: 26px;
}
p#menu-2 a{
	margin-left: 26px;
}

#header hr{
	margin: 0;
	border-width: 0;
	height: 8px;
}
#header hr#first{
	background-color: #e5e5e5;
	margin-top: -7px;
}
#header hr#second{
	background-color: #bfbfbf;
}
#header hr#third{
	background-color: #7f7f7f;
}
div#header-top,
#header hr{
	border-bottom: 1px solid white;
}

/*Основной контент*/
div#content{
	background-color: white;
	padding-bottom: 40px;
}
div#content a{
	text-decoration: underline;
}
div#accordion{
	width: 100%;
}

div#content h1,
div#content h2,
div#content ul#news{
	margin-left: 37px;
}
div#content h1,
div#content h2{
	font-family: "Calibri", sans-serif;
	color: #333333;
}
div#content h1{
	font-size: 28px;
	margin-top: 36px;
	margin-bottom: 25px;
}
div#content p{
	margin-left: 72px;
	margin-right: 72px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #333333;
}

/*Футер*/
#footer{
	font-size: 12px;
}
#footer,
#footer a{
	color: #666666;
}
#footer p#footer_menu,
#footer p#club_copyright{
	text-align: center;
}
#footer p#footer_menu{
	margin-top: 20px;
	font-size: 14px;
}
#footer p#footer_menu a{
	margin-left: 10px;
	margin-right: 10px;
}
#footer p#footer_menu,
#footer p#footer_menu a{
	color: white;
}
#footer address{
	float: left;
	margin-top: -28px;
}
#footer p#club_copyright{
	margin-top: 35px;
	margin-bottom: 0;
}
#footer p#dev_copyright{
	float: right;
	margin-top: -14px;
}