html, body
{
	height:100%;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:0.9em;
	lint-height:1.8em;
	color:#444;
}

h1
{
	font-size:1.4em;
}

body
{
	background:#FFF url(../img/Background.gif) repeat-x top;
	margin:0;
	padding:0;
	text-align:center;
}

.OuterWrapper
{
	background:url(../img/WrapperBackground.gif) repeat-y top;
	height:100%;
	margin:0 auto;
	text-align:left;
	width:762px;
}

.Wrapper
{
	background:url(../img/InnerWrapperBackground.gif) no-repeat top;
	height:100%;
}

.InnerWrapper
{
	margin:0 21px;
}

.Logo
{
	margin:17px 20px;
}

.HeaderSpacer
{
	background:url(../img/HeaderSpacer.gif) repeat-x;
	height:31px;
}

.Content
{
	text-align:justify;
	margin:0 16px 0 196px;
}

a, a:visited
{
	color:#444;
}

.MainMenu ul
{
	list-style:none;
	margin:16px 0 0 16px;
	padding:0;
	float:left;
}

.MainMenu li
{
	margin-bottom:8px;
}

.MainMenu a,.MainMenu a:visited
{
	text-decoration:none;
}