/*
      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-color: #d9c4a8;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	margin: 0 auto;
	width: 822px;
	background-image: url(../images/wrapper_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
 color: #333;
 width: 800px;
 float: left;
 padding: 0 10px;
 height: 132px;
 margin: 0px 0px 0px 0px;

}
#leftcolumn { 
 color: #333;

 margin: 0px 0px 0px 0px;
 padding: 0;
	/*min-height hack*/
	min-height: 360px;
	height: auto;
	_height: 360px;
 width: 274px;
 float: left;
}
#content { 
 float: left;
 color: #333;

 margin: 0px 0px 0px 0px;
 padding: 0px;
	/*min-height hack*/
	min-height: 360px;
	height: auto;
	_height: 360px;
 width: 274px;
 display: inline;
}
#rightcolumn { 
 color: #333;

 margin: 0px 0px 0px 0px;
 padding: 0;
	/*min-height hack*/
	min-height: 360px;
	height: auto;
	_height: 360px;
 width: 274px;
 float: left;
}
#bottomstrip { 
 width: 802px;
 clear: both;
 color: #333;
 background: #FFFFFF url(../images/bottomstrip_bg.jpg) repeat-x;
 margin: 0px;
 padding: 0 10px;
}
#footer { 
 width: 802px;
 clear: both;
 color: #333;
 background: #FFF;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: right;
 font-size: 90%;
}
#footer p, #footer p a {
color: #999;
}

.box1 {
margin: 10px 0 0 38px;
}
.box2 {
margin: 10px 19px 0 19px;
}
.box3 {
margin: 10px 38px 0 0;
}

img, img a {
border: 0;
}

p {
margin: 0 0 15px 0;
line-height: 140%;
}

h2 {
color: #ac2722;
}

ul {
margin: 10px 0 10px 30px;
line-height: 140%;
}

#seocontent {
display: none;
height: 1px;
color: white;
}