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

body,td,th {
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	line-height: 1.5em;
	vertical-align: baseline;
	text-align: left;
}

body {
	background-color: #151515;
	margin: 0px;
	padding: 0px;
}

a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
}

a:link {
	color: #0F0600;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0F0600;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #0F0600;
}

p {
	margin:0;
	padding:0;
	padding-bottom:1em;
}

h1 {
	color:#111111;
	display:block;
	float:left;
	font-size:2em;
	left:-2000px;
	overflow:hidden;
	position:relative;
}

#under_construct {
	z-index: 1;
	background-attachment: scroll;
	background-image: url(images/under_construction_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 600px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border:10px solid #111111;
	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
	opacity:0.75;
	position:relative;
	top:-89px;
}

#content {
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	margin-right: 1em;
	margin-left: 1em;
	margin-top: 1em;
	position:relative;
	top:10em;
}

#hours {
	background-color:#111111;
	border:1px solid #777777;
	float:right;
	padding:.75em;
	width:200px;
	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
	opacity:0.75;
}

#hours h2 {
	padding:0;
	margin:0;
	padding-bottom:.5em;
	font-size:1.2em;
	color:#555555;
}

#hours p {
	font-size: .9em;
 	padding-bottom:.25em;
}

#location {
	clear:both;
	float:right;
	padding-top: 1em;
	width:290px;
	font-size: .8em;
	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
	opacity:0.75;
}

#location h2 {
	padding:0;
	margin:0;
	padding-bottom:.5em;
	font-size:1.2em;
	color:#555555;
}

#left {
	float:left;
	padding-right:1em;
	display:block;
}

#right {
	float:left;
	border-left: 1px solid #555555;
	padding-left: 1em;
	display:block;
}

#header {
	background-image:url(images/header.png);
	height:132px;
	left:-5px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:75px;
	left: 0;
	width:600px;
	z-index:2;
}


#beans_bottom {
	z-index: -1;
	position:absolute;
	bottom:0px;
	right:0px;
	background-attachment: scroll;
	background-image: url(images/beans_bottom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 300px;
	width: 250px;
}

#beans_top {
	z-index: -1;
	position:absolute;
	top:0px;
	left:0px;
	background-attachment: scroll;
	background-image: url(images/beans_top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 300px;
	width: 250px;
}