/*
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

*/
*
{
}
BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper
{
	margin: 0 auto;
	width: 1024px;
	background-image: url(images/home-4_4.jpg);
}
#header
{
	color: #333;
	width: 1024px;
	float: left;
	height: 199px;
}
#leftcolumn
{
	color: #333;
	height: 544px;
	width: 325px;
	float: left;
	background-image: url(images/home-4_2.jpg);
}
#rightcolumn
{
	float: right;
	color: #333;
	width: 699px;
	display: inline;
	background-image: url(images/home-4_3.jpg);
}
#footer
{
	width: 1024px;
	clear: both;
	background-image: url(images/home-4_4.jpg);
}
#menu
{
	width: 230px;
	padding: 201px 0px 0px 81px;
	list-style-type: none;
	list-style: none outside;
	line-height: 23px;
}
#body_text
{
	padding: 79px 0px 0px 24px;
	list-style: outside;
	width: 499px;
}
#indent
{
	padding: 0px 0px 0px 14px;
}
.table
{
	list-style-position: inside;
	padding: 0px 4px 0px 0px;
}

