/* Layout Stylesheet */ 

body{
	margin: 0;
	padding:0;
	color: #FFFFFF;
	background-color: #252525;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
 
 }
#container{
	width:775px;
	margin:0 auto;
	margin-top: 50px;
	a:link { color: red; }
}
#hdr{
	height:54px;
	color:#FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	border-bottom-color: #FFFFFF;
	border-bottom-width: thick;
	border-color: #9D9D39;
	border-bottom-style: solid;
	width: 775px;
 }

#lh-col{
	width: 775px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 500px;
	margin-left: 0px;
	margin-top: 2px;
	position: absolute;
	background-image: url(images/bkgrnd.jpg);
	border-bottom-style: solid;
	border-bottom-color: #9D9D39;
	border-bottom-width: thick;
 }

#ftr{
	height:15px;
	color:#FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 775px;
	margin-top: 10px;
 }
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: xx-small;
	}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: xx-small;
}
a:hover {
	color: #9d9d39;
	text-decoration: none;
	font-size: xx-small;
}
