/* CSS Document */

body {
	background-color:#190f05;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:90%;
	margin-top: 0px;
	margin-left:-10px;
/*	margin:150px; */
	line-height:125%
	text-align:center 
	}

/* Rules for heading */
h1 {
	font-size:140%;
	letter-spacing:0px;
	margin:0px;
	}
	
h2 {
	font-size:130%;
	margin:0px;
	color:#800000;
	}

h3 {
	font-size:120%;
	}


#red-text {
	color:#800000
	}

#letter-text {
	line-height:100%	
	}

#quote-text {
	line-height:100%;
	margin-left:20px;
	margin-right:30px;
	font-style:italic;;
	line-height:125%
	}

#booked-box {
	color:#CCC;
	background-color:#800000;
	line-height:125%;
	font-size:12px;
	font-weight:bold;
	text-align:center
	}

#available-box {
	color:#5E4A2F;
	background-color:#ccc;
	line-height:125%;
	font-size:12px;
	font-weight:bold;
	text-align:center
	}
	
#slot-box {
	color:#000;
	background-color:#996633;
	letter-spacing:0px;
	line-height:100%;
	font-size:16px;
	font-weight:bold;
	text-align:center
	}



a:link{
	color:#42681d;
	text-decoration:none;
	font-weight:bold;
}

a:visited{
	color:#42681d;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}
a:active{
	color:#42681d;
	text-decoration:underline;
	font-weight:bold;
}



/* Menu */
#menu {
/*		float:left;*/
	width:150;	
	margin-bottom:0px;
	padding:0px;
	background-color:#42681d;
	border:0px;
	}
		
/* Content */
#content {
/*		float:right; */
	width:589;
	margin-bottom:0px;
	padding:0px;
/*	background-color:#D9D9A7;*/
/*	background-color:#c6b299;*/
	background-image:url(images/sandpaper2.gif);
	border:0px;
	}
	
