body,html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	background-color: #888888;
	text-align: center;
}
#page {
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	text-align: left;
	background-color: #CCCCCC;
	position: relative;
}
#container {
	position: relative;
}
a#homelink {
	position: absolute;
	width: 1024px;
	height: 45px;
	left: 0;
	top: 0;
}
a#homelink img {
	border:0;
	width: 1024px;
	height: 73px;
	margin-left: 0px;
	margin-top: -1px;
}
.greyline {
	width: 1024px;
	height: 2px;
	overflow: hidden;
	background-color: #646464; 
}
#topLine {
	position: absolute;
	top: 45px;
	left: 0px;
}
#bottomLine {
	position: absolute;
	top: 647px;
	left: 0px;
}
#content {
	position: absolute;
	top: 49px;
	left: 0px;
	width: 1024px;
	height: 549px;
}
#nav {
	position: absolute;
	left: 0px;
	top: 650px;
	width: 1024px;
	height: 118px;
}
#navTabs {
	width: 1024px;
	height: 20px;
	margin-top: 11px;
	background-image: url('../images/nav-spacer.gif');
}
.navTab {
	float: left;
	display: block;
	background-position: 0 0;
	height: 20px;
	width: 99px;
	overflow: hidden;
	margin-right: 5px;
}
.navTab:hover {
	background-position: 0 -20px;
}
.navActive {
	float: left;
	display: block;
	background-position: 0 -40px;
	height: 20px;
	width: 99px;
	margin-right: 5px;
	overflow: hidden;
}
#navAbout {
	background-image: url('../images/nav-about.gif');
}
#navPortfolio {
	margin-left: 100px;
	background-image: url('../images/nav-portfolio.gif');
}
#navToddMason {
	margin-left: 0px;
	background-image: url('../images/nav-mason-portfolio.gif');
	width: 175px;
}
#navBarryHalkin {
	margin-left: 45px;
	background-image: url('../images/nav-halkin-portfolio.gif');
	width: 175px;
}
#navHome {
	background-image: url('../images/nav-home.gif');
}
#navLinks {
	background-image: url('../images/nav-links.gif');
}
#navContact {
	background-image: url('../images/nav-contact.gif');
}
#navServices {
	background-image: url('../images/nav-services.gif');
}
#navBase {
	clear: both;
	width: 1024px;
	height: 124px;
	background-color: #666666;
	position: relative;
}
#leftImg {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 305px;
	height: 595px;
}
#rightScroller {
	position: absolute;
	left: 360px;
	top: 118px;
	width: 424px;
	height: 415px;
	overflow: auto;
}
.padder {
	padding: 9px;
}
#rightMainBox {
	position: absolute;
	left: 369px;
	top: 54px;
}
#subNav {
	position: absolute;
	left: 187px;
	top: 0px;
	width: auto;
	height: 87px;
}
#dwnldForms {
	position: absolute; 
	top: 545px;
	left: 360px;
	width: 225px;
	height: 18px;
	background-image: url('../services/images/click-form.gif');
	background-position: 0 0;
	overflow: auto;
}
#dwnldForms:hover {
	background-position: 0 -18px;
}
