BODY  
	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #000;
	color: #ccc; 
	}
	
TD, P 
	{ 	 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ccc;	 
	}
	
A:link, A:visited, A:active 
	{ 
	color: #996600; 
	}
	
A:hover 
	{ color: #147; }

/* 
   text styles 
*/
.title                          /* album titles on main page */
	{ 
	  font-size: 14px; 
	  font-weight: bold;
	  color:#937D46
	}
.desc                           /* album descriptions on main page */
	{ 
	  font-size: 12px; 
	}
.caption                        /* photo captions on all pages */
	{ 
	  font-size: 10px;
	  color:#CCCCCC;
	}
	
.pcaption
	{ 
	  font-size: 10px;
	  color:#CCCCCC;
	}
	
.error                          /* all error text */
	{ 
	  color: red; 
	  font-size: 12px; 
	}

.headbox			/* box around the page headers */
	{
	background-color:
	}

.head                           /* page headers */
	{ 
	  font-size: 16px; 
	  font-weight: bold; 
	}
.bread                          /* used in breadcrumb bars */
	{ 
	  font-size: 10px; 
	}
.nav                            /* used in navigation bars */
	{ 
	  font-size: 12px; 
	}
.admin                          /* used in admin bars */
	{ 
	  font-size: 10px; 
	  font-weight: bold; 
	}
.fineprint                      /* used for fine print */
	{ 
	  font-size: 10px; 
	}
.popuphead
	{
	  font-size: 16px;
	  font-weight: bold
	}
.popup
	{
	  font-size: 12px;
	}
.editlink			/* Used for the [edit] tags */
	{
	  font-size: 10px;
	}
/* Begin NAV*/
#nav {	
	clear: both;
	margin: 0; 		
	width: 100%;
	height:26px;		
	background:#000000 url(http://www.waltzingmatildatravel.com/images/navbg.png) repeat-y;
	border-bottom: 2px solid #666666;
}
#nav ul {
	font: bolder 12px 'Arial, Helvetica', sans-serif;
	width: 99%;
	color: #FFF;	 	
	margin: 0;
	padding: 0;
	display: inline;
	float: left;	
}
#nav li {
	float: left;
	list-style: none;
}
#nav li a {
	display: block;
	padding: 5px 15px;	
	color: #FFF;	
	text-decoration: none;	
}
#nav li a:hover {
	background: #996600;
	color: #FFF;
}
#nav li a#current  {
	background: #993333;
	color: #FFF;
}
/* End NAV*/
