#accordion-container {
	font-size: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 960px;
	background-color: #373737;
}

.accordion-header {
	font-size: 16px;
	cursor: pointer;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000;
	height: 125px;
	width: 960px;
}

.active-header {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.active-header:hover {
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header:hover {
	background-repeat: no-repeat;
	background-position: right 50%;
}

.accordion-content {
	display: none;
	bottom: 10px;
}

.txtbox{
	margin-top: 60px;
	margin-left: 110px;
	margin-right: 220px;
	height: 50px;
	color: #FFF;
	font-family: "MS Gothic";
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 17px;
	}
.txtbox2{
	margin-left: 30px;
	height: auto;
	color: #F06;
	font-family: "MS Gothic";
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 17px;
	margin-top: 10px;
	width: 550px;
	}
.txtbox3{
	margin-left: 30px;
	height: auto;
	color: #630;
	font-family: "MS Gothic";
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 17px;
	margin-top: 10px;
	width: 550px;
	}
.fb_box {
	width: 145px;
	margin-left: 220px;
	margin-top: 10px;
	height: 27px;
}
