* {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	text-align: left;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
div#main_wrapper {
	width: 1000px;
	margin: 0 auto;
}
div#wrapper {
	margin-top: 10px;
	width: 1020px;
	float: left;
}
div#header {
	width: 600px;
	height: 219px;
	padding: 0 10px;
	margin: auto;
}
div#content_wrapper {
	width: 1000px;
	padding: 10px;
	float: left;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
div#content {
	width: 960px;
	min-height: 500px;
	float: left;
	padding: 0 20px;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
img#header_image {
	/*margin-left: 25px;*/
	width: 100%;
	height: 100%;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
div#header_image {
	width: 100%;
	height: 335px;
	float: left;
	background: url('../images/headerlogo.png') no-repeat;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
div#welcome_header {
	width: 960px;
	padding: 0 20px;
	height: 30px;
	float: left;
	text-align: right;
	color: #333;
	font-size: 14px;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
input.number1 {
	width: 100%;
	border: 1px solid #CCC;
	height: 20px;
	color: #333;
	font-size: 14px;
}
input.text1 {
	width: 96px;
	border: 1px solid #CCC;
	height: 20px;
	color: #333;
	font-size: 14px;
}
input.text2 {
	width: 150px;
	border: 1px solid #CCC;
	height: 20px;
	color: #333;
	font-size: 14px;
}
input.text3 {
	width: 200px;
	border: 1px solid #CCC;
	height: 20px;
	color: #333;
	font-size: 14px;
}
input.text4 {
	width: 250px;
	border: 1px solid #CCC;
	height: 20px;
	color: #333;
	font-size: 14px;
}
input.text5 {
	width: 350px;
	border: 1px solid #CCC;
	height: 20px;
	color: #333;
	font-size: 14px;
}
input.button1 {
	padding: 5px;
	color: #333;
	font-size: 12px;
	background-color: #CCC;
	cursor: pointer;
	background: url('../images/button.png') top repeat-x;
	border: 1px solid #999;
}
input.button1:hover {
	background-color: #DDD;
}
a.button1 {
	padding: 6px 10px;
	color: #333;
	font-size: 12px;
	background-color: #CCC;
	cursor: pointer;
	text-decoration: none;
	background: url('../images/button.png') top repeat-x;
	border: 1px solid #999;
}
a.button1:hover {
	background-color: #DDD;
}
select.selection {
	border: 1px solid #CCC;
	height: 20px;
	color: #333;
	font-size: 14px;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
div#main_menus {
	width: 1000px;
	text-align: center;
	margin: 15px 0;

}
div#main_menus ul {
	margin: 0 auto;
}
div#main_menus ul li {
	display: inline;
	list-style: none;
	font-size: 14px;
	text-align: left;
	color: #333;
}
div#main_menus ul li a {
	margin: 0 8px;
	color: #333;
	text-decoration: none;
}
div#main_menus ul li a:hover {
	text-decoration: underline;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
div#footer {
	width: 100%;
	height: 60px;
	float: left;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
div#bottom_menus {
	width: 100%;
	float: left;
	margin: 10px 0;
	text-align: center;
}
div#bottom_menus a {
	font-size: 12px;
	margin: 0 8px;
	color: #333;
	text-decoration: none;
}
div#bottom_menus a:hover {
	text-decoration: underline;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
.click {
	cursor: pointer;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
