.bg {
	background: #2c2c2c url('../img/bg.jpg') repeat-y;
	width: 901px;
	align: center;
	padding: 0px 20px;
}

.txt1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: none;
	text-transform: none;
	color: #131313 ;
	text-align: center;
}


.txt2 a:link {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.txt2 a:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.txt2 a:hover {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}
.txt2 {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;
	text-align: center;
	padding: 3px 8px;
}


.txt3 a:link {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.txt3 a:visited {
	font-weight: bold;
	color: #a7a7a7;
	text-decoration: none;
}
.txt3 a:hover {
	font-weight: bold;
	color: #ff7e00;
	text-decoration: none;
}
.txt3 {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ff7e00;
	text-align: center;
	padding: 3px 48px;
}






.txt4 {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #838383;
}

.txt5 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	padding: 5px 20px;
}







.txt6 a:link {
	font-weight: bold;
	color: #ff7e00;
	text-decoration: none;
}
.txt6 a:visited {
	font-weight: bold;
	color: #ff7e00;
	text-decoration: none;
}
.txt6 a:hover {
	font-weight: bold;
	color: #ff7e00;
	text-decoration: underline;
}
.txt6 {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff7e00;
	padding: 10px 20px;
}



.gallery {
	position: relative;
	left: 26px;
	text-align: center;
}
.gallery ul {
	width: 110%;
	overflow: hidden;
}
.gallery li {
	float: left;
	width: 340px;
	height: 192px;
	border: 3px solid #5e5e5e;
	margin-right: 36px;
	display: inline;
	overflow: hidden;
}
.gallery li img {
	float: left;
}
.gallery p {
	width: 700px;
	text-align: center;

}
