/* General HTML tag styles */
html, body
{
    height:100%;
    padding:0px;
    margin:0px;
    background-image:url(../images/img_02.jpg);
    background-repeat:repeat-x;
    background-color:#dededc;	
}
/* Main page parts */
#container
{
    width:973px;
    position:relative;
    top:30px;
}       
#logo
{
    width:100%;
    height:168px;
    background-image:url(../images/img_05.jpg);
    background-repeat:no-repeat;
    position:relative;
}
#content_holder
{
    width:100%;
    background-color:#555250;
}        
#bottom
{            
    background-image:url(../images/img_16.jpg);
    background-repeat:repeat-x;
    width:100%;
    height:50px;
    position:relative;
}
/* Other page parts */
#breadcrumb
{
    position:absolute;
    bottom:6px;
    right:30px;
}
#breadcrumb, #breadcrumb a
{
    font-size:12px;
    color:#a83c21;
}
#copyright_info
{
    text-align:center;
    line-height:50px;
    color:#a83c21;
    font-size:11px;
}
#bottom_left, #bottom_right
{
    position:absolute;
    top:0px;
    background-repeat:no-repeat;
    height:50px;
}
#bottom_left
{
    left:0px;
    background-image:url(../images/img_13.jpg);
    width:56px;
}
#bottom_right
{
    right:0px;
    background-image:url(../images/img_15.jpg);
    width:65px;
}         
#border_left, #border_right
{
    width:5px;
    background-repeat:repeat-y;            
}
#border_left
{       
    background-image:url(../images/img_09.jpg);
}
#border_right
{         
    background-image:url(../images/img_091.jpg);
}
#page_content
{
    padding-left:10px;
    padding-right:10px;
    padding-bottom:15px;
    padding-top:5px;
    clear:left;
}
#page_menu
{
    padding-top:3px;
    padding-left:3px;
    position:relative;
}
/* Menu styles */
.menu_item
{
    width:130px;
    height:37px;
    margin-right:2px;
    line-height:37px;            
    background-image:url(../images/img_051.jpg);
    background-repeat:repeat-x;
    text-align:center;
    float:left;
    position:relative;
}
.menu_item_left, .menu_item_right
{
    position:absolute;
    top:0px;
    background-repeat:no-repeat;
    height:37px;
    width:8px;
}
.menu_item_left
{
    left:0px;
    background-image:url(../images/img_03.jpg);
}
.menu_item_right
{
    right:0px;
    background-image:url(../images/img_07.jpg);
}
.menu_item, .menu_item a, .menu_expand a
{
    color:#a83c21;
}
.menu_item, .menu_item a
{
    font-variant:small-caps;
}
.menu_item a, .menu_expand a
{
    text-decoration:none;
}
.menu_item_selected a
{
    text-decoration:underline;
}
.menu_expand
{
    position:absolute;
    z-index:10;
    display:none;
    border:1px solid #a83c21;
    background-color:#2f2a27;
}
.menu_expand ul
{
    list-style:none;
    padding:0px;
    margin:10px;
}
.menu_expand ul li
{
    padding-bottom:2px;
}
