/* Global Styles */

body {
	background: #666666 url(/media/img/backgrounds/thegrottotonight.jpg) repeat-x fixed left top;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 12pt;
	color: #e5d7ab;
}

body,td,th {font-family: Monotype Corsiva, Comic Sans MS, Times New Roman; font-size: 12pt;}

/* General Styles */

select, textarea, input {
	font-family: arial;
	font-size: 8pt;
	border: 1px solid #c3b23e;
	background: #ffffff;
	color: #000000;
}

td {	
	font-family: arial;
	font-size: 8pt;
}

a:link, a:active, a:hover, a:visited, a:visited:hover {
	color: #e5d7ab;
	text-decoration: none;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

/* Other Styles */

.edges {
	border: 1px solid #e5d7ab;
}

.siteTitle {
	color: #000000;
}

.siteBody {
	color: #e5d7ab;
}

.siteMap {
	color: #999999;
}

.siteMap a:link, a:active, a:visited {
	color: #999999;
	text-decoration: none;
}

.sitemap a:hover {
	text-decoration: underline;
}