body { height: 100%; margin: 0; padding: 0;}

			/* NAVIGATION BUTTONS */
			.menu {
						height: 48px;
						width: 920px;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; left: 0px;
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(images/overbtn.jpg) no-repeat;
						width: 230px;
						height: 48px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a:link {
						display: block;
						font-size: 15px;
						width: 230px;
						height: 48px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:visited {
						display: block;
						font-size: 15px;
						width: 230px;
						height: 48px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {color: white;}

			.cssnav img {width: 230px; height: 48px; border: 0; }
			* html a:hover {visibility:visible}
			*.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 0px;top: 15px;
					    text-align: center;
					    width: 230px;
					    cursor: pointer;   
			}


			/* END OF NAVIGATION */

A:Link	{
	text-decoration : none;
	font-family: Times, "Times New Roman", serif;
	color:#953b07;
	}

A:Visited	{
	text-decoration : none;
	font-family: Times, "Times New Roman", serif;
	color:#953b07;
	}

A:hover {color: black; TEXT-ALIGN: left;}