/*
      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-image: url(img/bg2.gif);
	background-repeat: no-repeat;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
#wrapper {
	margin: 0 auto;
	width: 950px;
	background-color: #FFFFFF;
	height: 100%;
}
#faux {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 950px;
}
#header {
	color: #333;
	width: 930px;

	height: 100%;
	margin: 10px 0px 0px 0px;
	background: #FFFFFF;
}
#navigation {
	color: #333;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	height: 100%;
}
#leftcolumn {
	display: inline;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 150px;
	float: left;
	height: 100%;
}
#content {
	float: left;
	color: #333;
	padding: 0px 0px 0px 20px;
	width: 500px;
	height: 100%;
	background-color: #FFFFFF;
	position: relative;
}
#rightcolumn {
	color: #333;
	margin: 10px 15px 0px 0px;
	padding: 0px;
	width: 150px;
	float: right;
	height: 100%;
}

#footer {
	width: 930px;
	clear: both;
	color: #333;
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	height: 100%;
}
.clear { clear: both; background: none; }
