/* Basic Stuff */

body
	{
	background-color: #3E2F23;
	font-family: verdana, arial, sans-seif;
	font-size: 11px;
	color: #32200F;	
	}
img 		
	{
	border: 0px;
	}
a:link
	{
	color: #651717;
	}
a:visited
	{
	color: #651717;
	}
a:active
	{
	color: #CC9933;
	}
a:hover
	{
	text-decoration: none;
	color: #CC9933;
	}	
h1
	{
	display: none;
	}

h2
	{
	height: 30px;
	font-family: georgia, times new roman, serif;
	font-size: 16px;
	color: #560101;
	margin: 25px 0 15px 0;
	line-height: 1.2em;
	}
	
h3
	{
	font-family: georgia, times new roman, serif;
	font-size: 13px;
	color: #560101;
	margin: 25px 0 15px 0;
	line-height: 1.2em;
	}	
	
/* Header */

#header-home
	{
	width: 800px;
	height: 200px;
	background-color: #B3060A;
	margin: 0 auto 0 auto;
	}
	
#header
	{
	width: 800px;
	height: 150px;
	background-color: #B3060A;
	margin: 0 auto 0 auto;
	}	
	
#header-nav	
	{
	width: 800px;
	height: 20px;
	background-color: #790000;
	margin: 0 auto 0 auto;	
	}

/* Home */

#cover
	{
	width: 800px;
	height: 345px;
	background-color: #FFF;
	margin: 0 auto 0 auto;	
	}	

#bottom
	{
	width: 800px;
	height: 295px;
	background-color: #F0EBC2;
	margin: 0 auto 0 auto;
	line-height: 1.5em;
	}

#column1-home
	{
	width: 222px;
	height: 260px;
	border-top: 10px solid #F0EBC2;
	border-left: 30px solid #F0EBC2;
	border-right: 15px solid #F0EBC2;
	margin: 0;
	float: left;
	}
#column2-home
	{
	width: 222px;
	height: 260px;
	border-top: 10px solid #F0EBC2;
	border-left: 22px solid #F0EBC2;
	border-right: 22px solid #F0EBC2;
	margin: 0;
	float: left;
	}	
#column3-home
	{
	width: 222px;
	height: 260px;
	border-top: 10px solid #F0EBC2;
	border-left: 15px solid #F0EBC2;
	border-right: 30px solid #F0EBC2;
	margin: 0;
	float: left;
	}


/* Inside */


#inside
	{
	width: 800px;
	min-height: 500px;
	background-color: #F0EBC2;
	background: url(images/bg.gif);
	margin: 0 auto 0 auto;
	line-height: 1.5em;
	}

#column1
	{
	width: 222px;
	min-height: 500px;
	background: url(images/bg.gif);
	background-color: #F0EBC2;
	border-top: 25px solid #F0EBC2;
	border-left: 30px solid #F0EBC2;
	border-right: 15px solid #F0EBC2;
	border-bottom: 25px solid #F0EBC2;
	margin: 0;
	float: left;
	}
	
#column2
	{
	width: 222px;
	min-height: 500px;
	background: url(images/bg.gif);
	background-color: #F0EBC2;
	border-top: 25px solid #F0EBC2;
	border-left: 22px solid #F0EBC2;
	border-right: 22px solid #F0EBC2;
	border-bottom: 25px solid #F0EBC2;
	margin: 0;
	float: left;
	}
	
#column3
	{
	width: 222px;
	min-height: 500px;
	background: url(images/bg.gif);
	background-color: #F0EBC2;
	border-top: 25px solid #F0EBC2;
	border-left: 15px solid #F0EBC2;
	border-right: 30px solid #F0EBC2;
	border-bottom: 25px solid #F0EBC2;
	margin: 0;
	float: left;
	}
	
#column2-narrow
	{
	width: 190px;
	min-height: 500px;
	background: url(images/bg.gif);
	background-color: #F0EBC2;
	border-top: 25px solid #F0EBC2;
	border-left: 22px solid #F0EBC2;
	border-right: 11px solid #F0EBC2;
	border-bottom: 25px solid #F0EBC2;
	margin: 0;
	float: left;
	}
	
#column3-wide
	{
	width: 265px;
	min-height: 500px;
	background: url(images/bg.gif);
	background-color: #F0EBC2;
	border-top: 25px solid #F0EBC2;
	border-left: 15px solid #F0EBC2;
	border-right: 30px solid #F0EBC2;
	border-bottom: 25px solid #F0EBC2;
	margin: 0;
	float: left;
	}

#column-merge
	{
	width: 481px;
	min-height: 500px;
	background: url(images/bg.gif);
	background-color: #F0EBC2;
	border-top: 25px solid #F0EBC2;
	border-left: 15px solid #F0EBC2;
	border-right: 30px solid #F0EBC2;
	border-bottom: 25px solid #F0EBC2;
	margin: 0;
	float: left;
	}

#blurb
	{
	width: 190px;
	color: #4C2E11;
	line-height: 2em;
	margin-top: 0;
	}

#back
	{
	width: 770px;
	height: 30px;
	border-left: 30px solid #F0EBC2; 
	letter-spacing: .1em;
	margin: 0;
	}
	
.space
	{
	width: 222px;
	height: 20px;
	}

.menu-list
	{
	line-height: 2em;
	margin: 0 0 15px 0;
	}

.beverage
	{
	width: 175px;
	float: left;
	margin-bottom: 10px;
	}

.price	
	{
	width: 25px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
	}

.day
	{
	width: 82px;
	float: left;
	margin: 0 0 5px 0;
	}

.music	
	{
	width: 140px;
	float: left;
	margin: 0 0 5px 0;
	}

.lod	
	{
	width: 140px;
	float: left;
	margin: 0 0 5px 0;
	}

.center
	{
	text-align: center;
	}

.address
	{
	height: 300px;
	margin: 0;
	}
	
.map
	{
	height: 260px;
	margin: 0;
	}
	
.caption
	{
	color: #B2945B;
	font-size: 10px;
	margin: 5px 0 20px 0;
	}

.new
	{
	color: #B3060A;
	font-size: 10px;
	font-weight: bold;
	}

.features-space
	{
	width: 222px;
	height: 40px;
	}
a.caption:link
	{
	color: #B2945B;
	}

a.caption:visited
	{
	color: #B2945B;
	}


	
/* Footer */

#footer
	{
	width: 800px;
	height: 100px;
	background-color: #790000;
	margin: 0 auto 0 auto;	
	}

#footer-nav	
	{
	width: 800px;
	height: 40px;
	border-top: 15px solid #790000;
	margin: 0;
	color: #C00;
	text-align: center;
	letter-spacing: .1em;
	line-height: 2em;
	}
	
a.footer:link
	{
	color: #C96;
	text-decoration: none;
	}

a.footer:visited
	{
	color: #C96;
	text-decoration: none;
	}	
	
a.footer:active
	{
	color: #C00;
	}
	
a.footer:hover
	{
	color: #C93;
	text-decoration: underline;
	}

a.copy:link
	{
	color: #C00;
	text-decoration: none;
	}

a.copy:visited
	{
	color: #C00;
	text-decoration: none;
	}	
	
a.copy:active
	{
	color: #C00;
	}
	
a.copy:hover
	{
	color: #C93;
	text-decoration: underline;
	}	