* {
    margin: 0;
    padding: 0;
}

a { text-decoration: none; }

body {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

#container {
    height: 100%;
    background: #0e1d3a url(/media/img/design/bg.jpg) repeat-x bottom left;
}

#wrapper {
    min-width: 1220px;
    max-width: 1493px;
    margin: 0 auto;
    background: #0e1d3a url(/media/img/design/bg-wrapper.jpg) no-repeat bottom left;
}

#maincol {
    width: 903px;
    margin: 0 0 0 318px;
}

#header {
    height: 0;
    background: url(/media/img/design/header.jpg) no-repeat 0 20px;
    padding: 217px 0 0 0;
    overflow:hidden;
}

#navigation {
    height: 75px;  
    padding: 0;
}

#content {
    background: #fff url(/media/img/design/nav/sidenav-bg.jpg) repeat-y 652px 0;
    min-height: 900px;
    margin: -23px 0 0 0;
    padding: 23px 0 50px 0;
}

#main {
    width: 502px;
    padding: 15px 80px 10px 60px;
	margin: 0 0 60px 0;
}

#sidebar {
    float: right;
    width: 251px;
    padding: 2px 0;
}

#leftcol {
    float: left;
    height: 100%;
    width: 318px;
}

#rightcol {
    float: right;
    width: 274px;
}

#footer {
    background: url(/media/img/design/footer-bg.jpg) top left;
    bottom:0;
    color:#FFFFFF;
    height:51px;
    position:fixed;
    text-align: center;
    width:100%;
    z-index:999;
}

#footer-content {
    padding: 15px 0 0 0;
}

