 
* {
  padding: 0px;
  margin: 0px;  
  scrollbar-face-color: #ffc194;
  scrollbar-shadow-color: #e56100;
  scrollbar-highlight-color: white;
  scrollbar-3dlight-color: #e56100;
  scrollbar-darkshadow-color: white;
  scrollbar-track-color: white;
  scrollbar-arrow-color: #e56100;
}

body {
	background: #f6f6f6;
}
 
div {
  /*border: 1px solid #FAEBD7;*/
}
 
#wrapper {
  margin-top: 0;
  text-align: center;
  background: transparent url(../img/header_bg.jpg) repeat-x;
}
 
#header {
  text-align: left;
  width: 640px; 
  margin:auto;
 }
 
#logo {  
  /*background: url(../img/hk_logo.png) no-repeat;*/
}

#throbber {
  position: absolute;
  z-index: 99;
  display: show;
}
 
#menu {
	float: left;
	position: absolute;
	height: 290px;
	top: 200px;
	padding-top: 35px;
	padding-left: 5px;
	background: transparent url(../img/menu_bg.png) no-repeat right; /*width: 120px;*/
	vertical-align: middle;
}

#menu a {
  color: Black;
}

.menutitle {
	white-space: nowrap;	
	font-weight: bold;
}

#menu ul {
  margin-bottom: 5px;
  margin-right: 10px;
}

#menu ul li {
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 1px;
  list-style: none;
  text-align: right;
  width: 150px;
 }
 
#contentwrapper {
  float: none;
  height: 300px;
  width: 640px;
  margin:auto;
  overflow:auto;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
}
 
#contentframe {
  width: 100%;
  height: 100%;        
}
 
#polaroid {
  /*display: none;*/
  position: absolute;
  z-index: 1000;
  border: 1px solid black;
  width: 60px;
  height:60px;
  background: blue;
}

#footer {	
  background: transparent url(../img/footer_bg.png) repeat-x bottom;
  position: absolute;
  display: block;
  /*float: left;*/
  margin: 0pt auto;
  text-align: center;
  width: 100%;
  height: 75px;
  z-index: 99;
}

#sleepingdog {
  background: transparent url(../img/sleeping_dog.png) no-repeat right;
  text-align: right;
  margin: 0pt auto;
  height: 75px;
  width: 640px;
}

#content {  
  width: 600px;
}

#content h1 {
	font-size: 24px;
	padding-bottom: 20px;
}

#content h2 {
	font-size: 18px;
}

#content h3 {
	font-size: 12px;
}

#content ul {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
