BODY
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 72%;
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
/*	background-image: url(images/Time-For-Lunch-4.JPG); */
	background-attachment:fixed;
}

h4
{
	margin: 0.3em 0 0.3em 0;
}

a
{
	text-decoration:none;
	cursor:pointer;
}

a:hover
{
	text-decoration:underline;
	cursor:pointer;
}

#header
{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:30px;
	padding-top:20px;
	padding-left:30px;
	padding-bottom:15px;
/*	background-image: url(images/Time-For-Lunch-4.JPG); */
	background-attachment:fixed;
}

#headerleft
{
	position:absolute;
	left:30px;
}

#headerright
{
	position:absolute;
	right:55px;
	top: 20px;
	z-index:0;
	font-size:200%;
	font-weight:bold;
}

#headerright img
{
	vertical-align:top;
}

span.topnavbtn a
{
	color:black;
	text-decoration: none;
	font-weight: bold;
}

span.topnavbtn a:hover
{
	text-decoration:underline;
}

span.topnavbtn
{
	margin: 0px 0px 0px 0px;
	background-color: #fbfbfb;
	border: 1px solid #cccccc;
	font-size:130%;
	padding:5px;
	line-height:31px;
}

#leftcolumn
{
	position:absolute;
	left:30px;
	top:65px;
	width:200px;
/*	background-image: url(images/Time-For-Lunch-4.JPG); */
	background-attachment:fixed;
}

#centercolumn
{
	margin:65px 30px 30px 240px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.generictextbox
{
  background-color: #fbfbfb;
	border: 1px solid #cccccc; 
	padding:10px;
}

/* Rss feed styles */
dl.news
{
	margin-top:0px;
	margin-bottom:10px;
}

dt.news
{
	font-weight: normal;
	padding-bottom: 0px;
}


dd.news
{
	margin-bottom: 0px;
}

/* bookmark styles */
#bmcontainer
{
	background-color: #fbfbfb;
	border: 1px solid #cccccc;
}

a.bm-subhead
{
	font-size:110%;
}


dd.bookmarks
{
	margin-left:20px;
}


