@charset "utf-8";
/* CSS Document */

/* start MainLayout template - css images */
.ewc_logo {
	background: url("../images/EWC_Header.jpg");
	height: 160px;
	width: 1000px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	}
.wck_characters {
	background: url("../images/WCK_characters.jpg");
	height: 351px;
	width: 100px;
	}
.v_rule {
	background: url("../images/rule_side.jpg");
	height: 370px;
	width: 16px;
	}
.h_rule {
	background: url("../images/rule_bot.jpg");
	height: 20px;
	width: 600px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	}
.hk_banner {
	background: url("../images/HongKongTrainingBanner.jpg");
	height: 160px;
	width: 980px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	}
.no_nonsense {
	background: url("../images/No_Nonsense.jpg");
	height: 35px;
	width: 405px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
/* end MainLayout template - css images */

.logo_sml {
	background: url("../images/ewc_logo_sml.jpg");
	float: left;
	height: 80px;
	width: 68px;
	margin-top: 4px;
	margin-bottom: 5px;
	margin-right: 15px;
}
.logo_sml_txt {
	height: 100px;
	width: 545px;
	float: left;
	margin-top: 0px;
}

.welcome {
	background: url("../images/Welcome.jpg");
	height: 21px;
	width: 249px;
	position: relative;
	left: 20px;
	}

.displace_imgtxt {
	position: absolute;
	left: -5000px;
	}	

.village_imgholder {
	text-align: center;
}

.village_imgholder img {
	border: thin solid #000;
	padding: 8px;
	background-color: #FFF;
}

