body {
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #dce4e8;
	margin: auto;
	text-align: center;
}
a {
	color: #4c9cd1;
	text-decoration: none;
}
div#ContentShell {
	width: 100%;
}
div#MainContent {
	width: 1173px;
	min-height: 845px;
	text-align: center;
	margin: auto;
	text-align: left;
	background-image: url(../images/background_repeat_vert.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-bottom: 50px;
}
div#Body {
	width: 844px;
	padding-left: 160px;
	padding-top: 25px;
}
div#HeaderContent {
	width: 100%;
	background-image: url(../images/background_repeat.png);
	background-repeat: repeat-x;
}
div#Header {
	width: 1173px;
	text-align: center;
	margin: auto;
	text-align: left;
	height: 115px;
	background-image: url(../images/keanenfarr.png);
	background-repeat: no-repeat;
}
div#Header h1 {
	text-indent: -3000px;
	float: left;
}
div#TopNavigation {
	padding-top: 34px;
	padding-left: 106px;
}
div#TopNavigation div.Tab {
	float: left;
	height: 34px;
	background-repeat: no-repeat;
	text-indent: -3000px;
	cursor: pointer;
}
div#RecentProjectsTab {
	background-image: url(../images/tab_recentprojects_off.png);
	width: 193px;
}
div#AboutTab {
	background-image: url(../images/tab_about_off.png);
	width: 112px;
	margin-right: 360px;
}
div#BlogTab {
	background-image: url(../images/tab_blog_off.png);
	width: 102px;
}
div#ContactTab {
	background-image: url(../images/tab_contact_off.png);
	width: 196px;
}
div#ContentFooter {
	width: 100%;
	background-image: url(../images/background_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 114px;
	min-width: 1173px;
}
div#Body div.LeftColumn {
	float: left;
	width: 572px;
}
div#Body div.RightColumn {
	margin-left: 599px;
}
div.LeftColumn h3, div.RightColumn h3 {
	font-family: Georgia, Serif;
	color: #c1973c;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 20px;
}
p#Copyright {
	font-size: 11px;
	color: #808080;
	text-align: left;
	margin: auto;
	clear: both;
	width: 960px;
	padding-top: 30px;
}