﻿/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;     
 background: #ffffff;
 color: #333333;
 }
	 
#hdr{
	width: 100%;
	height: 80px;
	margin: 0;
	background: #ffffff;
	color: #333333;
	font: 70px "beachman script";
	color: #990000;
	text-align: center;
	padding-top: 10px;
	border-top: 0 none #333333;
	border-right: 0 none #333333;
	border-bottom: 2px none #333333;
	border-left: 0 none #333333;
 }
     
#lhcol{
	width: auto;
	float: left;
	background: #ffffff;
	color: #333333;
	margin: 0;
	padding: 40px;
	height: auto;
	text-align: center;
	border: 3px none #990000;
	font: large Georgia, "Times New Roman", Times, serif;
 }

#rhcol{
	float: right;
	background: #ffffff;
	color: navy;
	margin: 0;
	text-align: center;
	padding-right: 10px;
 }
