@charset "UTF-8";
a { outline:none; color:#EEE }

/* BODY CSS ///////////////////////*/

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 76%;
color: #EEE;
background:#000;
text-align:center;
}

/* headings */

h1 { color:#163551; font-size:1.3em; margin:9px 0 1.5em 0;}
h2 { color:#000; font-size:1.1em}
h3 { color:#000; font-size:1.0em}
h4 { color:#000; font-size:1.0em}
h5 { color:#000; font-size:1.0em}
h6 { color:#000; font-size:1.0em}


dd {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-bottom: 15px;
}
.cafe {
	font-size: large;
	font-weight: bold;
	color: #b14e08;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}
.cafeaddress {
	color: #CCC;
	font-weight: normal;
	font-size: small;
}
dt {
	color: #8F0E11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#navtop {
	width: 95%;
	margin-top: 35px;
	margin-bottom: 35px;
}
.price {
	float: right;
}
a:link,a:visited {
	float: left;
	padding-right: 20px;
	color: #FAB62F;
	text-decoration: none;
}
a:hover {
	color: #C60;
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #040301;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
p {
	color: #FFF;
}
