/*
      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: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #EF8A04;
	margin: 40px;
}
#wrapper {
	width: 922px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
#faux {
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
}

#leftcolumn {
	color: #333;
	width: 450px;
	float: left;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;
	display: block;
	text-align: justify;
}
#headerGraphic {
	margin-left: 240px;
}


#rightcolumn {
	display: inline;
	color: #FFF;
	padding: 3px;
	width: 205px;
	float: left;
}
#footer {
	width: 902px;
	clear: both;
	color: #333;
	border: 1px none #999;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.clear { clear: both; background: none; }

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #ED9301;
}

a:visited {
	text-decoration: none;
	color: #ED9301;
}
#footer-left {
	float: left;
	width: 300px;
}
#footer-right {
	float: right;
	width: 300px;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	color: #B7051B;
}
p {
	color: #333;
}


h2 {
	font-size: 120%;
	font-weight: bold;
	color: #B7051B;
}
