a { color: #999966; text-decoration: none}
a:hover { color: #99CC66; text-decoration: underline}
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(img/bg.jpg) repeat-x center top;
	font-size: 12px;
	line-height: 150%;
	color: #333;
	text-align: left;
}
#container {
	width: 870px;
	margin:auto;
	background: url(img/container_bg.jpg) no-repeat center top;
	text-align: center;
}
#header {
	margin-bottom: 10px;
}
#footer {
	background: url(img/footer.gif) no-repeat;
	font-size: 11px;
	width: 840px;
	color: #FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	height: 29px;
}
#footer a { color: #fff; text-decoration: none}
h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	padding: 0px;
	margin: 0px 0px 20px;
}
h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
.bottom20 {
	margin-bottom: 20px;
}
.bottom10 {
	margin-bottom: 10px;
}
.bottom5 {
	margin-bottom: 5px;
}
.left10 {
	margin-left: 10px;
}
.right10 {
	margin-right: 10px;
}
ul {
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 25px;
	padding-left: 0px;
}
.s {
	font-size: 11px;
	line-height: 140%;
}
.margin30 {
	margin: 30px;
}
.margin10 {
	margin: 10px;
}
.tel {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #333333;
}
.side_bg {
	padding: 5px 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
