@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFF;
	font-family: Segoe Ui, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-left: 0px;
	margin-top: 0px;	
}
#wrapper {
	background-image: url(../images/image_blackheart.png);
	background-repeat:no-repeat;
	display: block;
	min-height: 1000px;
	padding-left: 10px;
	padding-top: 10px;
	position: absolute;
	width: 655px;
	z-index: auto;
}
#nav {
	background-image: url(../images/image_black.png);
	border: 2px solid #000;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	display: block;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	position: relative;
	width: 195px;
	z-index: auto;
}
.btn {
	background-image: url(../images/image_btn.png);
	background-repeat: no-repeat;
	color: #000;
	cursor: pointer;
	font-size: 16px;
	height: 51px;
	padding-left: 40px;
	vertical-align: middle;
	width: 145px;
}
.btnover {
	background-image: url(../images/image_btnover.png);
	background-repeat: no-repeat;
	color: #000;
	cursor: pointer;
	font-size: 16px;
	height: 51px;
	padding-left: 40px;
	vertical-align: middle;
	width: 145px;
}
#content {
	background-image: url(../images/image_white.png);
	border: 2px solid #000;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	display: block;
	float: right;
	padding: 20px;
	position: relative;
	width: 395px;
	z-index: auto;
}
#content a {
	color: #6b378a;
	text-decoration: none;
}
#content a:hover {
	color: #333;
	text-decoration: underline;
}
h1 {
	color: #6b378a;
	text-align: right;
}
p {
	padding-top: 15px;
}
ul {
	padding-left: 20px;
}
.bold {
	color: #6b378a;
}