/*html, body, div, ul, li, p, a, img, h1, table
	{
	padding:0px;
	margin:0px;
	}
*/	
body
	{
	background-color: #ffffff;
	color:#000000;
	font-family:sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#wrapper
	{
	width: 800px;
	background-color:#ffffff;
	margin:10px auto;
	border: 1px solid #ccc0a2;
	text-align:left;
	padding:0px;
	}

#banner 
	{
	 height: 200px;
	 background-image:url(../images/banner1.jpg);
	 background-repeat:no-repeat;
	 padding: 10px;
	 margin: 10px;
	 border-top:1px solid #ccc0a2;
	 border-bottom:1px solid #ccc0a2;
	 text-align: center;
	 }

/*start navagation*/

	#navcontainer
		{
		
		}
			
			/*#nav
				{
				padding:0px 0px 0px	110px;
				margin:0px;
				background-color: #D0CBBB;
				height: 20px;
				width: 690px;
				text-align: center;
				}*/
			
			ul 
				{ /* all lists */
				padding: 0;
				margin: 0;
				list-style: none;	
				font-family: georgia,"trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
				text-align:left;
				}
			
			ul li a
				{
				width: 100px;
				color: #3A3934;
				}
			
			ul li ul li a
				{
				color: #3A3934;
				}
			
			ul a 
				{
				text-decoration:none;
				line-height:1.4em;
				font-size: 75%;
				color: #3A3934;
				}
			
			ul a:hover 
				{
				background-color: #e5e5e5;
				color: #3A3934;
				}
			
			ul li ul li 
				{
				padding: 1px 8px 1px 12px;
				border: 1px solid;
				border-color: #BBB49D;
				background-color: #D0CBBB;
				color: #ccc;
				text-decoration: none;
			   	z-index: 101;
			 	}
			
			li 
				{ /* all list items */
				float: left;
				position: relative;
				width: 8em;
				padding-left:1px;
				}	
			
			li ul 
				{ /* second-level lists */
				display: none;
				position: absolute;
				top: 1em;
				left: 0;
				}
			
			li>ul 
				{ /* to override top and left in browsers other than IE, which will */
				/*position to the top right of the containing li, rather than bottom left */
				top: auto;
				left: auto;
				}
			
			li:hover ul, li.over ul 
				{ /* lists nested under hovered list items */
				display: block;
				}
				
				
			/*end navagation*/


#info
	{
	padding: 5px 10px 5px 10px;
	margin: 5px 20px 5px 20px;
	background-color:#E7E4DC;
	border:1px solid #BBB49D;
	line-height:20px;
	font-size:12px;
	}

#footer
	{
	padding: 5px 10px 5px 10px;
	margin: 5px 20px 5px 20px;
	background-color:#E7E4DC;
	border:1px solid #BBB49D;
	height: 20px;
	color:#000000;
	font-size:10px;
	}
	#footer a
		{
		color:#AEA48B;
		}