@charset "UTF-8";
* {
	margin: 0px;
}
body {
	background-color: #97a2ad;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #27313d;
	background-image: url(images/coverbg.jpg);
}
#title-box {
	width: 440px;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
	margin-top: 275px;
	text-align: center;
}
#index-title {
	width: 430px;
	background-color: #27313d;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c97a2ad;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #97a2ad;
	border-right-color: #97a2ad;
	border-left-color: #97a2ad;
}
#index-title a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #97a2ad;
	text-align: center;
	text-decoration: none;
}
#index-title a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 27.15px;
	font-weight: bold;
	color: #c3cad5;
	text-decoration: none;
}
#title-bottom {
	width: 430px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #A2ACB7;
	background-color: #27313d;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 15px;
	border-right-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A2ACB7;
	border-bottom-color: #A2ACB7;
	border-left-color: #A2ACB7;
}
#small-txt {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 16px;
	padding-top: 10px;
}
/* CSS Document */
