/*
      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:black;
 margin-top:100px;
background: #000000 url(bg.gif) top left no-repeat;
}
#wrapper { 
 margin: 0 auto;
 width: 670px;
}
#faux {
 background: url(faux-21-2-col.gif);
 margin: 10px 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#leftcolumn { 
 margin: 10px;
 padding: 10px;
 width: 279px;
 height:626px;
 float: left;
 display: inline;
 background: url(bg_kol.png) no-repeat;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 10px;
 width: 279px;
 height:626px;
 display: inline;
 position: relative;
 background: url(bg_kol.png) no-repeat;
}
.clear { clear: both; }


h1{
color:#000000;
font-family: trebuchet MS, verdana, sans-serif;	
font-size:22px;
margin-bottom:5px;
margin-top:5px;
}

p {
color:#696969;
font-family: trebuchet MS, verdana, sans-serif;
text-align:justify;
margin-bottom:10px;
}



A:link {text-decoration: none; color: black;font-size:18px;}
A:visited {text-decoration: none; color: black;font-size:18px;}
A:active {text-decoration: none; color: black;font-size:18px;}
A:hover {text-decoration: none; color: red;font-size:18px;}
