/* Layout Stylesheet */ 

body {
 margin:10px;
 background:#eeeeee;
 color:#333333;
 text-align:center;
 padding:0;
 }

#outer {
 width:770px;
 margin:auto;
 }

#hdr {
 height:53px;
 background:#eeeeee;
 color:#333333;
 }

#bar {
 height:102px;
 background:#c0c0c0;
 color: #333333;
 }

#menu {
 float:left;
 background:#D2DEC8;
 color:#49703E;
 width:177px;
 height:340px;
 font-size:12px;
 font-family:verdana,arial,helvetica,sans-serif;
 }
 
#main {
	text-align:left;
	background:#ffffff;
	color:#333333;
	height:340px;
	font-size:12px;
	font-family:verdana,arial,helvetica,sans-serif;
 }
 
#ftr {
 height:25px;
 background:#eeeeee;
 color:#333333;
 margin:0;
 font-size:10px;
 font-family:verdana,arial,helvetica,sans-serif;
 }
