/*
      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-image: url(../images/wood-bg02.jpg);
	background-repeat: repeat;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
	color: #333;
	width: 920px;
	float: left;
	padding: 0px;
	border: 1px solid #FFF;
	height: 391px;
	background-color: #E7DBD5;
	background-image: url(../images/reelbadhabit_header.png);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation {
 float: left;
 width: 900px;
 color: #333;
 padding: 10px;
 border: 1px solid #FFF;
 margin: 0px 0px 0px 0px;
 background: #BD9C8C;
}
#content {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 922px;
}
#leftcolumn {
	color: #333;
	background: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: auto;
	width: 258px;
	float: left;
	border: 0px none #FFF;
}
.img{
	float:left;
	border:solid;
	border:2px solid #DF8E32;
	margin-right: 20px;
	margin-bottom: 15px;
}
.border{
	border:solid;
	border:2px solid #DF8E32;
	margin-right: 5px;
	margin-bottom: 15px;
}
#rightcolumn {
	float: right;
	color: #333;
	background: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: auto;
	width: 620px;
	display: inline;
	border: 0px none #FFF;
}
#footer {
	width: 900px;
	clear: both;
	color: #FFF;
	padding: 10px;
	background-color: #BD9C8C;
	background-image: url(../images/reelbadhabit_09.png);
	height: 56px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #FFF;
}
#footer a{
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
ul{
	width: 236px;
}
ul h2{
	background-image: url(../images/reelbadhabit_04.png);
	height: 25px;
	width: 231px;
	color: #FFF;
	text-indent: 12px;
	padding-left: 5px;
	padding-top: 3px;
	font-size: 16px;
}
ul li{
	background-image: url(../images/reelbadhabit_07.png);
	height: 30px;
	width: 226px;
	list-style-type: none;
	padding-top: 5px;
	padding-left: 10px;
}

h2{
	color: #FF8D15;
	font-size: 16px;
}