﻿body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#masthead {
	background-image: url('Logo/2010design/sp10-ranunculus.png');
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	width: 880px;
	height: 140px;
	font-size: x-small;
	font-family: "Copperplate Gothic Light";
}

#top_nav {
	clear: both;
	background-color: #333333;
	width: 880px;
	text-align: left;
}
#top_nav ul {
	list-style-type: none;
	width: 880px;
	padding: 2px;
	margin: 0px;
	font-family: Gisha;
	font-size: small;
	left: 0px;
}
#top_nav li {
	float: left;
	padding: 0px;
}
#top_nav a {
	margin: 0px;
	color: #000000;
	text-decoration: none;
	display: block;
	background-color: #F8F4D1;
	padding: 3px;
	border-style: none;
}
#top_nav a:hover {
	background-color: #CD8829;
}

#container {
	margin: auto;
	width: 880px;
	text-align: left;
}

#left_col {
	width: 193px;
	float: left;
	background-color: #FDFDFD;
}
#page_content {
	padding: 0px 5px 5px 5px;
	margin-left: 193px;
	margin-top: 0px;
}
#footer {
	clear: both;
	width: 880px;
	text-align: left;
	font-family: Gisha;
	font-size: small;
	background-color: #202628;
	color: #FFFFFF;
}
#footer a:hover {
	background-color: #D0F0F7;
}
#footer a {
	text-decoration: none;
}

