@charset "utf-8";
.column-a {
	width: 250px;
	height: 739px;
	display: block;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	background-color: rgba(44,100,180,1.00);
}

.column-b {
	width: 818px;
	height: 369px;
	display: block;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(44,100,180,1.00);
	border-radius: 0px 20px 20px 0px;
}

.page-name {
	width: 250px;
	height: 30px;
	font-family: 'Parisienne', cursive;
	color: rgba(255,255,255,1.00);
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	display: block;
	margin-top: 20px;
	margin-left: 0px;
	float: left;
}

.v-button-a {
	width: 246px;
	height: 30px;
	display: block;
	margin-left: 2px;
	margin-top: 10px;
	float: left;
	color: rgba(255,255,255,1.00);
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 35px;
	text-align: left;
	text-indent: 10px;
	background-color: rgba(255,255,255,0.10);
	text-decoration: none;
}
.v-button-b {
	width: 246px;
	height: 30px;
	display: block;
	margin-left: 2px;
	margin-top: 1px;
	float: left;
	color: rgba(255,255,255,1.00);
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 35px;
	text-align: left;
	text-indent: 10px;
	background-color: rgba(255,255,255,0.10);
	text-decoration: none;
}

.v-button-a:hover {
	width: 246px;
	height: 30px;
	display: block;
	margin-left: 2px;
	margin-top: 10px;
	float: left;
	color: rgba(255,255,255,1.00);
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 35px;
	text-align: left;
	text-indent: 10px;
	background-color: rgba(255,255,255,0.00);
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
}
.v-button-b:hover {
	width: 246px;
	height: 30px;
	display: block;
	margin-left: 2px;
	margin-top: 1px;
	float: left;
	color: rgba(255,255,255,1.00);
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 35px;
	text-align: left;
	text-indent: 10px;
	background-color: rgba(255,255,255,0.00);
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
}

.v-button-c {
	width: 246px;
	height: 30px;
	display: block;
	margin-left: 2px;
	margin-top: 1px;
	float: left;
	color: rgba(255,255,255,1.00);
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 35px;
	text-align: left;
	text-indent: 10px;
	background-color: rgba(255,255,255,0.00);
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
}


.slider-title {
	width: 818px;
	height: 30px;
	font-family: 'Sorts Mill Goudy', serif;
	color: rgba(44,100,180,1.00);
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	display: block;
	margin-top: 20px;
	margin-left: 0px;
	float: left;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	}
	
.slider-stage {
	width: 400px;
	height: 300px;
	display: block;
	margin-top: 14px;
	margin-left: 209px;
	float: left;
	background-color: rgba(139,139,139,0.10);
	}