@charset "utf-8";
/* CSS Document */
#container {
	width:968px;
	background: #FFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	height: auto;
}

#banner {
	background-image: url(images/header.gif);
	height: 75px;
	padding-top: 150px;
	padding-left: 590px;
	width: 378px;
}
#main_image {
	background-image: url(images/main.jpg);
	height: 290px;
	width: 968px;
	margin-top: 170px;
}
#left_column {
	float: left;
	width: 316px;
	height: 300px;
}
#column_container {
	float: left;
	width: 652px;
	height: 300px;
}
#right_column {
	float: right;
	width: 316px;
	height: 300px;
	text-align: left;
	text-indent: 0px;
}
#center_column {
	width: 316px;
	margin-left: 10px;
	text-align: center;
	text-indent: 0px;
}
#main_one {
	background-image: url(images/mainone.jpg);
	height: 145px;
	width: 968px;
	overflow: hidden;
}
#beauty {
	background-image: url(images/beauty.gif);
	visibility: inherit;
	position: static;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
