/*
      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;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#wrapper p { 
 margin-bottom: 12px;
}
#faux {
 background: url(faux-1-2-col.gif);
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
	color: #333;
	width: 902px;
	padding: 10px;
	height: 100px;
	margin: 10px 0px 5px 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
}
#leftcolumn a { 
 color: #000;
 text-decoration: none;
}
#leftcolumn a:hover {
	color: #fff;
	text-decoration: underline;
}
#underpunkter {
	margin-left: 20px;
	margin-bottom: 12px;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 683px;
 display: inline;
 position: relative;
}


#footer {
	width: 902px;
	clear: both;
	color: #333;
	background: #bfd2f4;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: center;
}
.clear { clear: both; background: none; }

#wrapper #faux #rightcolumn img {
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
}

