/* Our Sturgeon Bay -- Cascading Style Sheet */

body {
	background: white;
	text-align: center;
	margin: 0;
}

#container {
	width: 733px;
	margin: auto;
	background: white url(images/sturgeonbgr.jpg) no-repeat;
	text-align: left;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

td.separator { background-color: rgb(130,130,255); }
td.title { background-color: rgb(130,130,255); }
tr.odd { background-color: rgb(230,230,230); }
tr.even { background-color: rgb (255, 255, 255); }

em.note, em.sub-title {
	font-size:		small;
	font-family:	helvetica-narrow, helvetica;
	font-style:		normal;
	font-weight:	ligher;
}
