body {
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-color: #000;
	font-size: 11pt;
	font-family: Arial, Helvetica;
	background: url(../img/bodyback.jpg);
}

p {
	text-align: justify;
	margin: 0px;
}

img {
	border: 0px;
}
	
h1 {
	background: url(../img/h1Image.png) no-repeat;
	background-position: 0px 5px;
	margin-left: 10px;
	padding-left: 20px;
	font-size: 16pt;
	text-align: left;
}

h3 {
	font-size: 12pt;
}

hr {
	background-color: black;
	height: 1px;
}
.titlePane {
 	font-size: 10pt;
 	margin: 5px;
 }

.startPageBox {
	font-size: 9pt;
	width: 190px;
	float: left;
	margin: 5px;
}

#feedbackButton {
	position: fixed;
	left: 0px;
	top: 280px;
	width: 50px;
	height: 150px;
	background: url(../img/feedback.png);
	cursor: pointer;
}

#newsletterButton {
	position: fixed;
	left: 0px;
	top: 430px;
	width: 50px;
	height: 150px;
	background: url(../img/newsletter.png);
	cursor: pointer;
}

#feedbackDialog {
	width: 80%;
	height: 80%;
	background-color: #fff;
}

#importantLinks {
	text-align: right;
	position:relative;
	top:0px;
	width: 100%;
	height: 20px;
	font-size: 11pt;
	background-color: #d1d2e3;
	z-index: 50;
}

#headline {
	width: 1000px;
	height: 80px;
	background: url(../img/headline.png) no-repeat;
	position: absolute;
	top: 20px;
	z-index: 10;
	cursor: pointer;
}

#dragon {
	position: absolute;
	background: url(../img/dragon.png) no-repeat;
	top: 80px;
	right: 30px;
	height: 300px;
	width: 250px;
	z-index: 11;
}

#headGraphic {
	width: 1000px;
	height: 400px;
	max-height: 400px;
	overflow: hidden;
	top: 0px;
	position: relative;
	margin: 0px;
	z-index: 0;
	border-bottom-left-radius: 70px;
}

#container {
	width:1000px; 
	text-align: left;
	position: relative;
	top: 0px;
	margin-top: -88px;
	table-layout: fixed;
}

#mainMenu {
	width: 618px;
	font-size: 10pt;
	padding-left: 12px;
	background-color: #f0efe7;
	margin: 0px;
}

#contentTd {
	width: 612px !important;
	padding: 0px;
	vertical-align: top;
}

#logoTd {
	width: 150px;
	vertical-align: top;
	padding-top: 100px;
}

#sideBoxesTd {
	width: 200px;
	vertical-align: top;
}

#content {
	background-color: #FFF;
	min-height: 400px;
	width: 100%;
	padding: 10px;
	border-radius: 0px;
	width: 612px;
}

#bottom {
	width: 536px !important;
	height: 120px;
	padding: 10px; 
	padding-left: 80px;
	margin-top: 10px;
	margin-bottom: 100px;
	font-size: 10pt;
	background: url(../img/Kempodrache_sw_trans.png) no-repeat;
	background-position: 5px 10px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 20px;
}

#termBox {
	right: 10px;
	width: 100%;
	text-align: left;
	font-size: 10pt;
	float: right;
	margin-bottom: 5px;
}

#wmaaTermBox {
	right: 10px;
	width: 100%;
	text-align: left;
	font-size: 10pt;
	float: right;
	margin-bottom: 5px;
}

#faceBookLike {
	right: 10px;
	width: 100%;
	text-align: left;
	font-size: 10pt;
	float: right;
	margin-bottom: 5px;
}

#logo {
	width: 100%;
	height: 324px;
	background: url(../img/chinSymb_KungFu.png) no-repeat;
	top: 10px;
}


.clear {
	float: none;
}


.importantLink:link {
font-size: 9pt;
font-style: normal;
color: #000;
text-decoration: underline;
}

.importantLink:visited {
font-size: 9pt;
font-style: normal;
color: #000;
text-decoration: underline;
}

.importantLink:hover {
font-size: 9pt;
font-style: normal;
color: #F7F2A9;
text-decoration: underline;
}

.importantLink:active {
font-size: 9pt;
font-style: normal;
color: #000;
text-decoration: underline;
}

.importantLink:focus {
font-size: 9pt;
font-style: normal;
color: #F7F2A9;
text-decoration: underline;
}


a:link {
font-size: 10pt;
font-style: normal;
color: #000;
text-decoration: underline;
}

a:visited {
font-size: 10pt;
font-style: normal;
color: #000;
text-decoration: underline;
}

a:hover {
font-size: 10pt;
font-style: normal;
color: #b7a700;
text-decoration: underline;
}

a:active {
font-size: 10pt;
font-style: normal;
color: #000;
text-decoration: underline;
}

a:focus {
font-size: 10pt;
font-style: normal;
color: #b7a700;
text-decoration: underline;
}

