/*CSS document*/


body{
	color: #000;
	background: #006600;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#layout{
	width: 760px;
	height:100%;
	background:url(../images/bg.gif) repeat-y;
	margin:0px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
}


#footer{
	width:720px;
	height:40px;
	padding-top:10px;
	margin-left:20px;
	background:#339999;
	font-size:x-small;
	line-height:15px;
}

*html #footer {
	margin-left:0px;
}

a {
	text-decoration:none;
}

a:hover {
	color:#ff0000;
}

h1 {
	font-size:x-large;
	color:#fff;
	background:#0066CC;
	padding-left:4px;
}

h2 {
	font-size:large;
	background:#99cc99;
	padding-left:4px;
}

.h2_5 {
	font-size:medium;
	background:#cc99cc;
	padding-left:4px;
	font-weight:bold;
}

h3 {
	text-align:left;
	font-size:medium;
	color:#fff;
	background:#6699cc;
	padding-left:4px;
	line-height:20px;
}

*html h3 {
	padding-top:2px;
}

h4 {
	margin-left:20px;
	padding-left:10px;
	font-size:x-small;
	background:#99cc00;
}

.house {
	margin-left:20px;
}
p {
	text-align:left;
	font-size:small;
	line-height:160%;
}

.bold{
	font-weight:bold;
}

ul {
	text-align:left;
	font-size:small;
}

.hkkbody {
	text-align:left;
	font-size:small;
	line-height:160%;
}
