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

#maincontainer {
height:84%;
}

#topsection{
height: 88px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
height:85%;
background:url(images/shd_right.png) repeat-y;
background-position:inherit;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
height:85%;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
height:100%;
background-color:#F6F2E9;
}

#footerdiv{
clear: left;
width: 100%;
height:50px;
position:absolute;
bottom:0;
background-color:#FFFFFF;
}