@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#content {
	width:750px;
	height:840px;
	margin:0px auto;
	text-align:left;
	border:solid; border-color:#000; border-width:thin;
	background-color:#FFF
}


/* begin nav links */

a.nav:link {font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; color:#FFF; text-decoration:none;}

a.nav:visited {font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; color:#FFF; text-decoration:none;}

a.nav:hover {font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; color:#000; text-decoration:none;}

/* end nav links*/


/* begin regular links */

a.body:link {font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:150%; color:#000; text-decoration:none;}

a.body:visited {font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:150%; color:#000; text-decoration:none;}

a.body:hover {font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:150%; color:#999; text-decoration:none;}

/* end regular links*/


#nav {
	background:#663300;
	width:160px;
	height:560px;
	float:left;
	margin:0 20px 0 0;
	}

#nav ul {
	list-style:none;
	line-height:160%;
	padding:10px 0 0 12px;
	margin:0;
	}

#nav a {
	display:block;
	}
 
h1 {font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:160%; color:#9F9948; margin-top:15px;}

h2 {font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:150%; color:#9F9948; margin:0 0 0 0;}

p {font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:150%; color:#666; margin:0 20px 20px 0;}

a img {
	border: none;
	}
	
td {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:1; color:#000; margin:0;
	text-align:center;
	}
	
.days {background:#993;}

.openclose {background:#993;}

.hours {background:#CCC;}
	
	