/*
      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: #FFF;
}
h3 {
	font-size: 1.33em;
	color: #000;
	 margin: 0; 
	 padding: 0; 
	 text-decoration: underline;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 height: 90px;
 float: left;
 padding: 0px 10px 0px 10px;
 border-left: 1px ridge #333;
 border-right: 1px ridge #333;
 margin: 0px 0px 0px 0px;
 background: #F73811;
 background-image: url(../index/images/header_back.gif);
 background-repeat: repeat-x;
 background-position: left;
 
}
#navigation {
 float: left;
 width: 900px;
 height: 20px;
 color: #333;
 padding: 0px 10px 10px 10px;
 border-left: 1px ridge #333;
 border-right: 1px ridge #333;
 margin: 0px 0px 0px 0px;
 background: black;
 background-image: url(../index/images/background_top.gif);
 background-repeat: no-repeat;
 background-position: top left;
 font-size: 1.1em;
 text-align: left;
}
#leftcolumn {
	color: #333;
	border-left: 1px ridge #333333;
	border-top: 1px ridge #333333;
	border-bottom: 1px ridge #333333;
	background: #FF7D4F;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 670px;
	width: 150px;
	float: left;
	text-align:center;
}
#content {
	float: left;
	color: #333;
	border: 1px ridge #333;
	background: #F2F2E6;
	background-image: url(../index/images/backgrnd_cntnt.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 200;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 670px;
	width: 458px;
	display: inline;
	
}
#rightcolumn { 
 color: #333;
 background: white;
 border-top: 1px ridge #333;
 border-right: 1px ridge #333;
 border-bottom: 1px ridge #333;
 text-align: center;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 670px;
 width: 250px;
 float: right;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border-left: 2px ridge #333333;
 border-right: 2px ridge #333333;
 border-bottom: 2px ridge #333333;
 background: #F2F2E6;
 background-image: url(../index/images/footer_back.jpg);
 font-size: .9em;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: justify;
}
div#ftbox {
	position: relative;
	float: right;
	border: none;
	padding: 2px;
	text-align: left;
	width: 350px;
}
div#horz_navbox {
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	border: none;
	background-color: black;
	padding: 0px;
	text-align: center;
	width: 300px;
	height: 20px;
}
div#linkbox {
	position: relative;
	float: none;
	background-color: #FF7D4F;
	width: 140px;
	padding: 2px;
	text-align: center;
}
.floatright
{
float: right;
margin: 0px 0px 0px 0px;
border: none;
padding: 2px;
}
.floatleft
{
float: left;
margin: 0 10px 10px 10px;
border: none;
padding: 2px;
}
#leftcolumn img {
border: none;
}
#navigation a {
		text-decoration: none;
		border: none;
	}
	#navigation a:link {
	color: #0000FF;
	}
	#navigation a:visited {
		color: #880088;
	}
	#navigation a:alink {
		color: #FF0000;
	}
	#navigation a:hover {
		color: #0099FF;
	}