@charset "utf-8";
/* CSS Document */

.wrapper {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper .menubar {
	text-align: center;
	float: left;
	height: 20px;
	width: 850px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ccbe91;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #847955;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #847955;
	border-left-color: #847955;
}

.wrapper .content {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 685px;
	padding-right: 5px;
	padding-left: 5px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #847955;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #847955;
}
.wrapper .content ul {
	list-style-image: url(images/bullet.png);
}

.wrapper .sidebar {
	float: left;
	height: auto;
	width: 131px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #CCBE91;
	font-size: 12px;
	padding: 5px;
	border: thin solid #847955;
}
.wrapper .footer {
	background-color: #CCBE91;
	height: 20px;
	width: 850px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	float: left;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #847955;
	border-bottom-color: #847955;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #847955;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #847955;
}
.wrapper .sidebar a {
	color: #847955;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}


.wrapper .header {
	float: left;
	width: 850px;
	height: 313px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #847955;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #847955;
}
body {
	margin-top: 0px;
	background-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 { font: normal 2.2em Georgia, Times, 'Times New Roman', serif; color: #726848;text-shadow: 3px 3px 3px #726848;letter-spacing: -.05em; margin-bottom: 20px; }

h2 { font: normal 1em Arial, Georgia, Times, 'Times New Roman', serif; color: #78aa8d6;text-shadow: 1px 1px 1px #5675a2;letter-spacing: -.05em; margin-bottom: 20px; }

.wrapper .sidebar ul {
	list-style-image: url(images/bullet.png);
}

