@charset "utf-8";

a {
	color: #666666;
	text-decoration: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #e2999d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(../images/site_images/main_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #666666;
}
.table_back {
	background-repeat: repeat-x;
	background-position: left top;
}
li {
	margin-top: 10px;
	margin-bottom: 10px;
}


.footer {
	font-size: 10px;
	color: #e1989b;
	padding-top: 14px;
}
.main_content {
	padding: 8px;
	line-height: 20px;
	background-image: url(../images/site_images/back_tile.png);
	background-repeat: repeat;
	text-align: justify;
}
.address {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
	background-image: url(../images/site_images/back_tile.png);
	background-repeat: repeat;
}
.menu {
	float: left;
	width: 420px;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	margin-top: 38px;
	color: #e2999d;
}
.logo {
	float: right;
	width: 250px;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	margin-top: 12px;
	color: #e2999d;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #e1989b;
	font-weight: normal;
	font-size: 24px;
}
.caption {
	float: right;
	width: 280px;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	padding: 6px;
	margin: 12px;
	color: #e1989b;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #e1989b;
	font-size: 18px;
	font-weight: normal;
}
img {
	margin: 0px;
	padding: 0px;
}

