
body {
	margin:0 auto;
	padding:0;
	color:white;
	background: #000000 url(images/bubbles.gif) repeat-y center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}


.smallerrormessage{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #BDE4F6;
	font-size: 12px;
}

.style1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 13px;
}

.style2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #BDE4F6;
	font-size: 15px;
}

.style3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #BDE4F6;
	font-size: 20px;
}


.hr {
  border-top: 1px solid #BDE4F6;
  width: 90%;
}



#container
{
	margin:0 auto;
	width: 800px;
	height: 100%;
	background-color: #000000;
}


#content
{
	width: 800px;
	height: auto;
	position: absolute;
	
}

#leftcontent
{
	width: 280px;
	height: auto;
	float: left;
	padding-left: 120px;
}

#rightcontent
{
	width: 400px;
	height: auto;
	float: left;
}

#formcontent
{
	width: 650px;
	height: 100%;
	padding-top: 5px;
	clear: both;
	padding-left: 150px;
}

