* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background: #808080;
 color: #ffffff;
 }
	 
#header{
 height:150px;
 background:#ffffff;
 color:#000000;
 border:solid #000000;
 border-width:0px 0px;
 margin:0 0 0 0;
 }

#menu{
 position: absolute;
 top: 160px;
 left: 10px;
 width: 170px;
 border: 0px solid #000000;
 background: #c0c0c0;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 400px;
 }

#content{
 position: absolute;
 top: 160px;
 left: 180px;
 margin: 0 0 0 0;
 border: 0px solid #000000;
 background: #ffffff;
 color: #333333;
 padding: 0px;
 }