.Box {
	background-color: #FFFFFF;
	height: auto;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	border: thick solid #000000;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	position: relative;
	float: none;
	margin: auto;
}
.header {
	height: 150px;
	width: 800px;
	background-color: #FFFFFF;
}
#leftbox {
	background-color: #FFFFFF;
	height: auto;
	width: 120px;
	float: left;
}
#adbox {
	height: auto;
	width: 120px;
	background-color: #FFFFFF;
	float: left;
}
#Contentbox {
	background-color: #FFFFFF;
	height: auto;
	width: 550px;
	float: left;
	padding: 5px;
}


#footer {

	margin-top: 15px;

        background-color: #0000C0;

	width: 798px;

	height: 30px;

	clear: both;

	border-style: solid; 

	border-color: #0000C0; 

	border-width: 1px; 

	}



#footer a {

	color: #0000cc;

	text-decoration:underline;

	}



#footer a:hover {

	color: #0000cc;

	text-decoration:underline;

	}


body {
	background-image: url(http://www.hongkongplanner.com/background.gif);
}
.style1 {font-size: 24px}

H1 {
font-size:19px;
           color:black;
           margin-top:-1px;
           margin-bottom:-1px;
      }
	  
H2 {
font-size:14px;
           color:black;
           margin-top:-1px;
           margin-bottom:-1px;
      }	  

/*- Menu Tabs F--------------------------- */

 #tabsF {
	float:left;
	width:100%;
	background:#efefef;
	font-size: 12px;
	font-weight: bold;
	line-height:normal;
	border-bottom:1px solid #666;
	height: auto;
      }
    #tabsF ul {
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
      }
    #tabsF li {
	display:inline;
	padding:0;
	margin: 0;
      }
    #tabsF a {
	float:left;
	background:url(tableftF.gif) no-repeat left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 10px;
	clear: none;
	text-decoration: none;
	width: 163px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
      }
    #tabsF a span {
	float:left;
	display:block;
	background:url(tabrightF.gif) no-repeat right top;
	color:#000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 14px;
	margin: 0px;
	border: 1px none #000000;
      }
     /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
	color:#FFF;

      }
    #tabsF a:hover {
	background-position:0% -42px;

      }
    #tabsF a:hover span {
	background-position:100% -42px;

      }

        #tabsF #current a {
	background-position:0% -42px;

        }
        #tabsF #current a span {
	background-position:100% -42px;

        }

