/*
      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; }

#wrapper {
	width: 900px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	color: #333;
	width: 880px;
	float: left;
	padding: 10px;
	height: 100px;
	background: #BD9C8C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
}
#rightcolumn {
	float: right;
	color: #333;
	border: 1px solid #ccc;
	padding: 10px;
	height: auto;
	width: 200px;
	display: inline;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #F3F3F3;
}
#footer {
	width: auto;
	clear: both;
	color: #FFFFFF;
	padding: 10px;
	background-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	font-size: 10px;
}
