@charset "utf-8";

body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
/* CSS Document */

#main {
	margin:0px auto;
	width:870px;
	height:auto;
	background-color: #FFFFFF;
}

#banner {
	width:870px;
	height:72px;
	background-repeat: no-repeat;
	float: left;
	font-size: 9px;
	color: #FFFFFF;
	background-image: url(images/banner.jpg);
}	
#header {
	width:870px;
	height:270px;
	background-repeat: no-repeat;
	float: left;
	font-size: 9px;
	color: #FFFFFF;
	padding-bottom: 8px;
}

#box_left {
	width:435px;
	height:190px;
	float: left;
}

#box_right{
	width:435px;
	height:190px;
	float: right;
}

.content {
	height: auto;
	width: 870px;
	float: left;
	padding-top: 10px;
}

#footer {
	width:870px;
	height:20px;
	background-image: url(images/index_13.jpg);
	float: left;
	color: #CCCCCC;
	text-align: center;
	font-size: 10px;
	padding-top: 30px;
}

#footer a {
	color: #CCCCCC;
}

#footer a:visited {
	color: #CCCCCC;
}

#footer a:hover {
	color: #000000;
}


.image_left {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	display: block;
	float: left;
}

.image_right{
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	display: block;
	float: right;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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


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;
}
