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

body {
	background-color: #FFFFFF;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../images/background4.jpg);
}


#container {
	height: 521px;
	width: 830px;
	background-repeat: repeat;
	background-image: url(../images/container3.jpg);
	background-position: center;
	margin-top: 40px;
	margin-left: 140px;
}

#container2 {
	height: 521px;
	width: 830px;
	background-repeat: repeat;
	background-image: url(../images/container2.png);
	background-position: center;
	margin-top: 40px;
	margin-left: 250px;
}

#banner {
	height: 80px;
	width: 830px;
	float: left;
	background-position: center;
	background-image: url(../images/header.png);
}

#main {
	height:390px;
	width: 800px;
	float: left;
	background-image: url(../images/main.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 30px;
}

#nav {
	height: 51px;
	width: 830px;
	float: left;
	background-image: url(../images/nav.png);	
}

#nav2 {
	height: 51px;
	width: 830px;
	float: left;
	background-image: url(../images/nav2.png);	
}



h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	* line-height: 17px; /* IE7 hack */
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	* line-height: 15px; /* IE7 hack */
}

label{
	display: block;
	font-weight: bold;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	* line-height: 7px; /* IE7 hack */
}

fieldset{
	width: 300px;
	color: #000000;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



input{
	margin: 2px 0 9px 0;
	padding: 1px 0 2px 3px;
	background-color: #000000;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

textarea{
	background-color: #000000;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 3px;
}

.button{
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	width: 95px;
	margin: 0 5px 0 0;
	padding: 1px 5px 2px 5px;
	cursor: pointer;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

