@charset "utf-8";
/* CSS Document */
#header {
	height: 150px;
	width: 1200px;
	background-repeat: no-repeat;
	background-position: left top;
}
#headerMainMenu {
	height: 50px;
	width: 1200px;
}
#mainMenu {
	height: 200px;
	width: 1200px;
	background-image: url(images/KW_mainMenuBackground.jpg);
	background-repeat: no-repeat;
	display:none;
}
#links {
	float: left;
	width: 51px;
	margin-left: 88px;
}
#content {
	clear: both;
	width: 1200px;
}
#contentLeft {
	float: left;
	width: 200px;
	height: 600px;
}
#sectionMenu {
	margin-top: 140px;
	float: right;
	height: 45px;
	width: 135px;
}
#detailMenu {

}
#contentRight {
	float: left;
	width: 998px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #00F;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00F;
}
#dummyBox {
	height: 0px;
	width: 0px;
	float: left;
}
#contentRight_Editable {
	float: left;
	width: 100%;
}
#footer {
	width: 1200px;
	clear: both;
	margin-top: 25px;
	margin-bottom: 70px;
}
#horizontalStreak {
	background-color: #00F;
	height: 10px;
	width: 1200px;
}
#horizontalLine {
	height: 7px;
	width: 1200px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00F;
}
#footerText {
	width: 1200px;
	margin-bottom: 25px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00F;
	text-align: center;
	font-size: 10px;
	color: #000;
	background-color: #48ACB7;
}
#titleOfSection {
	width: 500px;
	float: right;
	text-align: right;
	margin-top: 50px;
	margin-right: 150px;
	font-size: 36px;
	font-family: "華康中圓體(P)";
}
#contentOfSection {
	width: 923px;
	float: left;
	margin-left: 30px;
	margin-right: 45px;
	margin-top: 20px;
	margin-bottom: 30px;
}
