﻿html
{
	overflow: scroll;
}

body 
{
	margin: 20px 0 0 0;
	background-color: #020202;
	font-family: arial;
	font-size: 1em;
	color: #eee;
}

#container
{
	width: 960px;
	background-color: #222;
	margin: auto;
}

#header
{
	background-image: url(../Images/Header.jpg);
	background-repeat: no-repeat;
	height: 274px;
	position: relative;
}

#homeheader
{
	background-image: url(../Images/HeaderLarge.jpg);
	background-repeat: no-repeat;
	height: 532px;
	position: relative;
}

#testamonials div
{
	position: absolute;
	left: 30px;
	bottom: 50px;
	height: 200px;
	width: 260px;
}

#menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 6px;
}

#menu li
{
	float: left;
	margin-left: 20px;
}

#content
{
	margin: 20px;
	font-size: .8em;
}

#footer
{
	text-align: right; 
	color: #666; 
	font-size: .7em; 
	width: 960px; 
	margin: 20px auto;
}

h1
{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
}

a, a:active, a:visited
{
	text-decoration: none;
	color: #eee;
}

a:hover
{
	text-decoration: underline;
	color: #eee;
}

#content a, #content a:active, #content a:visited, #content a:hover
{
	text-decoration: underline;
	color: #f60;
}

.error
{
	font-size: .8em;
	font-weight: normal;
}

.control-row
{
	clear: both;
	margin-bottom: 5px;
}

.control-row label
{
	float: left;
	width: 150px;
	position: relative;
	top: 3px;
}

.control-row .control
{
	margin-left: 150px;
}

.title
{
	color: #f60;
}