img { -ms-interpolation-mode:bicubic }

body{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    background-repeat:repeat-x;
    background-color:#038acc;
}

.menu {
    width:950px;
    height:39px;
    overflow:hidden;
    position:relative;
}

.menu_item{
    float:left;
}

.menu_item a{
    position:relative;
}

.menu_item a:hover{
    bottom:39px;
}

.restrain{
    width:950px;
    min-height: 30em;
    height:auto;
    vertical-align:middle;
}

.restrain #body{
    width:950px;
    min-height: 30em;
    height: auto;
    vertical-align:middle;
}

.blueTitle{
    background:url(../img/blueBg.gif) repeat-x;
    color:white;
    padding:6px;
}

.yellowTitle{
    background:url(../img/yellowBg.gif) repeat-x;
    color:black;
    padding:6px;
}
