@charset "utf-8";
body {
}
#container {
	background-image: url(images/mainbg.gif);
	width: 697px;
	margin-right: auto;
	margin-left: auto;
	height: 520px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
}
#header {
	background-image: url(images/wongs_header.jpg);
	clear: both;
	width: 693px;
	margin-right: auto;
	margin-left: 0px;
	height: 320px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
}
#nav {
	float: left;
	width: 220px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
	height: 111px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 22px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#content {
	float: left;
	width: 465px;
	margin-left: 8px;
	padding: 0px;
	margin-top: 9px;
}

