@charset "utf-8";
/* CSS Document */

html, body {
	width:auto;
	margin:0;
	padding:0;
	color:#777777;
	font-size:12px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
	color:#6b405b;
}
div, p, ul, li, img, form {
	padding:0;
	margin:0;
	border:0;
}
a:link, a:visited, a:active {
	color:#777777;
	text-decoration: none;
}
a:hover {
	color: #3C1B32;
}
li {
	list-style:none;
}
#left {
	width: 187px;
	height:auto;
	padding:2px;
	float:left
}
#right {
	width: 770px;
	height:auto;
	padding:2px;
	float:left
}
.inpts {
	width:150px;
	border:1px #777777 solid;
	padding:2px;
}
*#right {
	width: 760px;
}
#header, #content, #footer {
	width:965px;
	height:auto;
	margin:auto;
	text-align:left;
}
#footer {
	clear:both;
	height:auto;
	background:url(home_03.jpg) top center repeat-x;
	padding-top:20px;
	font-size:11px;
}
#content {
}
.clear {
	margin:0;
	padding:0;
	clear:both;
	border:0;
}
.b {
	border-right:1px solid #999;
	float:left;
	list-style:none;
	line-height:20px;
	width:105px;
	height:20px;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
}
.b a {
	display:block;
	margin-left:-4px;
}
.home_img {
	text-align:center
}
.home_img img {
	margin:0 5px;
}
#footer li {
	border-right: 1px solid #CCC;
	padding: 0 10px;
	width:auto;
	float:left;
}


