
/* Layout Stylesheet */ 
body {
 margin: 0;
 padding: 0;
 font-family: arial, helvetica, sans-serif;
 font-size: 90%; 
 color: #e7a529;
 background-color: #092b35;
 text-align: center;
}

#bar-top {
 width: 100%;
 height: 33px;
 background: #092b35;
 color: #333333;
 border: solid #092b35;
 border-width: 0px 0;
 margin: 0;
}

#bar-bottom {
 width: 100%;
 height: 12px;
 position:relative;
 background: #092b35;
 color: #e7a529;
 border: solid #092b35;
 border-width: 2px 0;
 }

#content {
 height: 80%;
 position:relative;
 border: solid #092b35;
 border-width: 0px 2px;
 background: #123e4f;
 color: #e7a529;
 overflow: auto;
 margin:0 5% 0 5%;
 }


