/*
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: #000;
	margin-bottom:0px;
}

.p
{
	line-height:normal;
}

#wrapper
{
	width: 1024px;
}
#header
{
	color: #333;
	width: 1024px;
	float: left;
	height: 130px;
	background: #000000;
	background-image: url(images/home_1.jpg);
	background-repeat:no-repeat;
}
#leftcolumn
{
	color: #FFFFFF;
	background: #000;
	margin: 0px;
	height: 637px;
	width: 179px;
	float: left;
	font-size: 11px;
	padding: 4px 0 0px 8px;
	line-height: 2.6;
	letter-spacing: 1px;
}
#rightcolumn
{
	float: left;
	/*[empty]background:;*/
	color: #FFFFFF;
	margin: 0px;
	height: 652px;
	width: 793px;
	display: inline;
	
	
	font-size: 16px;
	line-height: 1.6;
	padding: 10px 0 0 33px;
	
}
#rightcolumn_a
{
	float: left;
	/*[empty]background:;*/
	margin: 0px;
	height: 652px;
	width: 793px;
	display: inline;
	
	position: relative;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 22px;
	padding: 174px 0 0 44px;
	background-repeat: no-repeat;
	text-align: justify;
}
#foot
{
	line-height: 1.8;
	letter-spacing: 1px;
	font-size: 10px;
	color: #FFFFFF;
	padding: 333px 0 0;
}

