
/* Layout Stylesheet */ 

body {
margin:0 16% 0 16%;
 width: 500;
 min-width: 500;
 padding:0;
 color: #000000;
 text-align: left;
  background: #E6F6C6
}

#bar-top {
 height: 42px;
 width: 100%;
 min-width: 500px;
 text-align: left;
 background: #c0c0c0;
 color: #333333;
  background-color: #E6F6C6;
  }

#content {
 position:relative;
 border: 2px solid #c6d6b6;
 background: #ffffff;
 color: #333333;
 width: 600px;
 min-width: 500px;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: medium;
  padding: 10px
}

#bar-bottom {
 width: 100%;
 height: 30px;
 position:relative;
 background: #E6F6C6;
 color: #333333;
 }


