body {
	margin: 10px auto;
	padding: 10px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;

}
#main{
	background-color: #FFFFFF;
}


#logo {
	float: left;

}

#title {
	border-top: 10px groove #000000;
	background-image: url(images/title.gif);
	background-repeat: repeat-x;
	height: 150px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: 900;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.5em;
	left: auto;
	top: auto;
	font-style: italic;
	line-height: 1.5em;
	letter-spacing: .5em;
}

#navcontainer {
	width: 150px;
	display: inline;
	margin: 0px;
	vertical-align: top;
}

#navcontainer ul
{
	list-style-type: none;
	margin: 0;
	left: 0px;
	padding-left: 0px;
}

#navcontainer a
{
	display: block;
	padding: 10px;
	border-top: thick solid #000000;
}

#navcontainer a:link, #navlist a:visited
{
	background: url(images/button.gif);
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: 700;
	font-variant: small-caps;
	color: #FFFFFF;
	width: 150px; 
}

#navcontainer a:hover
{
	background-image: url(images/button_down.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: 700;
	font-variant: small-caps;
	color: #000000;

}
#image_float_left {
	float: left;
	padding: 10px;

}
#image_float_right {
	float: right;
	padding: 10px;

}
#padding {
	padding: 10px;
	text-align: justify;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #002CBC;
	border-right-color: #002CBC;
	border-bottom-color: #002CBC;
	border-left-color: #002CBC;
}
#hours {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: 900;
	color: #0030D5;
	font-style: italic;
}

.padded {
	padding: 10px;
}
