﻿
/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background: #FFFF99;
 color: #333333;
 }
	 
#hdr{
 height:35px;
 background:#c0c0c0;
 color:#000000;
 border:solid #000000;
 border-width:2px 0px;
 margin:40px 0 0 0;
 }

#lh-col{
 position: absolute;
 top: auto;
 left: 0px;
 width: 220px;
 border: 2px groove DarkGoldenRod;
 background: #c0c0c0;
 color: #333333;
 margin: 20px;
 padding: 0px;
 height: auto;
 }

#rh-col{
 margin: 20px 20px 20px 254px;
 border: 2px groove DarkGoldenRod;
 background: #ffffff;
 color: #333333;
 padding: 20px;
 position :relative;
 }
 
a:link {color: #0000ff}
a:visited {color: #00ff00}
a:hover {color: #ff00ff}
a:active {color: #ff0000}
 
 /* Presentation Styles */ 
h4 {
 margin:0; 
 padding: 5px 0;
 }
 
#banner {
	background: url('images/img03C.jpg') no-repeat left top;
	width: 960px;
	height: 250px;
	margin: 0 auto;
	margin-top: 20px;
}

#rfiller {
	background: url("../../images/Papyrus_of_Ani.jpg") no-repeat left top;
	width: 400px;
	height: 80px;
	margin: 0 auto;
	margin-top: 10px;
}

#lfiller {
	background: url('../images/Tilted-Mill-Logo-White.gif') no-repeat left top;
	width: 200px;
	height: 134px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
 
 ul:  #navigation { list-style-type: none; }

