body {
   margin: 0;
   font-family: Arial;
}

.wrapper {
   width: 987px;
   margin-left: auto;
   margin-right: auto;
}

.menu {
   height: 39px;
   overflow: hidden;
}

.footer {
   height: 50px;
   font-size: 12px;
}

.content_wrapper {
   position: absolute;
   width: 760px;
   left: 0px;
   bottom: 70px;
   overflow: hidden;
}

.menu_wrapper {
   position: absolute;
   width: 203px;
   height: 550px;
   right: 11px;
   top: 10px;
   overflow: hidden;
}

.item_one {
   margin-bottom: 7px;
   font-size: 12px;
   color: #4F3211;
   font-weight:bold;
}
.item_one a {
   color: #4F3211;
   text-decoration: none;
}
.item_one a:visited {
   color: #4F3211;
   text-decoration: none;
}
.item_one a:hover {
   color: #4F3211;
   text-decoration: underline;
}

.item_one_on {
   margin-bottom: 7px;
   font-size: 12px;
   color: #FF8700;
   font-weight:bold;
}
.item_one_on a {
   color: #FF8700;
   text-decoration: none;
}
.item_one_on a:visited {
   color: #FF8700;
   text-decoration: none;
}
.item_one_on a:hover {
   color: #FF8700;
   text-decoration: underline;
}

.news_title {
   font-weight: bold;
   font-size: 13px;
   color: #4f3211;
}
.news_title a {
   color: #4f3211;
   text-decoration: none;
}
.news_title a:visited {
   color: #4f3211;
   text-decoration: none;
}
.news_title a:hover {
   ccolor: #4f3211;
   text-decoration: underline;
}

.news_short {
   font-size: 12px;
   color: #4f3211;
   line-height: 18px;
   margin-top: 3px;
}
.news_short a {
   color: #4f3211;
   text-decoration: none;
}
.news_short a:visited {
   color: #4f3211;
   text-decoration: none;
}
.news_short a:hover {
   ccolor: #4f3211;
   text-decoration: underline;
}

.item_intro {
   font-size: 11px;
   color: #4f3211;
   line-height: 18px;
   margin-top: 3px;
}
