﻿body {
 margin: 0 auto;
 padding: 0;
 width: 1024px;
 height: auto !important;
 height: 100%;
 min-height: 100%;
 position: relative;
 background-color: #595959;
}

#header {
 background:url(../images/header.jpg) left center; /* задаем фон */
 width: 1024px;
 height: 340px;
}

.status {
 background:url(../images/status.png) no-repeat left center; /* задаем фон */
 width: 208px;
 height: 114px;
 position: absolute;
 top: 20px;
 right: 20px;
 color: #382e1d;
}

.htext_status {
 margin: 15px 0 0 20px;
 font-weight: bold;
 font-family: "Arial",Verdana,Sans-serif;
 font-size: 13px;
}

.text_status {
 margin: 15px 0 0 20px;
 font-family: "Arial",Verdana,Sans-serif;
 font-size: 13px;
}

.bold_text {
 font-weight: bold;
 font-family: "Arial",Verdana,Sans-serif;
 font-size: 13px;
 color: #685231;
}

.info {
 background: #d3cbb7;
 border: 1px solid #521810;
 margin: 0 auto;
 width: 92%;
 padding: 10px;
 font-family: "Arial",Verdana,Sans-serif;
 font-size: 12px;
}

#menu {
 margin: 0 auto;
 width: 94%;
}

#last_themes {
 background:url(../images/last_themes.png) no-repeat left center; /* задаем фон */
 font-family: "Arial",Verdana,Sans-serif;
 font-size: 13px;
 color: #382e1d;
 font-weight: bold;
 padding: 10px;
 margin-left: 5px;
}

.banner {
 background: #cbbfa2;
 border: 1px solid #521810;
 margin: 0 auto;
 width: 468px;
 height: 60px;
}

.shugo {
 background:url(../images/shugo.png) no-repeat left center; /* задаем фон */
 margin-left: 20px;
 width: 132px;
 height: 175px;
 position: absolute;
 bottom: 0;
}

.bottom_border {
 background:url(../images/bottom_border.gif) no-repeat left center; /* задаем фон */
 width: 72px;
 height: 125px;
 float: left;
 position: absolute;
 bottom: 0;

}

ul.menu {
 list-style: none;
 margin: 0 auto;
 padding: 2px;
 display: block;
}

li.menu {
 background:url(../images/li_bg.gif) no-repeat left center; /* задаем фон */
 margin-top: 3px;
 height: 27px;
}


ul.last_themes_list {
 list-style: none;
 margin: 0 auto;
 padding: 2px;
 display: block;
}

li.last_themes_list {
 background:url(../images/last_themes_list.png) no-repeat left center; /* задаем фон */
 margin-top: 3px;
 padding-left:15px
}

a.menu {
 display: block;
 color: #e4d9b7;
 padding: 5px;
 font-weight: bold;
 text-decoration: none;
 margin-left: 10px;
 font-family: "Arial",Verdana,Sans-serif;
 font-size: 13px;
}

a:hover.menu {
 color: #382e1d;
}

a.last_themes_link {
 color: #382e1d;
 text-decoration: none;
 font-weight: normal;
 margin-left: 2px;
 font-family: "Arial",Verdana,Sans-serif;
 font-size: 13px;
}

a:hover.last_themes_link {
 text-decoration: underline;
}

#footer {
 color: #382e1d;
 font-weight: bold;
 margin: 20px 20px 20px 20px;
 font-family: "Arial",Verdana,Sans-serif;
 font-size: 13px;
 position: absolute;
 bottom: 0;
}

img.footer {
 bottom: 0;
 position: absolute;
 right: 100px;
}

hr {
 background: url(../images/hr.gif) no-repeat left center; /* задаем фон */
 height: 1px;
 border-width: 0px; /* убрать рамки вокруг элемента */
 margin: 0 auto;
 width: 574px;
 padding: 20px;
}
