﻿body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin: 0px;
	background-color:black;
	background-image:url('../images/background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	color:white;
}

.container
{
	width:100%;
	float:left;
}

.column
{
	float:left;
	position:relative;
}

.clear
{
	clear:both
}

a
{
	text-decoration:none;
	color:#B5ABAA;
}

a:hover
{
	text-decoration:underline;
}

.narrowTextBox
{
	width:320px;
}

.mediumTextBox
{
	width:320px;
}


.wideTextBox
{
	width:320px;
}

.list
{
	width:320px;
}


h1, h2, h3, h4, h5, h6, stong 
{
	color:white;
}

h1
{
	font-size: 1.5em;
}

h2 
{
	font-size: 1.4em;
}

h3 
{
	font-size: 1.3em;
}

h4 
{
	font-size: 1.2em;
}

h5 
{
	font-size: 1.1em;
}

h6 
{
	font-size: 1.0em;
}

#container
{
	width:770px;
	margin:0px auto;
	text-align:center;
}

#contentArea
{
	padding:400px 0px 0px 0px;
}

.menu
{
	padding:15px 0px 0px 0px;
	clear:both;
}

.menu a
{
	font-size:1.1em;
	font-weight:bold;
}

.tagline
{
	clear:both;
	color:#838383;
	padding:30px 0px 50px 0px;
	font-weight:bold;
}

.box
{
	height:200px;
}

.contactUs
{
	clear:both;
	text-align:left;
	width:700px;
	margin:0px 35px;
}

.contactUs .left
{
	width:350px;
	float:left;
	position:relative;
}

.contactUs .right
{
	width:350px;
	float:left;
	position:relative;
}

.contactUs label
{
	color:white;
}

.smallButton
{
	background-image:url('../images/button.gif');
	background-position:center center;
	background-repeat:no-repeat;
	width:133px;
	height:22px;
	text-align:center;
	padding:5px 0px 0px 0px;
}

.smallButton a
{
	color:black;
	font-size:1.1em;
	font-weight:bold;
}




