@charset "utf-8";
/* CSS Document */


body 	{background: #333;
		 margin: 0px;
		padding:0 }
		
#wrap {
	min-width: 640px;
	max-width: 949px;
	margin: 0 auto;
	background:white;
	}
	
#screen {
	background: white;
	margin:0;
	padding: 0;
	height: 100%;
	}
/*#background {background:#C96; width:100; height:1000 px }*/
header {
		padding-top: 5px;
		background-image:url(background2.jpg);
 		position:relative; 
		height:150px;
  		text-align:center;
  		background-repeat: repeat }
img {
		float: left;
	 	margin-right: 5px}
#main {
		background: #CCC;
		border-width:medium;
	 	border-color: #000;
		margin-bottom: 5px;
		}
footer {
		background: #666;
		 position:relative; 
		 height:120px; 
		 text-align:center;
		 margin-top:-18px;
		 z-index:10}
nav {
	position: relative;	
	width: 100%;
	height: 32px;
	margin-left:100px;
	padding: 10px;
	
	}
/*nav ul{
	display: block;
	margin: 0px;
	padding: 2px 0 0 0;
	background: #069 
	list-style: none;}*/
	
nav a{
	color: #3d2314;
	display: block;
	width: 15%;
	min-width: 7em;
	text-align: center;
	padding: 2px 10px;
		
	
	}
	
nav li {
	
	float: left;
	position: relative;
	left: 15%;
	/*border: white 3px outset;
	color: #3a71d5;*/
	min-width: 7em;
	list-style: none;

	
	}


	
nav li:hover a {
	/*position: absolute;*/
	*border: white 3px inset;
	color:white;
	background: #3d2314;
	display: block;
	width: 20%;
	min-width: 10em;
		}
		
ul {font-family: Georgia, "Times New Roman", Times, serif;
	}
img {margin-right: 225px;}
	
h1 {
	position: relative;	
	text-align:left;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #3d2314;
	}
	
h2 {
	position: relative;
	text-align:left;

	font-family:Georgia, "Times New Roman", Times, serif;
	color: #3d2314;
	}
	
h3{
	margin-left: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #3d2314;
	}
h4{
	margin-left: 35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #3d2314;
	font-weight: 50;
	}

p { 
	margin-left: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#contact {
		margin-top:10px;
		font-family: "Times New Roman", Times, serif;
			}
#copyright {
		margin-top: -20px;
		font-family: "Times New Roman", Times, serif;
			}
#info {
	text-align:center;}