#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: left;
	padding-top: 0px;

}
.menu ul {
	display: inline;
	list-style-type: none;
}


#header {
	margin-bottom: 15px;
}
.address2 {
	margin-top: 30px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC3300;
	background-color: #C0E084;
	padding-top: 5px;
	padding-bottom: 5px;
}
.address2 p{
	text-align: center;
	color: #F8F8F6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.address {
	margin-top: 30px;
}
.address p{
	text-align: center;
	color: #617917;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#left_sidebar {
	float: left;
	width: 200px;
}
.clearall {
	clear: both;
}
.menu p {
	border-top-width: 2px;
	border-top-style: ridge;
	border-top-color: #FFFFFF;
	background-color: #FFDC4F;
	margin-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #FFFFFF;
	color: #330066;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.menu a {
	padding: 6px;
	color: #000066;
	display: block;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC3300;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.menu a:hover {
	background-color: #FF9E46;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #AA2B00;
	padding-left: 3px;
}

#content {
	margin-left: 210px;
	background-image: url(../images/background_content.png);
	padding: 5px;
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #F3F9E3;
	background-repeat: repeat-x;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BB3D00;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #E6E600;
}


#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #336633;
}
#content  h3 {
	color: #003300;
}

#content a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 11px;
	font-size: 12px;
	font-weight: bold;
	color: #475911;
	clear: both;
	margin-left: 210px;
}

