﻿/* Stripping all styles and defining common styles */
body {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
	font-family:Arial, Helvetica, sans-serif;	 
	font-size: 80%; /* 1em is 10pt, 0.8em is 8pt, 1.6em is 16pt, etc */
	background: #fff url(../images/bg.jpg) repeat-x;
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
}
a:visited {color: #333;}
a:hover, a:active {text-decoration: underline;}
/* reset header and p tag font sizes so nested "em" fonts will not inherit odd font sizes */
img, fieldset, form, h1, h2, h3, h4, p {
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
}

p,h3,ul{
	margin: 10px 40px;
}
h3{
	font-size: 1.3em;
	font-weight: bold;
	color:#EDAC4A;
}

ul {
	padding-left: 2em;
	margin-left: 2em;
}
li {
	margin: 10px 5px;
}

.col{
	float:left;
}
.row{
	margin: 0;
	padding: 0; 
	clear:both;
}





.footer {
	font-style:italic;
	font-size: 0.8em;
	font-weight: bold;
	text-align:center;
}

#content{
	width:800px;
	margin:10px auto;
}
#footer{
	width:800px;
	background: #EFEFEF;
	margin:10px auto;
	padding:5px;
	text-align:center;
}



#video {
	display:block;
	margin: 20px auto;
	width: 385px;
}

#hkintl_banner{
	text-indent:-300em;
	background: url(../images/banner.gif);
	width: 590px;
	height: 101px;
	margin: 0px auto;
}