﻿/*Page Elements*/
a
{
	color: #000;
	text-decoration: none;
}
a:hover
{
	color: #D31043;
	text-decoration: underline;
}
body
{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FDF7F7;
}
h1
{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align: center;
	position: absolute;
	top: 150px;
	left: 250px;
	width: 300px;
}

/*Classes*/
.MainMenu
{
	list-style-image: url(../images/menuBullet.gif);
}
.MainMenu li
{
	padding-top: 5px;
}

/*IDs*/
#HeaderImage
{
	position: absolute;
}
#MenuLeft
{
	float: left;
}
#MenuRight
{
	float: left;
}

/*DIVs - in order so they overlap and order in the correct way*/
#PageDiv
{
	background-color: #FFF;
	width: 800px;
	height: 600px;
	position: absolute;
	margin-left: -400px;
	left: 50%;
	padding: 0px 1px 1px 1px;
}
#HeaderDiv
{
	height: 170px;
}
#MenuDiv
{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	float: left;
	width: 300px;
}
#MenuDiv a
{
	color: #FFF;
	text-decoration: none;
}
#MenuDiv a:hover
{
	text-decoration: underline;
}
#ImageDiv
{
	float: left;
}
#InformationDiv
{
	width: 500px;
	padding-top: 90px;
	float: left;
}
#FooterDiv
{
	left: 0px;
	top: 620px;
	position: absolute;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}