﻿/* Layout Stylesheet */

body {
 background: #5080AA; /*#203525;*/
 margin: 10px;
 padding: 0;
 text-align: center;
 }

#outer {
 text-align: left;
 border-bottom: 1px solid #666;
 width: 800px;
 margin: auto;
 }

#hdr {
 background: url("decoration/header1.jpg");
 height: 138px;
 background-color: #eeeeee;
 color: #ffffff;
 }

#bar {
 height:25px;
 background:#c0c0c0;
 border: solid #999999;
 border-width: 1px 0 1px 0;
 }

#bodyblock {
 position: relative;
 background: #abc;
 width: 800px;
 padding: 0;
 }

#l-col {
 float: left;
 background: #abc;
 width: 180px;
 border: none #999999;
 border-width: 1px 0 0 0px;
 text-align: left;
 }

#cont {
 width: 619px;
 background: #fffffd;
 border: none #999999;
 border-width: 1px 0 0 1px;
 text-align: left;
 }

#footer {
 padding: 5px;
 height: 30px;
 background: #abc;
 border: none #999999;
 border-width: 1px 0 0 0;
 margin: 0;
 }