body {
	background-attachment: fixed;
	background-image: url(images/InderiviumBackground.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#divWrapper {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: 3px solid #000000;
}
#divNav {
	background-image: url(images/TopNav.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 777px;
	padding-top: 8px;
	padding-left: 20px;
	margin: 0px;
	float: left;
	padding-right: 14px;
}
#divBranding {
	background-image: url(images/InderiviumPhotoLogo.jpg);
	background-repeat: no-repeat;
	height: 274px;
	width: 810px;
	float: left;
}
#divHeader {
	background-image: url(images/HomeHeader.jpg);
	height: 58px;
	width: 810px;
	background-repeat: no-repeat;
	float: left;
}
#divContentContainer {
	background-image: url(images/ContentBGLong.jpg);
	width: 810px;
	float: left;
	background-repeat: no-repeat;
	background-position: bottom;
}
#divNav ul {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
divNav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#divNav a {
	display: block;
	float: right;
	text-align: center;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-right: 12px;
	margin-left: 12px;
	font-weight: bold;
}
#divNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #010101;
}
#divMainContent {
	float: left;
	width: 640px;
	padding-left: 90px;
	padding-top: 0px;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	padding-bottom: 60px;
}
h1 {
	font-size: 16px;
	color: #B91918;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
#divMainContent  a {
	color: #930D0C;
}
#divMainContent a:hover {
	color: #930D0C;
	text-decoration: none;
}

#divPortfolio {
	float: left;
	width: 650px;
	padding-left: 50px;
	padding-top: 40px;
}

.portfolioBorder {
	padding: 0px;
	border: 1px solid #DBDBDB;
}
.portfolio {
	height: 90px;
	margin-bottom: 25px;
	float: left;
	width: 650px;
}
