@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 2px;
}

#wrapper {
	background-color: #b5bdce;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#wrapper #Logo {
	height: 125px;
	background-image: url(../images/TTCheader900.png);
}
#wrapper #headerImg {
	height: 225px;
	background-image: url(../images/clientsheaderimg.png);
	background-repeat: no-repeat;
}
#wrapper #bodyArea #left {
	width: 525px;
	float: left;
	margin-top: 0px;
	border-right-width: medium;
	border-right-style: groove;
	border-right-color: #333333;
}
#wrapper #bodyArea #right {
	width: 325px;
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #B5BDCE;
	margin-right: 20px;
	margin-top: 0px;
	background-image: url(../Images/streamlineinterior.png);
	font-family: "Engebrechtre Expanded", Engebrechtre;
	font-size: 16px;
}
#wrapper   #bodyArea   #Footer {
	height: 200px;
	clear: both;
	background-image: url(../images/gallerybg.png);
	background-repeat: no-repeat;
	background-position: center;
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #666666;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #bodyArea #Footer #imageholder {
	height: 200px;
	width: 850px;
	margin-right: 50px;
	margin-left: 50px;
}
#wrapper #bodyArea #Footer #imageholder img {
	border: 2px solid #000000;
	margin-top: 50px;
	margin-right: 100px;
	margin-bottom: 50px;
	margin-left: 67px;
}

#wrapper #Navigation {
	height: 50px;
	font-family: "Engebrechtre Expanded", Engebrechtre;
}
#wrapper #bodyArea #Footer #imageholder img:hover {
	border: 2px solid #999999;
	margin-top: 50px;
	margin-right: 100px;
	margin-bottom: 50px;
	margin-left: 67px;
}
