﻿body {
	margin: 0px;
	background-color: #8B4513;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 12px;
	color: #000000;
}
/* Styles for DIV tags */
#container {
	margin: 0px auto;
	width: 795px;
	border:3px solid #663300;
	background-image: url("../images/coffeecovebg.gif");
	background-color:#CD853F;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
#marqueecontainer{
	position:relative;
	width: 200px; /*marquee width */
	height: 50px; /*marquee height */
	margin-left:40px;
	margin-top:60px;
	background-color: #CD853F;
	overflow: hidden;
	border: 0;
	padding: 0px;
}
#marqueecontainer p {
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#hours {
	margin-left:30px;
	padding-top:40px;
}
#special {
	float:left;
}
#wifi {
	float:right;
}
#events {
	width:275px;
	height:125px;
	float:right;
	margin:0 35px 0 0;
	background-image: url("../images/events.gif");
	background-color:#CD853F;
	background-repeat: no-repeat;
}
#month {
	text-align:center;
	margin-left:175px;
	font-weight:bold;
}
#text {
	margin:0px 10px 0px 170px;
	font-weight:bold;
}
#navigation {
	background-color: #8B4513;
	margin-left: 310px;
	margin-top:171px;
	margin-bottom:15px;
	text-align: center;
}
#content_container {
	padding: 0px;
	margin-top:25px;
	margin-left:0px;
}
#top {
	vertical-align: top;
	float: left;
	width: 785px;
	margin: 0px;
}
#bottom {
	padding: 5px;
	vertical-align: bottom;
	float: left;
	width: 785px;
	margin: 0px 0 0 0;
}
#column_left {
	padding: 10px 0px 10px 10px;
	vertical-align: top;
	float: left;
	width: 540px;
	margin: 0px;
}
#mailist {
	float:right;
	width:220px;
	text-align:left;
	border:3px solid #663300;
	background-image: none;
	padding:5px;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}

#image {
	text-align:center;
	margin:5px;
}
#footer {
	background-color: #663300;
	color: #FFCC66;
	clear: both;
	margin: 0;
	padding: 5px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	background-color: #8B4513;
	color: #FFCC66;
	font-weight:bold;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 0;
}
#navigation a:hover {
	color:#663300;
	font-weight:bold;
	border:0;
	background-color: #CD853F;
}
hr {
	color: #8B4513;
	width: 80%;
	height: 2px;
}
/* Styles for Left Column */
h1 {
	font-size: 32px;
	color: #663300;
	margin:5px;
	font-weight:bold;
}
h2 {
	font-size: x-large;
	color: #663300;
	margin:5px;
	font-weight:bold;
}
h3 {
	font-size: large;
	color: #663300;
	margin:5px;
	font-weight:bold;
}
h4 {
	font-size: medium;
	color: #663300;
	margin:5px;
	font-weight:bold;
}
h5 { 
	font-size: 12px;
	color: #663300;
	margin:5px;
	font-weight:bold;
}
h6 { 
	font-size: x-small;
	color: #663300;
	margin:5px;
	font-weight:bold;
}
a {
	color: #663300;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FFCC66;
	text-decoration: none;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 10px;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 10px;
}
#footer a {
	color: #FFCC66;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFCC66;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_right {
	text-align:right;
}
.style_center {
	text-align:center;
}
