﻿body, html
{
	padding: 0px;
	margin: 0px;
	background: url(../Images/Background.jpg) no-repeat center top #000000;
	font-family: "Trebuchet MS" , Arial, Tahoma, Verdana;
	font-size: 13px;
	color: #fff;
}
img, div, input {
	behavior: url("../PlugIns/PngFix/iepngfix.htc")
}
a
{
	text-decoration:underline;
	color:#ff0000;
}

#header
{
	height: 130px;
	border-bottom: 1px solid #333333;
}
#footer
{
	background: url(../Images/FooterBackground.jpg) no-repeat center top;
	height: 60px;
	margin: auto;
}
.container
{
	margin: auto;
	width: 980px;
	clear:both;
}
#content_top
{
	height: 197px;
	background: url(../Images/content_top_bg.gif) repeat-x top;
}
#content_bottom
{
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background: #1f1f1f;
}

.required
{
	font-size: 18px;
	color: Red;
}
.question
{
	font-size:11px;	
}
h1
{
	font-family: "Trebuchet MS" , Arial, Tahoma, Verdana;
	font-size: 20px;
	color: #fff;
	margin:4px 0px 4px 0px;
	padding:0px;
}
h2
{
	font-family: "Trebuchet MS" , Arial, Tahoma, Verdana;
	font-size: 16px;
	color: #fff;
	margin:4px 0px 4px 0px;
	padding:0px;
}
.rightPhoto
{
	border: 6px solid #fff;
}
