/*
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*/
.clear
{
	clear: both;
	background: #CC6600 none;
}
/*
*/
*
{
	padding: 0;
	margin: 0;
}
BODY
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	background-color: #803B18;
	margin-top: 0px;
	color: #FFFFFF;
	font-size: 10pt;
	background-image: url(images/tex_cigbutt.jpg);
	line-height: 1.3em;
}
.home
{
	/*[empty]line-height:;*/
}
H2
{
	font-size: 20pt;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica;
	line-height: 1.3;
	font-style: normal;
}
A
{
	color: #E5E900;
}
#wrapper
{
	margin: 0px auto 0;
	width: 960px;
	/*[empty]height:;*/
	background-color: #CC6600;
}
#leftcolumn
{
	display: inline;
	color: #FFF;
	/*[disabled]margin-top:10px;*/
	/*[disabled]margin-right:10px;*/
	/*[disabled]margin-bottom:10px;*/
	/*[disabled]margin-left:10px;*/
	padding: 5px;
	width: 240px;
	float: left;
	/*[disabled]border:1px solid #FFFFFF;*/
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
#rightcolumn
{
	position: relative;
	color: #FFF;
	margin: 0px;
	padding: 5px;
	width: 240px;
	/*+placement:float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	overflow: visible;
}
.box
{
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin: 10px 5px 5px;
	/*[disabled]background-color:#913307;*/
	background-image: url(images/pattern_101.gif);
}
#header
{
	background-color: #CC6600;
	width: 960px;
	height: 97px;
	padding: 0px;
/*cell-spacing: 0px 0px 0px 0px*/
	margin: 0px;
	overflow: hidden;
}
#header IMG
{
	margin-bottom: -4px;
}
#content
{
	float: left;
	color: #FFF;
	margin: 15px 0px 10px;
	padding: 5px;
	width: 448px;
	display: inline;
	position: relative;
	border: 1px solid #FFFFFF;
	/*[disabled]height:470px;*/
	/*[disabled]background-color:#CC6600;*/
	background-image: url(images/pattern_101.gif);
}
#content IMG
{
	padding-right: 5px;
	padding-left: 5px;
}
#footer
{
	width: 95%;
	clear: both;
	/*[disabled]color:#333;*/
	background-image: url(images/pattern_101.gif);
	margin: 20px 0px 0px;
	padding: 5px 0;
	border: 1px solid #FFFFFF;
	text-align: center;
	/*+placement:margin-auto 0px 0px;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
