body {
	background:#FFF url(/images/decking_bground.jpg) no-repeat right top;
	color:#000;
	padding:0;
	margin:0;
	text-align:center;
}
body, td, th {
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
#mainLogo {
	background:url(/images/aronlee.gif) no-repeat left top;
	width:800px;
	margin:0 auto;
	height:291px;
	text-align:left;
}
	#mainLogo img {
		margin:178px 0 0 61px;
		border:0;
	}
#introduction {
	border-top:3px solid #FFF;
	background: #F60 url(/images/background.gif);
}
	#introduction p, #footer p {
		width:800px;
		margin:0 auto;
		padding:1em 0;
		text-align:left;
	}
#leftContent p img {
	border:1px solid #060;
}
#centralContent {
	background:#FECB00;
}
	#contentSurround {
		width:800px;
		margin:0 auto;
		padding:1em 0;
	}
		#leftContent {
			width:304px;
			float:left;
			text-align:left;
		}
		#leftContent ul {
			line-height:200%;
		}
		#rightContent {
			float:left;
			width:490px;
			background:url(/images/previous_work.gif) no-repeat right top;
			padding: 60px 0 1em;
		}
		table {
			margin:0 auto;
		}
		thead, th {
			display:none;
		}
		td img {
			border:1px solid #060;
		}
			td img.noBorder {
				border:0;
			}
		td hr {
			color:#B19D00;
			height:1px;
		}
		
		.portfolioImage {
			text-align:center;
		}
			.portfolioImage img {
				border:1px solid #FFF;
			}
#footer {
	background: #F60 url(/images/background.gif);
	color:#FFF;
}
	#footer p {
		padding:2em 0;
		width:800px;
		margin:0 auto;
		text-align:left;
	}
	#footer a {
		color:#FFF;
	}
