﻿body 
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: White;
}


#wrapper
{
	margin: 0 auto;
	width: 792px;
	border-left: solid 1px #a9a9a9;
	border-right: solid 1px #a9a9a9;
}

#header
{
	background-image: url(../../images/info/header.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 149px;
}

	#header #title
	{
		text-indent: -5000px;
	}

#bar
{
	background-image: url(../../images/info/bar-bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 6px 5px 6px 10px;
	font-size: 14px;
	background-color: black;
}

	#bar a
	{
		color: White;
		text-decoration: none;
	}
	
	#bar a:hover
	{
		text-decoration: underline;
	}
	
#main
{
	background-color: White;
	background-image: url(../../images/info/main-bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	min-height: 400px;
	border-bottom: solid 1px #a9a9a9;
}

#menu
{
	background-image: url(../../images/info/menu-bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 168px;
	min-height: 400px;
	float: left;
}

#content
{
	margin-left: 180px;
	padding-top: 15px;
	margin-right: 10px;
	padding-bottom: 10px;
}

#footer
{
	clear: both;
	text-align: center;
	background-color: Transparent;
	font-size: 80%;
	padding-bottom: 10px;
}

h1
{
	font-size: 140%;
}

h2
{
	font-size: 120%;
}

h3
{
	font-size: 100%;
	font-weight: bold;
}