body {
	margin:0;
	padding:0;
}

	#head {
		background:url(../img/head-bg.jpg) repeat-x 0 30px;	
		height:69px;
		
		font-family:"Georgia","Times New Roman","Lucida Grande", verdana, helvetica, sans-serif;
		font-size:15px;
	}
	
		#menu {
			background: url(../img/menu-bg.jpg);
			height:30px;
			width:1024px;
		}
		
		#menu li {
			list-style:none;
			float:left;
			
			height:20px;
			padding:5px;
			margin:0 5px 0 5px;
			
			background:#FDDF75;
		}
		
			#menu li a {
				font-family:"Georgia","Times New Roman","Lucida Grande", verdana, helvetica, sans-serif;
				font-size:1.0em;

				text-decoration:none;
				color:#6A6A6A;					
			}
			
			#menu li a:active {
				color:white;
			}
			
		#menu li:hover {
			height:20px;
			padding:4px;
			margin:0 5px 0 5px;
			
			border:1px solid #BF9500;
		}
		
		#text {
			clear:both;
			
			width:650px;
			margin-left:20px;
		}
		
			#text h1 {
				font-family:"Georgia","Times New Roman","Lucida Grande", verdana, helvetica, sans-serif;
				font-size:1.5em;
				
				color:#7A651C;
			}
			
			#text p {
				font-family:"Lucida Grande", verdana, helvetica, sans-serif;
				font-size:0.8em;
			}
			
			
				#text li {
					font-family:"Lucida Grande", verdana, helvetica, sans-serif;
					font-size:0.8em;
					
					background:#EDEDED;
					margin:3px;
					padding:3px;
				}
				
					#text img {
						padding-left:30px;
					}