/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #b4caad;
}
#wrapper { 
 margin: 0 auto;
 width: 876px;
}
#faux {
 background: url(images/faux-1-2-col.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 851px;
}
#header {
 color: #333;
 width: 854px;
 padding: 0px;
 height: 165px;
 margin: 0px 0px 0px 0px;
 background: #b4caad;
}
#navigation {
 width: 844px;	 
 color: #333;
 height:33px;
 padding: 12px 0px 0px 10px;
 margin: 0px 0px 0px 0px;
 background: #b4caad url(images/meny_tile.gif) no-repeat;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 10px 0px 10px 0px;
 width: 220px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 25px 0px 0px;
 padding: 10px;
 width: 580px;
 display: inline;
 position: relative;
}
#footer { 
 width: 853px;
 height:36px;
 clear: both;
 color: #fff;
 background: #b4caad url(images/footer.gif) no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 14px 0px 0px 0px;
 text-align:center;
}
.clear { clear: both; background: none; }

/* Menu styling links*/
a.meny {
 color:#FFF;
 text-decoration:none;	
}

a.meny:link {
	color:#fff;
	text-decoration:none;
}

a.meny:hover {
	color:#fff;
	text-decoration:underline;	
}

a.meny:visited {
	color:#fff;

}
