body
{
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: arial, tahoma, verdana, "times new roman";
	font-size: 75%;
	color: #444;
}

#headercont
{
	margin: 0 auto;
	width: 100%;
	height: 150px;
	background: #333 url('../images/background-headercont.png') repeat-x;
}

#header
{
	margin: 0 auto;
	width: 700px;
	height: 150px;
}

#header h1
{
	text-align: right;
	margin: 0;
	padding: 52px 0 0 0;
	font-size: 400%;
	color: #09f;
	letter-spacing: -2px;
	font-weight: normal;
}

#header h1 span
{
	color: #FFF;
	font-weight: bold;
}

#menucont
{
	margin: 0 auto;
	width: 100%;
	height: 38px;
	background: #09f url('../images/background-menucont1.png') repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 700px;
	height: 40px;
}

#menu ul
{
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 12px 15px;
	text-decoration: none;
	color: #FFF;
}

#menu ul li a.active
{
	background: #333 url('../images/background-menucont-active2.png') repeat-x;
}

#menu ul li a:hover
{
	background: #333 url('../images/background-menucont-hover.png') repeat-x;
}

#maincont
{
	margin: 0 auto;
	width: 100%;
	background: #FFF url('../images/background-maincont.png') repeat-x;
	line-height: 150%;
}

#main
{
	margin: 0 auto;
	width: 700px;
	padding: 40px 0 15px 0;
	height: auto;
}



#main h1, h2, h3, h4, h5
{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 200%;
	color: #09f;
	letter-spacing: -2px;
	font-weight: normal;
}



#formwrapper		{
margin:auto;
width:400px;
float: left;
}

#fieldnameslist		{
width: auto;
height:200px; 
float:left;
line-height: 30px;
}

#thefields1			{
height:28px;
position: relative;
padding-left: 20px;
	margin-top: 3px;
	float: left;
}	

#thefields2			{
height:28px;
position: relative;
padding-left: 20px;
	margin-top: 3px;
	float: left;
}	

#thefields3			{
height:28px;
position: relative;
padding-left: 20px;
	margin-top: 3px;
	float: left;
}	

#thefields4			{
height:28px;
position: relative;
padding-left: 20px;
margin-top: 3px;
	float: left;
}	








#main p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#main img
{
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #AAA;
}

#main a
{
	color: #09f;
	text-decoration: none;
	font-weight: bold;
}

#main a:hover
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#robot{
	background: url(../images/robot.jpg) no-repeat 0;
	position: relative;
	width: 300px;
	height: 400px;
	float: right;
}




#footercont
{
	margin: 0 auto;
	width: 100%;
	line-height: 150%;
	font-size: 85%;
	font-weight: bold;
}

#footer
{
	margin: 0 auto;
	width: 700px;
	border-top: 1px solid #CCC;
	padding: 0 15px;
	color: #999;
}

#footer p
{
	margin: 0;
	padding: 0;
}

#footer a
{
	color: #09f;
	text-decoration: none;
}

#footer a:hover
{
	color: #333;
	text-decoration: none;
}

#footerleft
{
	float: left;
	width: 250px;
	padding: 15px 0;
}

#footerright
{
	float: left;
	width: 450px;
	padding: 15px 0;
	text-align: right;
}