body {
	background-image: url(/images/bg-body.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
#page {
	height: 484px;
	position: relative;
	padding: 30px;
	margin-top: 60px;
	background-image: url(/images/bg.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	overflow: hidden;
}
#header {
	left: 34px;
	bottom: 58px;
	position: absolute;
}
#logo {
}
#navbar {
	margin-top: 30px;
	float: left;
	text-align: right;
	width: 200px;
}
#navbar p	{
	font-size: 1.2em;
	color: #660000;
	margin: 0px;
}
#navbar ul	{
	margin-left: 0px;
	margin-bottom: 2em;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}
#navbar li	{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#navbar a	{
	color: #aaaaaa;
	text-decoration: none;
}
#navbar a:hover	{
	color: black;
}
#content {
	color: #333333;
	padding-left: 30px;
	position: relative;
	margin-left: 230px;
	width: 630px;
	border-left-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	height: 463px;
}
#main	{
	top: 30px;
	right: 0px;
	position: absolute;
	width: 300px;
}
#sidebar {
	left: 30px;
	top: 30px;
	position: absolute;
	width: 300px;
}
#footer {
	text-align: center;
	width: 950px;
	padding-top: 2em;
	margin: auto;
	font-size: 0.75em;
}
#footer a	{
	color: black;
	text-decoration: none;
}
p	{
	margin: 0;
	margin-bottom: 1em;
}
address	{
	margin: 0px;
}
h1 {
	font-style: normal;
	margin-bottom: 1em;
	margin-top: 0em;
	color: #660000;
	font-size: 1.8em;
	font-weight: normal;
}
h2 {
	margin-top: 1.5em;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: .2em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.25em;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
a img	{
	border: 0;
}
#thumbnails	{
	bottom: 0px;
	position: absolute;
	text-align: center;
	width: 630px;
}
#thumbnails a img	{
	padding-bottom: 1px;
}
#thumbnails a:hover img	{
	padding-bottom: 0px;
	border-bottom-color: #660000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#thumbnails td	{
	text-align: left;
	width: 80px;
}
