/*
      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-repeat: repeat-x;
	background-position: center top;
	background-color: #8B8C64;
	margin-top: 10px;
	background-image: url(images/The%20bg.jpg);
}
#wrapper #footer a {
	color: #FFF;
	text-decoration: none;
}

#wrapper {
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	color: #333;
	width: 950px;
	float: left;
	height: 250px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #6A6A38;
}
#navigation {
	float: left;
	width: 930px;
	color: #333;
	height: 25px;
	padding-top: 8px;
	text-align: center;
	display: inline;
	background-image: url(images/navblue.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	border: 10px solid #FFFFFF;
	background-color: #6A9EDA;
}
#wrapper #content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #535F75;
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
	font-weight: lighter;
	text-decoration: underline;
}
#wrapper #content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #535F75;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 24px;
	font-weight: bold;
}
.floatright {
	float: right;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#wrapper #navigation a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	display: inline;
	text-align: center;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: 30px;
	margin-left: 30px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fltleft {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

#wrapper #navigation a:hover {
	color: #330;
}



#leftcolumn {
	color: #333;
	height: 400px;
	width: 424px;
	float: left;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right center;
}
#content {
	float: left;
	color: #333;
	width: 490px;
	display: inline;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 16px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFF;
	background-image: url(images/content%20bg.jpg);
	height: 400px;
}
#footer {
	width: 930px;
	clear: both;
	color: #FFFFFF;
	margin: 0px;
	height: 40px;
	background-repeat: repeat-x;
	background-position: center center;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	font-size: 11px;
	letter-spacing: 0.1em;
	background-image: url(images/navblue.jpg);
	border: 10px solid #FFFFFF;
	background-color: #699DD9;
}
