/*
      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:#728343;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#8e0a08;
	}

#wrapper {
	margin: 0 auto;
	width: 930px;
}
#header {
	color: #000000;
	width: 900px;
	float: left;
	padding: 10px;
	border: 3px solid #8e0a08;
	height: 100px;
	margin: 10px 0px 5px 0px;
	background: #b0b595;
}
#navigation {
	float: left;
	width: 900px;
	color: #000000;
	padding: 10px;
	border: 0px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	background: #728343;
	text-align:center;
}
#leftcolumn {
	color: #333;
	border: 3px solid #8e0a08;
	background: #b0b595;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	height: 350px;
	width: 195px;
	float: left;
	text-align:center;
}
#rightcolumn {
	float: right;
	color: #333;
	border: 3px solid #8e0a08;
	background: #b0b595;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	height: 350px;
	width: 678px;
	display: inline;
}
#footer {
	width: 900px;
	clear: both;
	color: #000000;
	border: 0px;
	background: #728343;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align:center;
}
.borderimg {
	border:thin;
	border-color:#8e0a08;
}