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

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

a:link {
	color: #000000;
}
a:visited {
	color: #666666;
}

#container {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#banner {
	height: 40px;
	width: 900px;
	float:left;
}

/* logo */

#logo {
	float: left;
	width: 900px;
	height: 180px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	text-align: center;
}

/* Content */

.content {
	float: left;
	width: 900px;
}



.image_right {
	margin-right: 15px;
	margin-bottom: 30px;
	float: right;
	margin-top: 20px;
	margin-left: 15px;
}

.image_left {
	margin-right: 15px;
	margin-bottom: 30px;
	margin-top: 15px;
	float: left;
	margin-left: 15px;
}

/* Footer */

#footer {
	clear: both;
	height: auto;
	font-size: small;
	font-weight: normal;
	text-align: center;
	color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}


.form_wrapper {
	width:260px;
	height:390px;
	text-align: left;
	font-size: 12px;
	color: #666666;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/form_wrapper_bg.gif);
	margin: auto;
	line-height: normal;
}


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

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