﻿body 
{
	font-family: Arial;
	color: White;
}

/*
   ==================================================================
   ==================================================================
   ========================== Page Styles ===========================
   ==================================================================
   ==================================================================
*/

.main
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	text-align: center;
	background-color: Black;
}

.container
{
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	width: 800px;
}

.header
{
	text-align: left;
}

.headerImage
{
}

.content
{
	width: 790px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	background-color: Black;
}

/*
   ==================================================================
   ==================================================================
   ============================= Images =============================
   ==================================================================
   ==================================================================
*/

.centredImage
{
	min-width: 100%;
	text-align: center;
}

.floatLeft
{
	float: left;
	padding: 5px 5px 5px 5px;
}

.floatRight
{
	float: right;
	padding: 5px 5px 5px 5px;
}

/*
   ==================================================================
   ==================================================================
   ============================ Headings ============================
   ==================================================================
   ==================================================================
*/

h1
{
	font-size: x-large;
}

h2
{
	font-size: medium;
}

/*
   ==================================================================
   ==================================================================
   ======================== Main Menu Styles ========================
   ==================================================================
   ==================================================================
*/

.MainMenuStyle
{
	width: 800px;
	height: 40px;
	background-color: #6D6F71;
	font-size: small;
	text-align: center;
}

.MainMenuStaticMenuStyle
{
	height: 40px;
	width: 100px;
	color: White;
	text-align: center;
}

.MainMenuStaticHoverStyle
{
	height: 40px;
	width: 100px;
	color: White;
	background-color: #231F20;
}

.MainMenuStaticMenuItemStyle
{
	height: 40px;
	width: 100px;
	color: White;
}

.MainMenuStaticSelectedStyle
{
	height: 40px;
	width: 100px;
	background-color: Black;
	color: White;
}

/*
   ==================================================================
   ==================================================================
   ======================= Contact Us Styles ========================
   ==================================================================
   ==================================================================
*/

.directions
{
	float: right;
	padding: 5px 5px 5px 5px;
	text-align: right;
}