body 
{
	background-color: #fff;
	background-image: url(../_media/images/bg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, MS Sans Serif;
	font-size: 70%;
	margin: 0px;
}
table 
{
	font-size: 100%;
}
#container 
{
	left: 0px;
	position: absolute;
	top: 100px;
	width: 720px;
}
#content 
{
	background-color: #fff;
}
#content p
{
	margin: 0px 0px 20px 20px;
}
#content h1
{
	font-size: 120%;
	margin: 0px 0px 20px 20px;
}
#content h2
{
	font-size: 100%;
	margin: 0px 0px 5px 20px;
}
#footer 
{
	background-color: #314353;
	margin-bottom: 20px;
	padding: 0px 0px 20px 0px;
	text-align: center;
}
#footer a
{
	color: #fff;
}
#header 
{
	background-color: #fff;
	background-image: url(../_media/images/header-bg.gif);
	background-repeat: no-repeat;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}
#imagerotator 
{
	border-bottom: solid 1px #fff;
}
#imagerotatorbuttons 
{
	background-color: #fff;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
#leftpanel 
{
	 background-color: #314353;
}
#navigation 
{
	text-align: right;
}
#subnavigation 
{
	text-align: right;
}
#subnavigation a
{
	color: #314353;
	font-family: Times New Roman;
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
	margin-right: 15px;
	text-decoration: none;
}
#subnavigation a:hover
{
	color: #8b9ba9;
}