﻿html, body, form
{
	margin:0px;
	padding:0px;
	height:100%;
	background: url(../images/bg.jpg) repeat top left;
}

form
{
	padding: 0px 5px 0px 5px;
	text-align:center;
}

a:link, a:visited
{
	color:#581b20;
}

#container
{
	margin:0px auto;
	width:990px;
	text-align:left;
	height:auto;
	background-color:White;
	color:#510102;
}

#maincontent
{
	clear:both;
	padding: 10px;
}

.menu
{
	width:980px;
	background-color:#581b20;
	height:30px;
}
.menu0
{
	background-color:#581b20;
	padding-left:10px;
}
.menu0:link, .menu0:visited, .menu0:hover
{
	display:block;
	color:White;
	width:100px;
	float:left;
	height:30px;
	padding:5px 5px 0px 5px;
	border-right:solid 1px white;
	text-decoration:none;
	text-align:center;
}

.menu0:hover
{
	color:Yellow;
}
.contact
{
	clear:both;
}

.contactlabel
{
	padding-left:50px;
	float:left;
	width:100px;
}
.contactinput
{
	float:left;
}

.contacttxt
{
	width:500px;
}

.contactmsg
{
	width:500px;
	height:200px;
}
.contacterror
{
	float:left;
	padding-left:10px;
	width:200px;
}
.contactbutton
{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:370px;
}
.contactresponse
{
	color:Red;
	margin-left:150px;
}


.register
{
	clear:both;
	padding-bottom:30px;
}

.registerlabel
{
	padding-right:10px;
	float:left;
	width:200px;
	text-align:right;
}
.registerinput
{
	float:left;
}

.registertxtsmall
{
	width:250px;
}
.registertxtlarge
{
	width:400px;
}

.registererror
{
	float:left;
	padding-left:10px;
	width:250px;
}

.registerbutton
{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:210px;
}
.registerresponse
{
	color:Red;
	margin-left:150px;
}

.logos
{
	height:250px;
	text-align:center;
	vertical-align:bottom;
	display:block;
}

.aologolink
{
	background-image:url(../images/aologo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:334px;
	height:203px;
	display:block;
}

#footer
{
	width:900px;
	padding:10px;
	font-size:small;
}

.footeritem
{
	display:block;
	width:20%;
	text-align:center;
	float:left;
}

