/*
      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; }

a:link {
	font-weight: bold;
	color: #0072bc;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #0072bc;
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #000 url(images/bg.jpg) repeat-x;
}
#testing {
	width: 800px;
	background: #bcbdc0 url(images/bg-testing.jpg) repeat-y;
	margin-right: 30px;
	margin-left: 30px;
}
#wrapper {
	margin: 0px auto 0;
	width: 860px;
	background: url(images/bg-shine.jpg) no-repeat top;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
}
#wrapperHome{
	margin: 0px auto 0;
	width: 860px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	clear: both;
}
#faux {
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
}
h1 {
	font: bold normal 16px Arial, Helvetica, sans-serif;
	color: #006;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 10px;	
}
#header {
	color: #333;
	width: 800px;
	height: 20px;
	background: #bcbdc0;
	clear: both;
	padding-top: 5px;	
}
#rightcolumn {
	display: inline;
	padding: 0px;
	width: 485px;
	min-height:570px;
	float: right;
	background: #bcbdc0 url(images/bg-rightcolumn.jpg) repeat-y;
}
#leftcolumn {
	float: left;
	width: 315px;
	display: inline;
	position: relative;
}
ul{
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 3px;
	margin-top: 7px;
	margin-left: 20px;
}
li{
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 3px;
	margin-top: 7px;
	margin-left: 10px;
	padding-right: 30px;
}
p {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 7px;
	padding-right: 30px;
	padding-left: 20px;
	margin-top: 7px;
}
#footer {
	width: 800px;
	clear: both;
	color: #333;
	height: 15px;
	background: #bcbdc0;
}
.clear { clear: both; background: none; }

