@charset "utf-8";
/* CSS Document */

body  {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images/bg.jpg); 
	background-repeat:repeat-x;
	}
#base {
	width:100%;
	z-index:1;
	left: 0;
	top: 0;
	text-align:center;
}
#container {
	width:960px;
	z-index:2;
	margin-left:auto;
	margin-right:auto;
}
#top	{
	margin:0;
	padding:0;
	width:960px;
	height:405px;
	background-image:url(/images/top.jpg); 
	background-repeat:no-repeat;
}
#bottom	{
	clear:both;
	margin-top:30px;
	width:100%;
	height:122px;
	background-image:url(/images/bottom.jpg); 
	background-repeat:repeat-x;
}
h1	{
	font-size:1.25em;
}
h2	{
	font-size:1em;
	text-align:center;
}
ul li	{
	padding-bottom:5px;
}
fieldset	{
border:0px;
}
fieldset fieldset li{
border:0; margin:0; padding-top:20px; list-style:none;
}
fieldset ul {
	list-style:none;
}
fieldset li{
clear:both;
list-style:none;
padding-bottom:5px;
line-height:30px;
padding-left:10px;
}
fieldset img{
border:0px;
}
fieldset input{
float:left;
}
fieldset label{
width:200px;
float:left;
line-height:20px;
}
hr	{
	color:#093;
	height:3px;
}