* {
      margin: 0;
    }
	
    html, body {
		font-size: 11px; 
		font-family: arial;
	    height: 100%;
		margin: 0 auto;
		text-align: center;

		background-color: #49371B;
		width: 100%;
    }
	
    .wrapper {
		background-image: url('images/mainback.gif'); 
		background-repeat: repeat-y;
		background-position: center;
        min-height: 100%;
        height: auto !important;
		height: 100%;
		margin: 0 auto -2em;
		text-align: center;
		width:650px;
	}
   
	.footer, .push {
		text-align:left;
		height: 1.5em;
		clear:both;
		width: 650px;  
		margin: 0 auto;
		padding-top: 5px;
		background-image: url('images/mainback.gif'); 
		background-repeat: repeat-y;
		background-position: center;
	}
   
	#main {
		background-image: url('images/mainback.gif'); 
		background-repeat: repeat-y;
		position: relative;
		width: 650px;  
		top: 0; 
		topmargin: 0; 
		padding: 0;  
		margin: 0 auto;
		text-align: left;
	}
	
	#whitecolumn {
	
		float:left; 
		text-align: left; 
		padding-left: 5; 
		padding-right: 5; 
		padding-top: 0;
		padding-bottom: 0;
		width: 290px;
		background: white;
	}
	
	#browncolumn {
		 float: right; 
		 width: 340px; 
		 padding-right: 10px; 
		  background-image:url('/images/whiteback.gif');
		  background-position: right;
		  background-repeat: repeat-y;
		 text-align:center;
	}
	
	a {
		color: #3399cc;
		font-weight: bold;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	.highlight {
	background : #3399CC; 
	position: absolute; 
	margin: 0 
	auto; padding: 0; 
	left:0; 
	height: 18px; 
	width: 100%;
	}
	
	#footerRight{
	float: right;  
	font-size: 9px; 
	color: #ffcc99; 
	margin-right: 10px; 
	width: 340px; 
	text-align:center;
	}
	
	#footerLeft{
	width: 300px; 
	text-align:center; 
	float:left; 
	font-size: 9px; 
	color: #3399cc;
	}
	p{
	padding-top: 6px;
	padding-bottom: 6px;
	}
	
	h1{
	text-align:center; 
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight:bold;
	font-size: 12px;
	}
	
	ul{
	padding-left:2em;
	}