body, div, p, th, td, li, dd { font-family: "lucida grande", lucida, "Trebuchet MS", verdana, sans-serif; }
body { text-align: center; }
#body
{
	width: 600px;
	margin: 20px auto 20px auto;
	text-align: left;
}
#header
{
	margin-bottom: 20px;
	background-color: #066;
	border: 2px solid black;
	color: #FFF;
}
div.becca
{
	background: url(images/becca.jpg) no-repeat right;
}
#header h1 { margin: 10px; }
table.menu
{
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
table.menu td
{
	border-bottom: 1px solid #666;
}
p:first-child { margin-top: 0; }
p.info
{
	margin-top: 0.5em;
	font-size: 80%;
	font-style: italic;
	color: #666;
}
#footer
{
	margin-top: 20px;
	font-size: 80%;
	font-style: italic;
	color: #666;
	border: 1px solid #666;
	padding: 10px;
}
a { text-decoration: none; color: #00F; }
a:hover { text-decoration: underline; color: #F00; }
