@charset "utf-8";

body
{
background-image:url(../images/background.jpg);	
background-repeat:no-repeat;
/*background-attachment:fixed;*/
background-position:top center;
text-align:center;	
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#000;
}
a
{
color:#930;
text-decoration:underline;
	
}

#content
{
margin: 0px auto;
width:956px;
}

#header
{
float:left;
margin-left:100px;
margin-top:40px;
}

#text
{
	float:left;
	margin-left:100px;
	width:523px;
	height:auto;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

#buttons
{
clear:both;
text-align:left;
margin-left:100px;
margin-top:20px;
}

#helen
{
clear:both;
text-align:left;
margin-left:100px;	
margin-top:20px;
}

#activeContent
{
float:left;
margin-top:50px;	
text-align:left;
width:293px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
color:#000;
}
.formInput
{
width:250px;	
height:25px;
border:1px solid black;
background-color:#d6deaf;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
float:left;
}
.formMsg
{
width:286px;	
height:100px;
border:1px solid black;
background-color:#d6deaf;	
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
	
}
#submitButton
{
float:right;	
margin-top:15px;
}

