/*
      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 {
	padding: 0;
	margin: 0;
	background:black;
	background-image: url('../images/backvert1.png');
	background-repeat: repeat-x; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
img {
	border: none;	
}
h1 {
    font-size: 1.5em;
}
h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 1.1em;
}
a:link {
	color: #FC6;
	text-decoration: none;
}
a:visited {
	color: #FC6;
	text-decoration: none;
}
a:hover {
	color: #FC6;
	text-decoration: underline;
}
link.visited {
	color: #FC6;
	text-decoration: none;
}
label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
fieldset {
	margin: 0px 0px 5px 10px;
	border: 1px solid silver;
	width: 90%;
	padding: 0.5em 0em 0.5em 0.5em;
}
legend {
	border: 1px solid silver;
	font-weight: bold;
	font-size:medium;
	padding: 0px 6px;
	height: 18px;
	margin-top: 0.5em;
}
#wrapper { 
	margin: 0px auto;
	width: 922px;
	border: 1px solid silver;
	background-color: black;
}
#faux {
	background: url('../images/faux-3-2-col.png');
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#header {
	color: white;
	width: 902px;
	padding: 10px;
	height: 100px;
	margin: 0px 0px 0px 0px;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: gray;
	color: white;
	float: left;
	width: 100%;
	font: bold 1em arial, helvetica, sans-serif;
	text-align: center;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: gray;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
#navcontainer ul li a:hover {
	background-color: #8F8B71;
	color: #FC6;
}
#navcontainer ul li a#current {
	background: black;
	color: white;
}
#active a {
	border-left: 1px solid #fff;
}
#leftcolumn { 
	display: inline;
	margin: 10px;
	width: 683px;
	float: left;
	color: silver;
}
#rightcolumn { 
	float: right;
	color: silver;
	margin: 10px;
	width: 195px;
	display: inline;
	position: relative;
}
#footer { 
	width: 902px;
	clear: both;
	color: black;
	background-color: gray;
	margin: 0px;
	padding: 10px;
}
.clear {
	clear: both;
	background: none;
}