body {
margin:0; padding:0; height:100%;
background-color:#ffffff;
font-family:"Trebuchet MS", Arial;
}
#wrap {
position:relative;
min-height:600px;
}
* html #wrap {height:100%}

#header {
background-color:#EAEAEE;
color:#C3A433;
margin:0; padding:0;
height:40px;
text-align:center;
padding-top:5px;
}

#header h2 {
	font-size:20px;
	margin: 0px;
	padding: 0px;
}
p {margin:10px; padding:0;
font-size:14px;
text-align:justify;
}

#left {
float:left;
width:250px;
}
#main {
position:relative;
margin-left:250px;
}
#right {
float:right;
width:210px;
text-align:left;
}
#content {
padding:5px;
margin-right:250px;
text-align:left;
padding-top:20px;
font-size:12px;
}
#inner-wrap {
padding-bottom:80px;
}
#inner-wrap:after {
content:" ";
display:block;
clear:both;
}
#footer {
position:absolute;
height:46px;
background-color:#EAEAEE;
width:100%;
bottom:0;
color:#C3A433;
font-size:11px;
}

#content-text {

}

#fleft {
	width:308px;
	height:20px;
	float:left;
	margin:13px 0px;
	margin-left:38px;
}

#fright {
	width:210px;
	height:20px;
	float:right;
	margin:13px 0px;
	margin-right:10px;
	text-align:right;
}

#fright a {
	color:#C3A433;
	text-decoration:dashed;
}

#fcenter {
	margin-left:308px;
	margin-right:210px;
	height:28px;
	margin-top:9px;
	margin-bottom:9px;
	color:#C3A433;
	padding-top:2px;
	text-align:center;
}

#fcenter a {
	color:#5F808E;
	text-decoration:none;
	border-bottom:1px dashed;
}

#hcenter {
	margin-left:140px;
	margin-right:160px;
	height:20px;
	top:9px;
	background-color:white;
	color:black;
	position:relative;
}
div#gerb {
text-align:right;
}
h1#zagolovok {
	font-size:36px;
	font-weight:bold;
	text-align:center;
	clear:both;
	margin:10px;
}
div#text {


}

/*---------------------Menu ------*/
#menu-main {
    position:absolute;
	left:-222px;
    margin-bottom:1em;
    overflow:hidden;
    width:252px;
	top:45px;
}
#menu {
  float:left;
  width:220px;
  border-bottom:2px outset #BFBFBF;
  border-right:2px outset #BFBFBF;
}

#menu-main ul {
	margin:0px;
	padding:5px 10px;
	list-style:none;
}
#menu-main ul a {
	color:#5F808E;
	text-decoration:underline;
	text-transform:uppercase;
	font-size:9px;
	font-family:Arial;
	font-weight:bold;
}

#menu-button {
  float:right;
  width:30px;
  position:relative;
  left:-2px;
  padding:0px;
  margin:0px;
}
/*---------------------Menu ------*/