body {
	background:url(images/bg-stars.gif) repeat;
	background-attachment: fixed;
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
}
#programname {
	display:none;
}
.user {
	display:none;
}
#header {
	height:240px;
	margin:0 auto 0;
	width: 900px;
	background:url(images/header.gif) no-repeat;
}
#content {
	text-align:center;
	margin:0 auto 0;
	width: 900px;
	background:url(images/bg.gif) center center repeat-y;
}
#content-area {
	text-align:left;
	width:800px;
	margin:0 auto 0;
}
#footer {
	height:110px;
	text-align:center;
	margin:0 auto 0;
	width: 900px;
	background:url(images/footer.gif) no-repeat;
}
.footer {
	font-family:Georgia, Arial, Helvetica;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
#sidebar {
	display:block;
	float:left;
	width:250px;

	min-height:300px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
#food-menu {
	display:block;
	float:left;
	color:#333;
	padding-left:15px;
	width:480px;
}
#location-area {
	display:block;
	float:left;
	color:#333;
	padding-left:20px;
	width:528px;
}
#events-content {
	display:block;
	float:left;
	color:#333;
	padding-left:20px;
	width:524px;
	min-height:300px;
	border-left: solid;
	border-color: #999;
}
#links-content {
	display:block;
	float:left;
	color:#333;
	padding-left:20px;
	width:524px;
	min-height:300px;
}
#contact-area {
	display:block;
	float:left;
	text-align:center;
	color:#333;
	width:528px;
}
#clear {
	clear:both;
}
.text-content {
	background-color:#faf6f0;
	padding:5px;
}
a:link, a:visited, a:active {
	color:#900;
	text-decoration:underline;
}
a:hover {
	color: #d1b888;
	text-decoration:underline;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#000;
	text-decoration:underline;
}
#footer a:hover {
	color: #d1b888;
	text-decoration:underline;
}


#nav-main {
	padding: 0px 0px;
	text-align:center;
	display:block;
	height:20px;
	width:790px;
	margin-left:120px;
}
#nav-main ul, #nav-main li {
	margin:0;
}
#nav-main li {
	list-style:none;
	float:left;
	border-right:none;
}
#nav-main a:link, #nav-main a:visited, #nav-main a:active {
	display:block;
	height:20px;
	width:90px;
	padding: 3px 3px 0 3px;
	margin-left:8px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	border-width: 4px;
	border-style: double;
	border-color: #000;
	background-color:#bb0b0b
}
#nav-main a:hover {
	color:#000;
}
#bhome a#home, #bmenu a#menu, #blocation a#location, #bevents a#events, #blinks a#links, #bcontact a#contact {
	color:black;
}
#nav-main a.selected {
	color:#000;
}
#sidenav {
	text-align:left;
	display:block;
	width:250px;
}
#sidenav a:link, #sidenav a:visited, #sidenav a:active {
	display:block;
	height:20px;
	width:250px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	text-decoration:none;
	border-bottom: solid;
	border-color: #bb0b0b;
}
#sidenav a.selected {
	color:#999;
	border-bottom: solid;
	border-color: #999;
}
#sidenav a:hover {
	color:#999;
	border-bottom: solid;
	border-color: #999;
}
.usual ul, .usual li {
	margin:0;
	padding:0;
	list-style:none;
}
#menunav li {
	
	float:left;
}
#menunav a:link, #menunav a:visited, #menunav a:active {

	border-right:1px solid black;
	padding: 0 2px;
	color:#900;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
}
#menunav a.last {
	border-right:none!important;
}
#menunav a:hover {
	color:#000;
}
#menunav a.selected {
	color:#999;
}
.header {
	font-size:16px;
	font-weight:bold;
	color:#900;
}
.subheader {
	font-size:12px;
	font-weight:bold;
	color:#666;
}
.tagline {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#635238;
}
textarea {
	width:250px;
	border: 1px solid #666666;
	color: #000;
}
#select input {
	width:250px;
	border: 1px solid #666666;
	color: #000;
}
.btn {
	color:#666;
	font-size: 100%;
	border: 1px solid #666666;
}
.btn:hover {
	background: #ccc;
}
.btn:hover {
	cursor: pointer; /* cursor: hand; for IE5 */
}

