﻿#container {
	position: absolute;
	left: 50%;
	width: 800px;
	top: 0;
	margin-left: -400px;
}
#logo {
	position: absolute;
	top: 21px;
	left: 27px;
	width: 288px;
	height: 73px;
	background-image: url('..images/logo.gif');
	background-repeat: no-repeat;
}
#navigation {
	position: absolute;
	top: 100px;
	left: 30px;
	width: 221px;
	height: 574px;
	margin: 0;
	padding: 0;
}
#navigation_top {
	position: relative;
	background-image: url('../images/nav_top.gif');
	background-position: left top;
	background-repeat: no-repeat;
	width: 221px;
	height: 8px;
}
#main_navigation {
	position: absolute;
	top: 26px;
	left: 26px;
	width: 95px;
	height: 175px;
	font-family: "Copperplate Gothic Bold";
	font-size: 23px;
	color: #ffffff;
}
#navigation_middle {
	position: relative;
	background-image:url('../images/nav_middle.gif');
	background-repeat: repeat-y;
	width: 221px;
	height: 574px;
}
#navigation_spacer {
	position: absolute;
	top: 220px;
	left: 0px;
	background-image: url('../images/nav_spacer.gif');
	background-repeat: no-repeat;
	width: 221px;
	height: 3px;
}
#navigation_quote {
	position: absolute;
	top: 260px;
	left: 0;
	color: #f9c849;
	font-family: Georgia, "Times New Roman" ;
	font-size: 22px;
	font-style: italic;
	height: 148px;
	width: 221px;
	text-align: center;
}
#navigation_spacer2 {
	position: absolute;
	top: 359px;
	left: 0px;
	background-image: url('../images/nav_spacer.gif');
	background-repeat: no-repeat;
	width: 221px;
	height: 3px;
}
#secondary_navigation {
	position: absolute;
	top: 380px;
	left: 0;
	width: 221px;
	height: 180px;
	font-family: Georgia, "Times New Roman";
	font-size: 11px;
	color: #FFFFFF;
}

#navigation_bottom {
	position: relative;
	background-image: url('../images/nav_bottom.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 221px;
	height: 8px;
}
h1 {
	font-family: "Copperplate Gothic Bold", "Times New Roman";
	font-size: 25px;
	color: #ffffff;
}
h2 {
	font-family: Georgia, "Times New Roman";
	font-size: 12px;
	color: #2b3f4f;
}
h3 {
	font-family: Georgia, "Times New Roman";
	font-size: 14px;
	color: #2b3f4f;
}
h4 {
	font-family: "Copperplate Gothic Bold";
	font-size: 9px;
	color: #ffffff;	
	text-decoration: none;
}
p{
	font-family: Georgia, "Times New Roman";
	font-size: 11px;
	color: #000000;
}
a {
	color:#5682D7;
}

.a {
	font-family: Georgia, "Times New Roman";
	font-size: 11px;
	color: #ffffff;
}
.holiday {
	font-family: Georgia, "Times New Roman";
	font-size: 25px;
	color:#86AC17;
}


