/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt4-static/themes/tristan-blue-4.2/screen.css);
/* end StyleCatcher imports */


body {
    background-color: #F3F0E8;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    color: #000;
}

#alpha{
width:62%;
float:left;
}
#beta{
float:left;
width:38%
}

#header { 
    background: #132d2e no-repeat left top; 
}


#header-content {
    width: 842px; 
    padding: 30px 0 65px 80px;
    background: transparent url(logo.png) 10px 15px no-repeat;
}

#header-name {
    color: #fff; 
    margin: 3px;
    padding: 5px 0;
    line-height: 1;
    font-size: 25px;
text-indent: -1000px;
}




/*NAVIGATION MENU BACKGROUND*/
#header-menu ul {
    display: inline-block;
    list-style-type: none;
    width: 934px;
    margin: 3px 3px 0;
    padding: 0;
    background: #e44d16 left bottom repeat-x;
}


/*LINES BETWEEN NAVIGATION ITEMS*/
#header-menu ul li {
    float: left;
    margin: 0;
    padding: 0;
    border-right: 1px solid #e44d16;
}

/*WHITE BORDER ABOVE NAV MENU*/
#header-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 940px;
    margin: 0 auto;
    padding-top: 1px;
    background: #fff center bottom no-repeat;
}


a:link, a:visited {
    color: #162f30;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.widget .widget-header {
    border-bottom: 0px solid #162f30;
    padding: 3px 10px;
    font-weight: normal;
    color: #e44d16;
    text-transform: uppercase;
}

#content-inner{
overflow:hidden
}
