/* CSS Document */

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #262626;
	height: 100%;
}

a {	
	color: #75f702;	
	text-decoration: none;
	font-weight:600;
	
}

a:hover {	
	text-decoration: underline;
}

input {
	background-color: #FFFFFF;
	font-size:10px;

	height:17px;
	color: #000000;
	border-style: solid;
	border-width: thin;
	border-color: #FFFFFF;
}

textarea {
	background-color: #FFFFFF;
	font-size:10px;
	width:150px;
	height:125px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: thin;
	border-color: #FFFFFF;
}

.fieldname {
	position:absolute;
	width:100px;
	padding-top:10px;

}

.field {
	width:200px;
	position:relative;
	left:100px;

	padding-top:10px;
}


.imagecontainer {

	padding-top:15px;
	padding-bottom:10px;
}

#mainwrapper {
	position:relative;
	margin:0px auto;
	width:912px;
	background-image:url(images/Layout_06.jpg);
}

#header {
	position:relative;
	height:342px;
	width:912px;
}

#headercontent {
	position:absolute;
	left:300px;
	top:50px;
	height:100px;
	width:298px;
	top: 181px;
}	

#content {
	position:relative;
	left:300px;
	width:580px;
}

#footer {
	position:relative;
	height:96px;
	width:912px;
	background-image:url(images/Layout_07.jpg);
}

#footertext {
	position:relative;
	left:190px;
	top:20px;
	width:710px;
	text-align:center;
}
	
#links {
	position:absolute;
	left:0px;
	top:0px;
	width:282px;
}

#contactinfo {
	position:absolute;
	left:56px;
	top:662px;
	width:187px;
	height:139px;
	color:#262626;
}
