body {
	background-color: white;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}
#title {
	font-family: "Seabird SF", Arial, Helvetica, "sans serif";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #ffc;
	background-color: #093;
	position: absolute;
	left: 18px;
	top: 17px;
	width: 293px;
	height: 29px;
	z-index: 2;
}
#header {
	background-image: url(images/header-back.gif);
	width: 100%;
	background-repeat: repeat-x;
	background-position: left top;
}
#nav {
	position: absolute;
	width: 500px;
	height: 22px;
	z-index: 3;
	left: 18px;
	top: 58px;
}
#toppic {
	 position: absolute;
	 left: 520px;
	 top: 0px;
	 width: 238px;
	 height: 73px;
	 z-index: 4;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #060;
	background-color: transparent;
	padding-left: 15px;
	vertical-align: top;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffe670;
	background-color: transparent;
	text-decoration: none;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #ffc;
}
a:visited {
}
a:hover {
	color: white;
	background-color: transparent;
}
a.normal:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #009;
	background-color: transparent;
}
a.normal:visited {
	color: #009;
	background-color: transparent;
	text-decoration: underline;
}
a.normal:hover {
	color: #906;
	background-color: transparent;
	text-decoration: underline;
}
#now {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: white;
	background-color: transparent;
	text-decoration: none;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #ffc;
}
#left {
	color: #060;
	width: 210px;
	position: absolute;
	left: 0px;
	top: 82px;
	width: 210px;
}
.leftintro {
	color: #060;
	background: transparent;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;	
}
#main {
	position: absolute;
	width: 550px;
	height: 22px;
	left: 210px;
	top: 120px;
}
#right {
	float: right;
}
#address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #060;
	background: transparent;
	border-top: 1px solid #ccc;
	margin-left: 15px;
	padding-top: 1px;
	width: 100%;
}
.pic {
	border: 1px solid #ccc;
	padding: 7px;
	margin-bottom: 20px;
	margin-left: 20px;
}
p {
	color: black;
	background: transparent;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;	
}
