@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 #Title {
	height: 95px;
	width: 900px;
	text-align: center;
	word-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	color: #566785;
	background-image: url(../Images/MakeUpTitle.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#wrapper #Logo {
	height: 150px;
	background-image: url(../../Images/TTClogoemboss675x113.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#wrapper #headerImg {
	height: 265px;
	background-image: url(../Images/headerimage.png);
	background-repeat: no-repeat;
}
#wrapper #bodyArea #left {
	width: 575px;
	float: left;
	margin-top: 70px;
	margin-left: 10px;
}
#wrapper #bodyArea #right {
	width: 300px;
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #B5BDCE;
	margin-right: 10px;
	margin-top: 10px;
	height: 365px;
}
#wrapper   #bodyArea   #Footer {
	height: 200px;
	clear: both;
	background-image: url(../Images/gallerybg.png);
	background-repeat: no-repeat;
	background-position: center;
}
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: 900px;
	margin-right: 0px;
	margin-left: 0px;
}
#wrapper #bodyArea #Footer #imageholder img {
	border: 2px solid #000000;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 67px;
}

#wrapper #Navigation {
	height: 50px;
	font-family: "Engebrechtre Expanded", Engebrechtre;
}

