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

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#banner {
	margin: 0px;
	float: left;
	height: 209px;
	width: 1000px;
	padding: 0px;
}
#col1 {
	float: left;
	height: 426px;
	width: 136px;
	background-image: url(home_image/col1.jpg);
	background-repeat: no-repeat;
}
#col2 {
	float: left;
	height: 426px;
	width: 319px;
	background-image: url(home_image/col2.jpg);
	background-repeat: no-repeat;
}
#col3 {
	float: left;
	height: 426px;
	width: 90px;
	background-image: url(home_image/col3.jpg);
	background-repeat: no-repeat;
}
#col4 {
	float: left;
	height: 426px;
	width: 319px;
	background-image: url(home_image/col4.jpg);
	background-repeat: no-repeat;
}
#col5 {
	float: left;
	height: 426px;
	width: 136px;
	background-image: url(home_image/col5.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 720px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footer {
	background-image: url(home_image/footer.gif);
	background-repeat: repeat-x;
	float: left;
	height: 85px;
	width: 1000px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding-top: 36px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
}
