
#main {
    /*background-color: #57bbe5;*/
    float: left;
    margin: 5px;
    padding: 6px;
}

body {
    /*background-color: #87cbe8;*/
	background-image: url('images/blueBlackFade.png');
	background-repeat:repeat-x;
    margin-left: auto;
    margin-right: auto;
    width: 63em;
    padding: 0;
} #navBar {
    margin-bottom: 0.5em;
    width: 61.19em;
} .nav, .nav ul {
    line-height: 1.5em;
    list-style-position: outside;
    list-style-type: none;
    margin: auto;
    padding: 0;
    position: relative;
} .nav a:link, .nav a:active, .nav a:visited {
  	background-image: url('images/buttons.png');
	background-repeat:repeat-x;
    border: solid 1px #ffffff;
    color: #000000;
    display: block;
    padding: 0 5px;
    text-decoration: none;
} .nav a:hover {
    background-color: #55AFFF;
    color: #FFFFFF;
} .nav li {
    float: left;
    position: relative;
} .nav ul {
    display: none;
    position: absolute;
    top: 1.5em;
    width: 5em;
} .nav li ul a {
    float: left;
    width: 12em;
} .nav ul ul {
    top: auto;
} .nav li ul ul {
    left: 12em;
    margin: 0 0 0 10px;
} .nav li:hover ul ul, .nav li:hover ul ul ul, .nav li:hover ul ul ul ul {
    display: none;
} .nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul {
    display: block;
} #rightNav {
    float: right;
} #sideBar {
    background-image: url('images/whiteGrey.png');
	background-repeat:repeat-x;
    border: solid 3px #87cbe8;
    float: left;
    height: 33em;
    margin-bottom: 0.1em;
    margin-right: 0.1em;
    padding: 3px;
    width: 10em;
} #mainContent {
    background-image: url('images/whiteGrey.png');
	background-repeat:repeat-x;
    border: solid 3px #87cbe8;
    float: left;
    height: 33.4em;
    margin-bottom: 0.1em;
    overflow: auto;
    width: 50em;
} #statusBar {
   background-color: #D6F1FF;
   
    float: left;
    margin-bottom: 0.1em;
    padding: 3px;
    width: 60.85em;
} #footer {
    background-color: #D6F1FF;
    border: solid 3px #ffffff;
    float: left;
    margin-bottom: 0.1em;
    padding: 3px;
    width: 60.5em;
}
