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

body {background:#000; font-family:Verdana, Geneva, sans-serif;font-size:11px;}
#container {
	position:relative;
	width:1000px;
	height:1300px;
	top:0px;
	left:0px;

    padding:0px;
	background:#000;
	
	
}

#topbanner {
	top:0px;
	right:0px;
	width:650px;
	height:200px;
	position:absolute;
	background:url(newhkd1.png);
	}
	
#nav{
    position:absolute;
	left:0px;
	top:220px;
	height:800px;
	width:350px;
	margin: 0 auto;
	background:#000;
	}
 #mainbody {
	position:absolute;
	left:350px;
	top:220px;
	height:975px;
	width:650px;
	margin: 0 auto;
	background:url(mainbg.png);
	}
	 #bottomnav {
	position:absolute;
	left:350px;
	top:1195px;
	height:20px;
	width:650px;
	margin: 0 auto;
	background:#000;
	}
	
	
	
.maintable {color: #ffffff;}
.maintable a{padding: 1px 15px 0 15px;text-decoration: none;text-align: center;font-weight:bold;color: #ffffff;}
.maintable a:hover, #nav .active a {text-decoration:underline;}
	

.maintablehead {color:#ffffff;font-size:18px;text-decoration:underline;}
.maintablebold {color: #ffffff;font-weight:bold;}
.maintablepink{color:#cf3e67;font-size:12px;font-weight:bold;}

.contact {color: #ffffff;}
.contact a{text-decoration:none;color: #ffffff;}
.contact a:hover, {text-decoration:underline;}

img a {border:none}
img a:hover{border:none}
