@charset "utf-8";

/* CSS DOCUMENT */

html, body {
	margin-top: 0px;
	background-color: #717171;
	background-image: url(../images/wong_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

/* ALAN WONG HEADER */

#alanwong {
	margin: 0px auto;
	width: 960px;
	height: 53px;
	background-image: url(../images/wong_header.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#alanwonghome {
	width: 405px;
	height: 46px;
	position: relative;
	left: 0px;
	top: 0px;
}
#alanwonghome a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

/* ALAN WONG MENU */

#wongmenu {
	margin: 0px auto;
	width: 960px;
	height: 28px;
	background-image: url(../images/wong_menu.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#wongmenuitem1 {
	width: 80px;
	height: 28px;
	position: relative;
	left: -6px;
	top: 0px;
}
#wongmenuitem2 {
	width: 144px;
	height: 28px;
	position: relative;
	left: 74px;
	top: -28px;
}
#wongmenuitem3 {
	width: 111px;
	height: 28px;
	position: relative;
	left: 218px;
	top: -56px;
}
#wongmenuitem4 {
	width: 73px;
	height: 28px;
	position: relative;
	left: 329px;
	top: -84px;
}
#wongmenuitem5 {
	width: 104px;
	height: 28px;
	position: relative;
	left: 402px;
	top: -112px;
}
#wongmenuitem6 {
	width: 119px;
	height: 28px;
	position: relative;
	left: 506px;
	top: -140px;
}
#wongmenuitem7 {
	width: 80px;
	height: 28px;
	position: relative;
	left: 625px;
	top: -168px;
}
#wongmenuitem1 a, #wongmenuitem2 a, #wongmenuitem3 a, #wongmenuitem4 a, #wongmenuitem5 a, #wongmenuitem6 a, #wongmenuitem7 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

/* ALAN WONG CONTENT */

#wongcontent {
	margin: 0px auto;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 960px;
	height: 480px;
	background-image: url(../images/wong_contentbg.png);
	background-position: center;
	background-repeat: repeat-y;
	font-size: 13px;
	color: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
}
#wongcontent a {
	color: #86B1D3;
}

/* ALAN WONG FOOTER */

#wongfooter {
	margin: 0px auto;
	padding-top: 10px;
	width: 960px;
	font-size: 11px;
	color: #ffffff;
}
#wongfooter a {
	color: #ffffff;
}

/* ALAN WONG TITLES */

.wongtitle1 {
	font-size: 18px;
	font-weight: bold;
	color: #86B1D3;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.wongtitle2 {
	font-size: 24px;
	font-weight: bold;
	color: #86B1D3;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* ALAN WONG IMG */

.imgborder {
	border: 2px #86B1D3 solid;
}

/* ALAN WONG OTHER */

.dotsVertical {
	background-image: url(../images/greydotsv.gif);
	background-repeat: repeat-y;
	background-position: center;
	}

