/*
      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-color:#111111;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#faux {
 background: url(images/faux_bg.gif);
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

#header {
 color: #333;
 width: 922px;
 /* padding: 10px; */
 height: 200px;
 margin: 10px 0px 5px 0px;
 background: url(images/banner_1.jpg);
}

#navigation {
 color: #333;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 background: #111111;
}

#rightcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 10px;
 width: 175px;
 float: right;
}

#rightcolumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}

#leftcolumn { 
 float: left;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 683px;
 display: inline;
 position: relative;
}

#leftcolumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#BDD684;
	padding-top:15px;
}

#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #111111;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

#leftcolumn H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#888888;
	font-weight: bold;
}

.clear { clear: both; background: none; }

a:link {
	color: #E2F0D6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F6FFE0;
}
a:hover {
	text-decoration: underline;
	color: #BDD684;
}
a:active {
	text-decoration: none;
	color: #F6FFE0;
}

/*Define link behaviors for right column. This will change*/
#rightcolumn a:link {
	color: #111111;
	text-decoration: none;
}
#rightcolumn a:visited {
	text-decoration: none;
	color: #10222B;
}
#rightcolumn a:hover {
	text-decoration: underline;
	color: #95AB63;
}
#rightcolumn a:active {
	text-decoration: none;
	color: #95AB63;
}
