@charset "utf-8";
/* CSS Document */

#container{
width: 798px;
margin: 0 auto;
min-height: 100%;
text-align: left;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

* html #container{
height: 100%;
}

#header{
width: 798px;
height: 314px;
/*background-color: #003366;*/
}

#contentInner{
padding-bottom: 350px;
}

#contentMain{
display: inline;
clear: both;
float: left;
margin-top: 0;
/*(margin-left: 41px;*/
width: 592px;
background: url(../img/content-bg-img.jpg) no-repeat;

padding-top: 10px;
padding-left: 185px;
padding-right: 20px;
}

#footer{
width: 798px;
margin-left: 25px;
padding-top: 2em;
color: #A6B8CA;
text-align: center;
line-height: 1.5em;
background: url(../img/footer-bg.gif) repeat-x bottom;
}

html{
height: 100%;
}

body{
height: 100%;
}

#content{
position: relative;
min-height: 100%;
}

* html #content{
height: 100%;
}

#footer{
margin: -5em auto 0 auto;
}

* html #footer{
margin-top: -5em;
}