html, body {
    margin: 0; padding: 0; height: 100%;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
}
td {
    text-align: left;
    vertical-align: top;
}

a {
    color: #8b0000;
}

img {
    border: none;
}

#header_tile_l {
    background: url("../img/header_tile_l.gif") transparent repeat-x top right;
}

#header1 {
    background: url("../img/pre_header.gif");
    width: 869px;
    height: 51px;
}

#header2 {
    background: url("../img/header.jpg");
    width: 869px;
    height: 106px;
}

#home_img {
    width: 230px;
    height: 50px;
    margin: 9px 0 0 70px;
    border: none;
}

#header_tile_r {
    background: url("../img/header_tile_r.gif");
}

#header_tile2_l {
    background: url("../img/menu_gap_l.gif");
}

#header_tile2_r {
    background: url("../img/header_btile_r.gif") transparent repeat-x top left;
  /*border: 1px solid red;    */
}

#footer_tile_l {
    background: url("../img/footer_tile_l.gif");
}

#footer {
    background: url("../img/footer.jpg");
    width: 869px;
    height: 99px;
}

body:nth-of-type(1) #footer{
   height: 70px;
}

#footer_tile_r {
    background: url("../img/footer_tile_r.gif");
}


#content_tile {
    background: url("../img/content_tile.gif") repeat-x bottom;
    background-color: #d8d8d8;
    height: 70%;
}

#content_tile2 {
    background-color: #d8d8d8;
    height: 70%;
}

#content_box {
    width: 739px;
    padding: 20px 0 40px 0;
}

#content {
    text-align: justify;
    margin: 0 10px 0 10px;
}

#content h1 {
    font-size: 24px;
    color: #8b0000;
    border-bottom: 1px solid #8b0000;
    margin: 0 0 10px 0;
}

.menu_item {
    background: url("../img/menu_item.gif");
    width: 147px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.menu_item a {
    color: white;
    text-decoration: none;
    font-size: 11px;
}

.menu_item a:hover {
    text-decoration: underline;
}

.menu_item_on {
    background: url("../img/menu_item_on.gif");
    width: 147px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 11px;
}

.left_menu {
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 11px;
/*    white-space: nowrap;*/
    list-style: none;
    min-width: 150px;
    width: 150px;
/*    width: 150px; */

    /*list-style-image: url("marker.gif");*/

}

.left_menu li {
    border-bottom: 1px dotted #c80406;
    /*background-color: #ccc0c0;*/
    padding: 5px;
}

.left_menu li a{
    text-decoration: none;
}

.left_menu li a:hover {
    text-decoration: underline;
}


.left_menu li.on  {
    background-color: #ccc0c0;
    font-weight: bold;
}

.news{
    padding-left: 10px;
    min-width: 150px;
    width: 150px;
}
.news h3 {
    color: #8b0000;
    margin-bottom: -10px;
    font-size: 10px;
}
.news h2 {
    font-size: 11px;
    margin-bottom: 0px;
}
.news p {
    border-bottom: 1px dotted #c80406;
    margin-bottom: 0px;
    padding-bottom: 15px;
}
.news h2 a {
    text-decoration: none;
}

.small_date{
    color: white;
    background-color: #8b0000;
    font-size: 10px;
    padding: 1px 3px 1px 3px;
}
.name{
    margin-bottom: 0px;
}
.author{
    text-align: right;
    font-style: italic;
}
.stories_name h2{
    font-size: 16px;
    margin-bottom: 0px;
}
.stories_name a{
    font-size: 16px;
    text-decoration: none;
}
.stories_name a:hover {
    text-decoration: underline;
}

.news_all h2{
    margin-bottom: 0px;
}
.news_all a{
    font-size: 16px;
    text-decoration: none;
}
.news_all a:hover {
    text-decoration: underline;
}

.products_name h2{
    font-size: 16px;
    margin-bottom: 0px;
}
.products_name a{   v
    font-size: 16px;
    text-decoration: none;
}
.products_name a:hover {
    text-decoration: underline;
}

.banner {
    border: none;
    display: block;
    margin: 5px;
}
