#main_navigation {
    margin: 10px auto 0px auto;
    text-align: right;
}

#main_navigation a{
    display: inline-block;
    width: 230px;
    height: 55px;
    padding: 5px 15px 0px 0px;
    text-align: right;
    margin: 0px 5px;
    font-size: 25px;
    font-weight: bold;
    color: white;
    background-image: url(../img/content_link_blue.jpg);
}


#main_navigation a:hover, #main_navigation a.selected{
    background-image: url(../img/content_link_orange.jpg);
}

#side_navigation {
    float: left;
    width: 208px;
    background: white;
    margin: 5px;
}

#side_navigation .border_top{
    background: transparent url(../img/navi_border_top.jpg);
    height: 10px;
}

#side_navigation .content{
    background: white;
    min-height: 300px;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    padding: 10px;
    font-size: 14px;  
}

#side_navigation .border_bottom{
    background: transparent url(../img/navi_border_bottom.jpg);
    height: 10px;
}

#side_navigation ul{
    padding: 0px;
}

#side_navigation ul.sub{
    padding: 0px 0px 0px 20px;
}

#side_navigation li{
    list-style: none;
    padding: 0px 0px;
}

#side_navigation .bar_bottom{
    border-bottom: 1px dashed #D1D1D1;
    padding: 5px 0px;
    display: block;
}

#side_navigation a:link, #side_navigation a:visited {
    color: #8F8F8F;
}

#side_navigation a:hover {
    color: #FF9600;
}

#side_navigation .selected {
    color: #FF9600;
    font-weight: bold;
}

#content {
    width: 762px;
    min-height: 300px;
    margin: 5px 5px 5px 223px;
}

#content .header {
    font-size: 18px;
    font-weight: bold;
    color: #007BC0;
    /*height: 40px;*/
}

#content .header_bar {
    background: transparent url(../img/content_bar.jpg) no-repeat scroll 0px 0px;
    height: 9px;
    display: block;
}

#content .border_top {
    background: transparent url(../img/content_border_top.jpg);
    height: 10px;
}

#content .body {
    background: white;

    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    padding: 10px;

}

#content .border_bottom {
    background: transparent url(../img/content_border_bottom.jpg);
    height: 10px;
} 

.box_head {
    height: 30px;
    width: 232px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #007BC0;
    padding: 10px 0px 0px 10px;
    background: #D5D5D5 url(../img/box_head.jpg);
}