body
{
	background: #000;
	font-family: Arial, Verdana;
	font-size: 12px;
}

/*********************************** Structure ***********************************/
.Container
{
	position:absolute;
	top: 0;
	left: 50%;
	width: 800px;
	margin: 0 0 0 -400px;
}

.Masthead
{
	width: 800px;
	height: 80px;
	background: no-repeat url(../Images/Header.jpg);
}

.Train
{
	width: 800px;
	height: 380px;
	background: no-repeat url(../Images/Train.jpg);
}

/*********************************** Content ***********************************/
.Content
{
	width: 800px;
}

.FormBackground
{
	position: relative;
	width: 800px;
	height: 160px;
	background: no-repeat url(../Images/Form.jpg);
	margin: 0 0 10px 0;
}

.Form
{
	position: absolute;
	top: 0;
	right: 16px;
	width: 295px;
	padding: 6px 0 0 0;
	background: no-repeat url(../Images/BoxTop.gif) #6c1a6f;
	/*
	background: #fff;
	opacity: 0.5;
	*/
}

.Form .FormBottom
{
	padding: 0 0 6px 0;
	background: no-repeat bottom url(../Images/BoxBottom.gif);
}

.Form h1
{
	margin: 0 10px 5px 10px;
	font-size: 1.8em;
	font-weight: normal;
	color: #fff;
}

.Form p
{
	margin: 0 10px 10px 10px!important;
}

.Form .Name
{
	float: left;
	margin: 4px 10px 0 10px;
}

.Form .Email
{
	float: left;
	margin: 4px 10px 0 10px;
}

.Form .TextBox
{
	float: left;
	width: 216px;
	height: 16px;
	margin: 0 0 5px 0;
	padding: 1px;
	background: repeat-x url(../Images/TextBoxBackground.gif) #8b788c;
	border: solid 1px #8b788c;
}

.Form .Text
{
	float: left;
	width: 205px;
}

.Form .Text p
{
	margin: 5px 10px 0 14px;
	font-size: 10px;
}

.Form .Submit
{
	margin: 10px 10px 0 0;
}

.Content p
{
	margin: 0 330px 10px 37px;
	color: #fff;
}

.Content a 
{
	text-decoration: none;
	color: #b330bc;
}

.Content a:hover
{
	text-decoration: underline;
}

.Content ul
{
	margin: 0 0 10px 0;
	padding: 0 0 0 50px;
	color: #fff;
}

/*********************************** Overlay ***********************************/
.Overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	z-index: 1000;
}

.Overlay img
{
	margin: 303px 0 0 175px;
	cursor: pointer;
	z-index: 1100;
}

.Modal
{
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	background: #000;
	opacity: 0.75;
	z-index: 900;
}