* {
	margin: 0 auto;
	padding: 0;
}

body {
	background-image:url(../images/background.jpg);
	font-family: trebuchet ms;
	font-size: 12px;
	padding-top: 15px;
}

#wrapper {
	width: 794px;
	background-color: #ffffff;
}

#header {
	width: 794px;
	height: 206px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

.menu a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.menu a:hover {
	color: #981b1f;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #981b1f;
}

a:hover {
	color: #000000;
}

#left {
	background-image: url(../images/l_menu.jpg);
	background-repeat: no-repeat;
	width: 189px;
	height: 225px;
	float: left;
	padding-left: 11px;
	line-height: 20px;
}

#right {
	background-image: url(../images/r_menu.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 245px;
	float: right;
	padding-right: 10px;
	line-height: 20px;
}

#content {
	float: left;
	text-align: justify;
	width: 394px;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 794px;
	height: 47px;
	clear: both;
}

#footer_contact {
	text-align: center;
	clear: both;	
}

#gallery {
	text-align: center;	
}

#gallery ul {
	list-style-type: none;
}

#gallery li {
	display: inline;
	margin: 10px;
	font-size: 14px;	
}

.menu ul {
	list-style-type: none;
}

li li {
	display: none;	
}

.testimonial img {
	height: 80px;
	width: 106px;
	
	}
.testmonial div {
	text-align: center;
	}
	
