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

* {
	margin: 0;
}
#wrapper {
	width: 747px;
	background-color: #E6E6E6;
	margin: auto;
	padding: 10px;
}
#header {
	width: 747px;
	height: 100px;
	float: left;
}
#navigation {
	float: left;
	width: 747px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC6600;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-left-color: #CC6600;
	height: 43px;
	margin-bottom: 10px;
}
#leftcolumn {
	float: left;
	width: 171px;
	margin-right: 5px;
}
#content {
	float: left;
	width: 365px;
	margin-right: 5px;
	margin-left: 5px;
}
#rightcolumn {
	float: left;
	width: 185px;
	margin-left: 5px;
}
#footer {
	clear: both;
	color: #333333;
	background-color: #E6E6E6;
	font-size: 9px;
	text-align: center;
	padding: 2px;
}

