#topmenu ul{
position: absolute;
left: 0;
top: 80px;
clear: both;
line-height: 19px;
min-width:800px;
width: 100%;
width: expression( document.body.clientWidth < 801 ? "800px" : "100%" );
background: #153d79;
color: #153d79;
padding: 0;
margin: 0;
text-align: left;
list-style: none;
white-space: nowrap;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
font-family: arial;
font-size: 12px;
float: left;
}

#topmenu li {
display: inline;
border-right: 1px solid #ffffff;
float: left;
position: relative;
}

#topmenu li a {
text-decoration: none;
color: #ffffff;
padding: 0.23em 1.2em;
}

#topmenu li a:hover {
color: #ffffff;
background: #369;
text-decoration: underline;
}

#leftside {
width: 100%;
background:#e7f0f9;
margin: 0;
padding: 0;
position:absolute;
top:101px;
left:0;
height:100%;
}

#mainpage {
background: #ffffff;
margin: 0;
padding: 0;
position:absolute;
top:101px;
left:40px;
width:944px;
height:100%;
border-left: 1px solid;
border-right: 1px solid;
border-color: #000000;
}

#body {
padding: 5px 5px 5px 5px;
font-family: arial;
font-size: 12px;
}

#footer {
border-top: 1px;
border-bottom: 1px;
border-color: #000000;
font-family: arial;
font-size: 12px;
margin: 0 auto;
width: 924px;
text-align: center;
color: #000000;
letter-spacing: 0px;
background: #E1E1E1;
padding: 3px 10px;
position:absolute;
bottom:0px;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #000000;
}