/* Layout Stylesheet */ 


body{
	padding:0;
	color: #333333;
	width: 800px;
	background-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
 }
 
#header{
	height: 24px;
	margin-top: 20px;
	background-image: url(images/top.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top;
}
#logo{
	background-image: url(images/logo.png);
	height: 220px; 
}
		 
#lh-col{
	width: 765px;
	height: auto;
	background-color: #595959;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-color: #ACACAC;
	border-right-color: #ACACAC;
	border-bottom-color: #ACACAC;
	border-left-color: #ACACAC;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 25px;
	margin-top: 0;
	padding-top: 0;
 }

#footer{
	height: 24px;
	background-color: #000000;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}
