@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/TTClogoemboss675x113.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#wrapper #headerImg {
	height: 542px;
	background-image: url(../Images/velimentsshot.JPG);
	background-repeat: no-repeat;
}
#wrapper #title {
	background-image: url(../Images/EventTitle.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
}

#wrapper #bodyArea #left {
	width: 575px;
	float: left;
	height: 400px;
	background-image: url(../background/7.JPG);
	background-repeat: no-repeat;
	background-position: center center;
}

#wrapper #bodyArea #right {
	width: 300px;
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #B5BDCE;
	margin-right: 10px;
	margin-top: 10px;
	background-image: none;
	font-size: 16px;
}
#wrapper #bodyArea #top {
	height: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333333;
}

#wrapper   #bodyArea   #Footer {
	height: 100px;
	clear: both;
	background-image: url(Images/gallerybg900.png);
	background-repeat: no-repeat;
	background-position: center;
	font-family: "Engebrechtre Expanded", Engebrechtre;
	font-size: 36px;
	color: #003333;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

