/*
      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
	  
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

img {
	border: none;
}
#wrapper { 
 margin: 0 auto;
 width: 650px;
}
#faux {
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
	width: 650px;
	padding: 0px;
	height: 80px;
	margin: 0px;
	text-align: center;
}
#leftcolumn {
	display: inline;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 250px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 342px;
 display: inline;
 position: relative;
}
#footer {
	width: 650px;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.clear { clear: both; background: none; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 55px;
	color: #999999;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #88A002;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #547C95;
	font-weight: bold;
}

h3 a{
	color: #547C95;
}

h3 a:hover{
	color: #88A002;
}
