body {
	margin:0px 0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color: #170000;
	}
	
#Content {
	margin:auto auto; /* Right and left margin widths set to "auto" */
	text-align:center; /* Counteract to IE5/Win Hack */
	background-image: url(images/bg01.gif);
	border: 1px solid #D2BF8A;
	width:858px;
	}

#Text {
	text-align:left;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #fcf2b7;
	margin: 8px;
	
}
#Form {
	text-align:left;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #fcf2b7;
	margin: 8px;
	
}
#Table {
	text-align:left;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #fcf2b7;
	margin: 8px;
	
}
a:link {
	font-weight: bold;
	color: #E6A973;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
	color: #FBF0E6;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #E6A973;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #FBF0E6;
	text-decoration: underline;
}
.copyright {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 9px;
	font-weight: normal;
	color: #fcf2b7;
	text-align: center;
	margin-bottom: 10px;
}
#main-nav{
	width:858px;
	height:19px;
	margin:0 auto;
	background:#acacac url(images/navbar1.gif) no-repeat; 				
}


#main-nav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#main-nav ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#main-nav ul li a span{
	display:none;
}


#main-nav ul li a{
	width:100px;
	height:19px;
	margin:0px;
	padding:0px;
	display: block;
	font-weight: bold;
	color: #fcf2b7;
	text-decoration: none;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 13px;
		
}

/* -- Hovers -- */

#main-nav ul li a.home:hover{
	background: url(images/navbar1.gif) 0px -19px;
}
#main-nav ul li a.services:hover{
	background: url(images/navbar1.gif) -100px -19px;
}
#main-nav ul li a.tarottuesdays:hover{
	background: url(images/navbar1.gif) -200px -19px;
}			
#main-nav ul li a.events:hover{
	background: url(images/navbar1.gif) -300px -19px;
}	
#main-nav ul li a.tarotcourse:hover{
	background: url(images/navbar1.gif) -400px -19px;
}
#main-nav ul li a.esoteric:hover{
	background: url(images/navbar1.gif) -500px -19px;
}
#main-nav ul li a.booking:hover{
	background: url(images/navbar1.gif) -600px -19px;
	
}#main-nav ul li a.contact:hover{
	background: url(images/navbar1.gif) -700px -19px;
}