HTML,BODY {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
BODY {
    font: 14px arial;
    background-color: white;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    color: #2E3192;
}
a{color: #2E3192;}
img {
    border: none;
    padding:0px;
    margin:0px;
}
div.overall_wrapper{
margin:0 auto;
text-align:center;
}
div.overall{
    width: 900px;
    text-align:left;
    margin:0 auto;
}

/** HEADER **/
div#header{
    height: 140px;
    width: 900px;
}
#header img{
    display: block ;
}
#logo{
    float: left;
    padding-top: 30px;
    color: #2E3192;
    font-weight: bold;
    font-size: 11px;
    width: 270px;
}

#head_nav{
    position: absolute;
    top: 15px;
    right: 100px;
}
#head_nav img {
    display: inline;
    margin: 0 10px 0 10px;
}

/* HEADER MENU */
#head_menu{
    position: relative;
    top: 35px;
    height: 58px;
    width: 610px;
    margin-left: 270px;
}
#head_menu div{
    float: left;
    width: 110px;
    height: 58px;
    text-align: center;
}
#head_menu img{
    display: inline;
    float: left;
}
div#fitness{ background-color: #F38320;}
div#beauty{background-color: #3D3ECB;}
div#fest{background-color: #F3DB11;}
div#training{background-color: #FA6141;}
div#about{background-color: #5CA20D;}
div#leaf {width: 55px; }

div#head_menu span{
    color: white;
    font-size: 18px;
    margin-top: 15px;
    display: block;
    text-decoration: underline;
    cursor: default;
}
#fitness,#beauty,#about{
    width: 100px  !important;
}
div#training{
    width: 140px;
}
div#fest span, #training span{
margin-top: 5px !important;
}
img#leaf{
    position: relative;
    top: 33px;
}

dl#submenu_links {
    position: relative;
    left: 280px;
    top: -10px;
    border-left: 1px solid #F58220 ;
    margin: 0 0 0 6%;
    padding: 0px;
    width: 120px;
}
dl#submenu_links dd{
    margin: 0 0 5px 10px ;
    padding: 0px;
}
dl#submenu_links a{
    color: #070783;
}



/** FOOTER **/

div.footer{
    width: 100%;
    overflow: hidden;
}
div.footer div{
    float: left;
}
#footer_line_1{
    margin-left: 30px;
    width: 100%;
    overflow: hidden;
}
#footer_line_2{
    width: 100%;
    font-size: 1px;
    height: 2px;
    position: relative;
    right: 100px;
    border-top: 1px solid #C4C4C4;
}
.footer img{
    display: block;
    float: left;
}


div.contact {
    margin-top: 14px;
}
div.contact span{
    color: #FD7426;
    font-weight: bold;
}
.footer_separator{
    margin: 10px 20px 10px 20px;
}
img.arrow{
margin-right: 10px;position: relative; top: -15px
}


/** HEADER MENU **/

div.head_menu{
    position: absolute;
    border-left: 1px solid #FD7426;
    background-color: white;
    display: none;
    z-index: 10;
}
div.head_menu dl{
padding: 0;
margin: 10px 5px 10px 0;
}
div.head_menu dd{
margin: 5px;
white-space: nowrap;
}


/** PAGE STYLES **/

h1.page_header{
    color: #E87B1B;
    font-size: 32px;
}

div.news_item{
    margin: 10px 0;
}
span.news_date{
    font-size: 11px;
}
.news_title{
    color: #FD7426;
    font-weight: bold;
}
