/* CSS Document */
body {
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 12pt;
 color: #000000;
 margin:5px;
 padding:0;
}
#page {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 98%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
a img {
	border: 0px none;
	display: block;
}
abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
#center {
 color: #000;
 background: url(/images/background.jpg) repeat;
 width:78.75%;
 }
#centerinner{
padding: 5px;
border: 3px solid black;
}
#center A:link, A:visited {
	color: navy;
	text-decoration: underline;
}
#right {
 position: absolute;
 width: 21.75%;
 top: 5px;
 right: 2px;
 font-size: 1.05em;
 z-index:1;
}
#rightinner {
 background: url(/images/background.jpg) repeat;
 border-top: 3px solid black;
 border-right: 3px solid black;
}
#rightbottom {
margin-top:20px;
padding-left:1em;
padding-right:1em;
}
.rbhead {
font-size:.75em;
font-weight:bold;
}
.rbbullet {
font-size:.65em;
}
.rbinput {
font-size:9px;
}
ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: url(images/background.jpg) repeat;
	width: 100%;
}		
ul#mainnav li {
 border-bottom: 3px solid black;
}
ul#mainnav li a {
 padding-left: .25em;
 display: block;
 margin: 0px;
 font: bold .85em/1.95em arial, sans-serif;  /* If you get an unwanted gap after your a block (IE-Win) try increasing the line height  */
 font-style:italic;
 color: black;
 text-decoration: none;
 width:100%;   /*  Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix  */
}
ul#mainnav li a:hover {
	background-color:#990000;
	color: white;
}
#footer {
	clear: both;
	border-top: 1px solid #5C6F90;
	border-bottom: 1px solid #5C6F90;
	background-color: #D6D6D6;
	color: #000;
	text-align: center;
	font-size: .7em;
	margin: 0px 25%;
}
.namelogo {
	float: left;
}
.sunlogo {
	float: right;
}
.chef {
	float: left;
	margin-right: 1em;
}
table {
	width:95%;
}
h2 {
text-indent:5px;
}
#photoalbum {
list-style:none;
margin-right:auto;
margin-left:auto;
}
#photoalbum li {
float:left;
margin-right: 10px;
margin-bottom: 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:.7em;
font-weight:bold;
text-align:center;
}
#photoalbum img {
border:2px solid #900;
}
.nosee {
display:none;
}