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

#wrapper {
	width: 753px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(art/in1.jpg);
	background-repeat: repeat-x;
}
#left_colm {
	float: left;
	width: 291px;
}
#right_colm {
	float: left;
	width: 462px;
}
#right_top {
	float: left;
	height: 94px;
}
#right_mid {
	float: left;
}
#right_bottom {
	float: left;
	margin-top: 10px;
}
#footer {
	clear: both;
	width: 753px;
	height:40px;
	background-image:url(art/index_bot_back.jpg);
	border-top:1px solid white;
}
#footer p{
	font-family:"Times New Roman", Times, serif;
	font-size:0.6em;
	margin:20px 0 0 20px;
	font-weight:bold;
	color:#6b6e63;
}

