body,
html
{
	margin: 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
}

body
{
	background-color: #000;
}

#outercontainer
{
	min-height: 100%;
	position: relative;
	width: 800px;
	margin: auto;
	background-color: #7a7d86;
}

.center
{
 text-align: center;
}

/* =Header
----------------------------------------------------------------------*/
#header
{
	background:url(./images/header_logo.jpg) no-repeat left top;
	margin-top: 25px;
	color: #fff;
	margin: 15px auto;
	padding: 10px 0 10px;
	position: relative;
	width: 100%;
	font-size: 86%;
  border-bottom: thin solid #ffffff;
	}

#header a
{
 color: #fff;
 text-decoration:none;
 }
 
#header a:hover
{
 background-color: #fff;
 color: #000;
 }
 
#header ul li
{
 text-align: right;
 text-decoration: none;
 list-style-type: none;
 padding-right: 5px;
 display: block;
 font-size: 150%;
}

#content
{
 margin-top:0px;
 padding: 10px 10px 0px 10px;
 display: inline;
 width: 100%;
}

/* =Scroller settings
-----------------------------------------------------------------------------*/
#container{
	overflow: auto;
	margin: 0 auto;
	overflow-x:hidden;
	overflow-y:hidden;
	margin-top:5px;
}
 
.main-content {
	width: 2500px;
	padding:20px;
}

.section{
	margin:0 0 0 0;
	min-width:330px;
	float:left;
	margin-right:25px;
}

.section h1{
  text-align:center;
}

/* Form Prettying */
fieldset ul, fieldset li{
border:0; margin:0; padding:4px; list-style:none;
}
fieldset li{
clear:both;
list-style:none;
padding-bottom:10px;
}

fieldset input{
float:left;
}
fieldset label{
width:120px;
float:left;
}

