﻿* 
{
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
}
body
{
	font-size: 13px;
	color: Black;
}
h1
{
	font-size: 1.1em; font-weight: bold;
}
a
{
	color: #873B17;
}
#divMain
{
}
#pageCell
{
	background-color: #fff;
	width: 800px;
}
#page
{
	margin: 0 auto;
	width: 780px;
	padding: 10px;
}
#topleft
{
	padding: 10px 0px 20px 0px;
}
#leftcontent
{
	float: left;
}
#lefttext
{
	width: 260px;
	padding: 10px;
}
#rightcontent
{
	width: 500px;
	float: left;
}
#pagecontainer
{
	width: 820px;
	margin: 0 auto;
}
#footer
{
	font-size: .8em; text-align: center; padding: 10px 0px 5px 0px;
}
#LanguageSelector
{
	font-size: .8em; text-align: right;
}
#title
{
	margin: 0 auto; width: 452px;
}
#MainMenu
{
	width: 274px;
}
#MainMenu a { text-transform: uppercase; text-decoration: none; font-weight: bold; font-size: 1.1em; }
#MainMenu a:hover { text-decoration: underline; }
#MainMenu a.CurrentPage { color: #000; }
#MainMenu a.InactivePage { color: #873B17; }

.SeparatorLine
{
	width: 100%; background-image: url(/img/separator_line.gif); height: 9px;
}
.SeparatorSquiggly
{
	width: 35px; height: 9px; margin: 0 auto; background-image: url(/img/separator_squiggly.gif);
}
img.photo
{
	border: solid 1px black;
	margin: 10px;
	padding: 6px;
	float: left;
	
}