﻿html, body
{
	height: 100%;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
	background-color: #B41201;
	background-repeat: repeat-y;
	background-image: url(/Layout/Images/Background.jpg);
	background-position: center top;
	margin: 0;
	text-align: center;
}

#container
{
	min-height: 100%;
	height: auto;
	margin: 0 auto;
	width: 900px;
	padding: 0px;
	overflow: visible;
}

h1
{
	font-weight: bold;
	font-size: medium;
}

.footer
{
	color: Gray;
}

a.footer
{
	color: Gray;
}

.menu
{
	width: 150px;
	text-align: left;
}

.content
{
	vertical-align: top;
	background-color: White;
	width: 494px;
	
}

.contentdiv
{
	width: 470px;
	text-align: left;
	margin-left: 3px;
	margin-right:3px;
}