﻿body
{
	margin: 0;
}
#PageWrapper
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#PageHeader
{
	background-color: #DBD6BA;
	margin-bottom: 2px;
}
#PageBody
{
	background-color: #F5F4E1;
	min-height: 500px;
	border: solid 1px #F5F4E1;
}
#PageFooter
{
	background-color: #DBD6BA;
	margin-top: 2px;
	text-align: center;
	font-size: 10pt;
	padding: 5px;
}
#Logo
{
	width: 320px;
	height: 60px;
	margin: 5px;
}
#Menu
{
	font-family: Georgia;
	font-size: 12px;
	list-style-type: none;
	margin: 5px;
	padding: 0;
}
#Menu li
{
	margin: 3px;
}
#Menu a
{
	color: rgb(90, 71, 16);
	text-decoration: none;
}
#Menu a:hover
{
	text-decoration: underline;
}
#Sidebar
{
	float: left;
	margin: 5px;
	width: 150px;
	min-height: 450px;
}
#Contents
{
	margin: 5px;
	color: #4E2F10;
}
#Contents a
{
	color: #4E2F10;
}
#Contents h1
{
	font-family: Georgia;
	font-size: 14pt;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-style: italic;
}
#Contents p
{
	font-family: Georgia;
	margin: 10px;
	font-size: 10pt;
}
.Home
{
	font-weight: bold;
	font-style: italic;
}
.DecoImage
{
	float: right;
	margin: 0 0 10px 10px;
	border: solid 1px #CCCCCC;
}
