body {
		margin:0;
		padding:0;
		font-family:Garamond, Arial, sans-serif;
		font-size:14px;
		background-color:#232B38;
	}
	a:link {
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
	}
	a:hover {
		text-decoration: none;
	}
	a:active {
		text-decoration: none;
	}
	#holder {
		position:relative;
		width:836px;
		margin:auto;
		background-color:#47443f;
	}
	#header {
		position:relative;
		width:836px;
		background:#605d56;
		border-bottom:#69665f;
	}
	#navHeader {
		position:relative;
		width:795px;
		height:174px;
		top:20px;
		margin:auto;
		background:#FFFFFF;
	}
	#nav {
		position:absolute;
		width:555px;
		height:32px;
		top:100%;
		margin:-52px 0 0 0;
		left:240px;
		font-size:16px;
		color:#323b4d;
	}
	#nav a {
		color:#323b4d;
	}
	#home {
		width:64px;
	}
	#about {
		width:86px;
		left:64px;
	}
	#begin {
		width:161px;
		left:150px;
	}
	#job {
		width:142px;
		left:311px;
	}
	
	#contact{
		width:95px;
		left:453px;
	}
	.navItem {
		height:32px;
		position:absolute;
		text-align:center;
		border-left:1px solid #bab7a6;
		padding-top:8px;
		background:url(images/navBackground.gif) repeat-x top left;
	}
	.navItem:hover {
		background:url(images/navBackgroundHover.gif) repeat-x top left;
	}
	#body {
		position:relative;
		width:836px;
		height:483px;
		top:4px;
		background-color:#57544d;
		border-top:1px solid #69665f;
	}
	
	#content {
		position:relative;
		width:775px;
		height:408px;
		margin:auto;
		top:-1px;
		background:#e0d9c7;
		padding-left:10px;
		padding-right:10px;
		padding-top:16px;
	}
	.stockPhoto {
		padding:16px 6px 16px 0;
		margin:0;
	}
	.lastPhoto {
		padding:16px 0 16px 0;
		margin:0;
	}
	#partnering {
		color:#605d56;
		font-size:20px; 
		font-style:italic
	}
	#copyright {
		position:relative;
		left:20px;
		top:16px;
		color:#8E8B82;
		font-size:12px;
	}
	.fontBold {
		font-weight:bold;
	}
	#horLine {
		position:absolute;
		width:795px;
		height:4px;
		left:20px;
		background:#cdc6b4;
		border-bottom:1px solid #bab7a6;
		border-top:1px solid #bab7a6;
	}