﻿		body { 
			background: #f7f7e4 url(/files/home-page-1.0.2.gif) center 8px no-repeat; 
			padding: 0;
			margin: 0;
			font-family: "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
			font-size: 0.85em;
		}
		
		#menu {
			position: relative;
			margin: 0 auto;
			padding: 0;
			width: 596px;
			height: 145px;
			background: transparent;
			color: #802D43;
		}

		#menu ul {
			position: absolute;
			left: 0;
			bottom: 0;
			margin: 0;
			padding: 0;
			text-align: center;
			width: 596px; 
			font-size: 0.85em;
			font-weight: bold;
			white-space: normal; 
		}
		
		#menu ul li {
			display: inline;
   	 		margin: 2px 2px 5px 1px;

   		 }

		#menu a {
			color: #802D43;
			white-space: nowrap; 
			text-decoration: none;
		}
	
		#menu a:hover {
			color: #802D43;
			text-decoration: underline;
		}