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

body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(images/bg.jpg);
	font-size: 12px;
	background-repeat: repeat-x;
	background-color: #000000;
	background-position: center top;
	background-attachment: fixed;
}

a:link {
	color: #FFFF66;
}
a:visited {
	color: color
: #663300;;
	color: #FFFF66;
}
a:hover {
	color: #000000;
}

a:active {
	color: #FFFFFF;
}

#container {
	height: auto;
	width: 800px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
	background-color: #158225;
}

.banner {
	text-align: right;
	padding-top: 50px;
	height: 150px;
	width: 770px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	padding-right: 30px;
}

.banner a:link {
	color: #FFFFFF;
}

.banner a:visited {
	color: #FFFFFF;
}


.info {
	height: auto;
	width: 730px;
	float: left;
	padding-bottom: 10px;
	padding-right: 35px;
	padding-left: 35px;
}



.image {
	border:0px;
	border-thickness: 2px;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

a:link .image {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.image_right {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 50px;
	padding-left: 30px;
}


.form_wrapper {
	width:210px;
	height:400px;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: auto;
	background-image: url(images/form_wrapper_bg.gif);
}


textarea {
	border: 1px solid #CCCCCC;
	width:180px;
	height:100px;
	overflow: auto;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

input {
	border: 1px solid #CCCCCC;
}
input.textboxes {
	width:180px;
	height:20px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

input.btn {
	width:54px;
	height:20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
}
