@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
.oneColElsCtr #container {
	width: 740px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
#portfolio #container {
	width: 1000px;
	height: 900px;
}
.oneColElsCtr #mainContent {
	height: 950px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0;
}
.style3 {	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 90%;
}#bio #container {
	height: 790px;
	background-position: 0px;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
#home  #mainContent {
	background-image: url(Goh_Charity_P4-M-17-2.jpg);
	background-repeat: no-repeat;
	background-position: center 145px;
}
#contact #container {
	height: 627px;
}
#contactinfo {
	margin-left: 50px;
	float: left;
	margin-top: 70px;
}

#flashcontent {
	padding: 0;
	margin: 0;
	height: 600px;
}
