/*
      Created by Keith Donegan of Code-Sucks.com
*/

* {
	padding: 0;
	margin: 0;
	color: #000000;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	color: #333;
	width: 1000px;
	float: inherit;
	padding: 10px;
	border: 1px none #ccc;
	height: 256px;
	margin: 10px 0px 5px 0px;
	background-color: #000000;
}
#content {
	float: left;
	border: 1px solid ##795337;
	background: ##795337;
	padding: 5px;
	height: auto;
	width: 755px;
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
} 
#rightcolumn { 
    color: #000000;
    border: 1px solid ##795337;
    background: ##795337;
    margin: 0px 0px 5px 0px;
    padding: 5px;
    height: auto;
    width: 215px;
    float: right;
}
#footer {
	width: 1000px;
	clear: both;
	background: ##795337;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	bottom: auto;
	border-top-width: inherit;
	border-right-width: inherit;
	border-bottom-width: inherit;
	border-left-width: inherit;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 55px;
}
