@charset "utf-8";
body {
	background-color: #ffffff;
text-align: center;
  min-width: 980px;

	color: #6B6356;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-1px;
}
a:link {
	color: #6B6356;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6B6356;
}
a:hover {
	text-decoration: none;
	color: #C55C1A;
}
a:active {
	text-decoration: none;
	color: #6B6356;
}
#wrapper {
	text-align: left;
  width: 980px;
  margin-left: auto;
  margin-right: auto;

}
#topCenter {
	width : 980px;
	height: 138px;
	float: left;
}
#center {
	width : 960px;
	height: auto;
	float: left;
	background-image:url(images/index_02.jpg);
	padding-left: 15px;
	padding-right: 10px;
}
#bottomCenter {
	width : 970px;
	height: 52px;;
	float: left;
	background-image:url(images/index_03.jpg);
	padding-right: 10px;
	padding-top:5px;
}
h1 {
	font-size:16px;
	letter-spacing:-1px;
	color: #6B6356;
}
.txtcenter {
	font-size: 12px;
	text-align:center;
	}
