
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#999999;
 color: #564b47;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:solid transparent;
 border-width:1px 1px 0 1px; 
 width:750px;
 margin:auto;
 }

#hdr {
 height:220px;
 background:#999999;
 color: #333333;
 background-image: 
 url('img/dagaz.png');
 background-repeat: repeat;
 }

#bar {
 height:25px;
 background:#999;
 color: #fff;
 border:1px transparent;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #fff;
 color: #666666;
 width:750px;
 padding:0;
 }

#l-col {
 float:left;
 background:#fff;
 color: #666666;
 width:185px;
 }

#cont {
 width:550px;
 background:#fff;
 color: #666666;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 height:75px;
 background:#BCD;
 color: #fff;
 border:solid #f60;
 border-width:0 0 1px 0;
 margin:0;
 background-image: 
 url('bg.gif');
 background-repeat: repeat;
 }

.buttonscontainer{
 width: 180px;
}

.buttons a {
 color: #666666;
 background-color: #fff;
 padding: 1px;
 padding-left: 10px;
 display: block;
 border-bottom: 1px solid #000000;
 font: 10px Sans-serif, sans-serif;
 font-weight: bold;
 text-decoration: none;
 text-align: left;
 }

.buttons a:hover {
 background-color: #BCD;
 background-image: 
 url('bg.gif');
 color: #ffffff;
 text-decoration: none;
 }

a:link { 
 color:#666666;
 }
 
a:visited { 
 color:#666666;
 }
a:hover {
 color:#666666;
 }
a:active  {
 color: #ffffff;
 }
