body {
    background: #4D4D4D;
    font-size: 0.75em;
    font-family: "Lucida Grande", "Lucida Sans", sans-serif;
    margin: 45px 0;
}

h2 {
    margin: 0;
    padding: 0;
    color: #F58025;
    font-size: 1.3em;
}

a {
    color: #F58025;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clear-both {
    display: block;
    clear: both;
}

.inline-image {
    float: right;
    /*padding: 0 15px 15px 0;*/
    padding: 0px 0px 15px 15px;
}

/* Header
-------------------------*/
#header {
    width: 922px;
    height: 58px;
    margin: 0 auto 13px;
    padding: 0;
    position:relative;
}

#header h1 {
    width: 153px;
    height: 58px;
    font-size: 1em;
    background: url(/images/logo.gif) no-repeat;
    margin: 0 0 0 50px;
    padding: 0;
}

#header h1 a {
    display: block;
    width: 153px;
    height: 58px;
    text-decoration: none;
    text-indent: -999em;
}

#header .promobox {
    background-color:#3D3D3D;
    display:block;
    height:65px;
    margin:0;
    position:absolute;
    right:20px;
    top:-45px;
    width:430px;
}

/* Navigation
-------------------------*/
#navigation {
    position: absolute;
    top: -29px;
    right: 39px;
    font-size: 0.8em;
    font-family: Arial, sans-serif;
    width: 198px;
    height: 138px;
}

#navigation h4 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 75px;
    height: 15px; /*31px;*/
    margin: 0;
    padding: 16px 0 0;
    background: url(/images/nav-title-bg.gif) no-repeat;
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
    font-size: 1em;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 1px 0 0;
    background: url(/images/nav-bg.png);
    color: #5C6F7B;
    width: 194px;
    height: 107px;
    position: absolute;
    top: 31px;
    right: 0px;
}

#navigation ul li {
    margin: 0;
    padding: 0;
    height: 15px;
}

#navigation a {
    display: block;
    line-height: 15px;
    color: #b3c0c8;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 0 0 12px;
    margin: 0;
}

#navigation a:hover {
    background: url(/images/nav-hover-bg.png);
    /*filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;*/
}

/* Middle
-------------------------*/
#middle-top {
    width: 922px;
    height: 16px;
    margin: 0 auto;
    padding: 0;
    background: url(/images/middle-top.gif) no-repeat;
}

#middle {
    width: 880px;
    height: auto;
    margin: 0 auto;
    padding: 1px 21px 0;
    background: url(/images/middle-bg.gif) repeat-y;
    color: #4D4D4D;
    background-color: #FFFFFF;
    position: relative;
}

#middle-bottom {
    width: 922px;
    height: 22px;
    margin: 0 auto;
    padding: 0;
    background: url(/images/middle-bottom.gif) no-repeat;
}

/* Footer
-------------------------*/
#footer {
    color: #97999C;
    font-size: 0.8em;
    width: 834px;
    margin: 0 auto;
    padding: 0 44px;
}

#footer p {
    margin: 0 0 0.35em;
    padding: 0;
}

#footer a {
    color: #97999C;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}