
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#000000;
 color: #333333;
 text-align:center;
 padding:0;
 font-family:Georgia;
 }

#outer {
 text-align:left;
 border:0px solid #000000;
 width:760px;
 margin:auto;
 }

#hdr {
 height:90px;
 background:#eeeeee;
 color: #333333;
 background-image:url(images/corner-1.png);
 background-repeat:no-repeat;
 }

#bar {
 height:5px;
 background:#eeeeee;
 color: #333333;
 border: 0px solid #000000;	
 /*border-width:1px 0 1px 0;*/
 }

#bodyblock {
 position:relative;
 background: #eeeeee;
 color: #333333;
 width:760px;
 padding:0;
 }
#ContLink {
 float:left;
 width:180px;
 }

#l-col {
 float:left;
 background:#eeeeee;
 color: #333333;
 width:150px;
 margin-right:10px;
 margin-left:10px;
 }
#menubox-title {
 float:top;
 background:#eeeeee;
 color: #333333;
 width:148px;
 border: 0px solid #000000;	
 margin-top:10px;
 }
#menubox {
 float:top;
 background:#eeeeee;
 color: #333333;
 width:148px;
 border: 1px solid #666666;	
 text-align:left;
 text-indent:5px;
 margin-top:5px;
}

#cont {
 width:550px;
 background:#eeeeee;
 color: #333333;
 border: 0px solid #000000;	
 text-align:left;
 margin-left:20px;
 margin-right:20px;
 }

#ftr {
 height:30px;
 background:#eeeeee;
 color: #333333;
 border:solid black;
 border-width:0px 0 0 0;
 margin:0;
 background-image:url(images/corner-2.png);
 background-repeat:no-repeat;
 background-position:right;
 }
