
/* Layout Stylesheet */ 


/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#fff;
 text-align:center;
 padding:0;
 background: url(http://www.felloweskimo.net/blog/tile.jpg) repeat;
 }

#outer {
 text-align:left;
 border:2px solid #000000;
 width:800px;
 margin:auto;
 }

#hdr {
 height:170px;
 background:#fff;
 }

#bodyblock {
 position:relative;
 background: #fff;
 color: #fff;
 width:800px;
 padding:0;
 }

#l-col {
 float:left;
 color: #000;
 width:160px;
 font-family: verdana;
 font-size: 10px;
 }

#cont {
 width:640px;
 background:#ffffff;
 color:#000;
 border:solid #000;	
 border-width:0 0 0 2px;
 text-align:left;
 font-family: verdana;
 font-size: 10px;
 }

#ftr {
 height:25px;
 background:#fff;
 border:solid black;
 border-width:2px 0 0 0;
 margin:0;
 }

a:link {
	color: #000;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold; 
	}
	
a:visited { 
	text-decoration: none; 
	color: #000;
	font-size: 10px;
	font-weight: bold; 
	}
a:hover { 
	text-decoration: none; 
	color: #000;
	font-size: 10px;
	font-weight: bold; 
	}
a:active {  
	text-decoration: none; 
	color: #000;
	font-size: 10px;
	font-weight: bold; 
	}  
