body {
	background: url(theme/siteBG.jpg) repeat-x #0D0D0D;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	line-height: 16px;
}
p a {
	font-weight: bold;
	color: #E33200;
	text-decoration: none;
}
p a:hover {
	color: #333333;
}
h1 {
font-family: "Trebuchet MS", Tahoma, Arial;
color: #E33200;
line-height: 23px;
font-size: 20px;
margin: 0px 0px 15px 0px;
}

.headerContainer {
	height: 200px;
	margin: 0 auto;
	padding-top: 97px;
}
.headerImage {
	background: #222 url(theme/header.jpg) no-repeat;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	width: 730px;
	height: 97px;
	overflow: hidden;
	margin: 0 auto;
}
.navContainer {
	background: #222 url(theme/navBG.png) repeat-x;
	height: 41px;
	width: 752px;
	margin: 0 auto;
}

.bodyContainer {
	width: 700px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	background: url(theme/bodyBGtop.png) repeat-x #fff;
	margin: 0 auto;
	padding: 15px 15px 5px 15px;
}

.homepageSlideshow {
	width: 730px; 
	margin: 0 auto; 
	border-left: 2px solid #000; 
	border-right: 2px solid #000;
}
.footerContainer{
	width: 700px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: #fff;
	margin: 0 auto;
	padding: 15px;	
}

.LeftColumn {
	text-align: left;
	width: 279px;
	border-right: 1px solid #CCC;
	float: left;
	margin-top:10px;
	margin-bottom: 5px;
}
.rightColumn {
	float: right;
	width: 405px;
	margin-top: 10px;
	text-align: left;
}
.featuredProjects {
	background: url(theme/featuredBG.png) no-repeat;
	padding: 10px;
}
.featuredText {
	padding-left: 7px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
}
.contactText {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	line-height: 16px;
}

