﻿/* structure: Main */
#wrapper {
       width:900px;
       height:auto;
       /*min-height:570px;*/
       /*position:relative;*/
       margin:0 auto;
}


* html #wrapper {
	height:100%; /* IE6 treats height as min-height */
}

#header 
{
    width:900px;
    height:50px;/* 109px */
    overflow:hidden;
}

#mainNavigation
{
    width:900px;
    height:auto;
}








/* structure: Login */
#loginWrapper {
    width:800px;
    height:auto;
    margin:0 auto;
    margin-top:0px;/* 35px */
}

#loginHeader {
    width:800px;
    height:auto;
    margin-bottom:20px;
}








#errorContentpane {
    width:800px;
    height:350px;
    margin-top:10px;
    background-color:#FFF;
    overflow:hidden;
    display:inline-block;
}