
/* Layout Stylesheet */ 

body {
 background:#e4d6d6;
 color: #666666;
 padding:0;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 text-align: justify;
}

#outer {
 text-align:left;
 border:1px solid #800807;
 width:800px;
 margin:auto;
 }

#hdr {
 background:#eeeeee;
 color: #333333;
 }

#bar {
 height:15px;
 background:#800807;
 color: #F2E8DB;
 font-size: 70%;
 margin:0;
 border-top: 1px solid #eeeeee;
 }
#bar a{
 color: #F2E8DB;
 vertical-align: top;
 text-decoration: none;
 }
 
#bodyblock {

 width:800px;
 padding:0;
 background-image: url(images/img_fd_cont2.jpg);
 background-repeat: no-repeat;
 background-color: #fff;

 }

#l-col {
 float:left;
 width:200px;
 

 }

#date {
 height: 48px;
 text-align: right;

 }
#cont {

 width:550px;
 background:#ffffff;
 color: #333333;
 text-align: justify;
 border-left: 2px solid #EBEBE2;

 padding-left:12px;
 padding-right:10px;
  font-size: 70%;

 }
 #imgSeparator{
 	height: 60px;
	vertical-align: top;
	text-align: right;
	 padding-top: 10px;
 }

#ftr {
 height:45px;
 background:#800807;
 color: #F2E8DB;
 font-size: 70%;
 vertical-align: middle;
 padding-top: 5px;
 }
#ftr a {

 color: #F2E8DB;
 text-decoration: none;
 font-weight: bold;
 }