body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
	background-color: #8E292D;
	color: #28191C;
}
#header {
	background-color: #FFFFFF;
}
#page {
	background-color: #E8E8E8;
	border: 2px solid #28191C;
	width: 776px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#container {
	height: 100%;
}
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #28191C;
	padding: 5px;
	text-align: center;
}
h3 {
	text-align: center;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content {
	float: left;
	width: 475px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 5px;
	text-align: justify;
}

#sidebar {
	list-style-type: square;
	float: right;
	width: 236px;
	padding: 5px 10px 5px 5px;
	margin-top: 20px;
	margin-right: 5px;
}
#sidebar ul {
	text-decoration: none;
	list-style: square;
}
#google {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #28191C;
}
#navSite {
	float: left;
	width: 756px;
	margin: 0;
	font-size: 120%;
	padding: 0px 10px 0 10px;
	list-style: none;
	background: #B6A19C;
}
#navSite ul {
	text-decoration: none;
	font-weight: bold;
	list-style: none;
	clear: both;
}
#navSite a {
	float: center;
	display: block;
	margin: 0 2px 0 0;
	padding: 4px;
	text-decoration: none;
	background: #B6A19C;
}
#navSite li {
	float: left;
	margin: 0;
	padding: 0;
}
a {
	font-size: medium;
	outline: none;
}
a:link {
	text-decoration: none;
	color: #28191C;
}
a:visited {
	text-decoration: none;
	color: #6F2D2E;
}
a:hover {
	text-decoration: none;
	color: #8E292D;
}
a:active {
	text-decoration: none;
	color: #55443A;
}
#content a {
	font-size: small;
	text-decoration: underline;
}
#footer a {
	font-size: small;
	text-decoration: underline;
}
#page #container #sidebar img {
	border: thin solid #90A2BA;
}
