@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}

#container {
	background-color: #FFF;
	background-image: url(images/middle-bg3.jpg);
	background-repeat: no-repeat;
}


#header {
	background-color: #FFF;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	height: 280px;
	width: 797px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #FFF;
}

#footer {
	background-color: #FFF;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 148px;
	width: 797px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
}
#ct2 {
	background-image: url(images/middle-bg44.jpg);
	background-repeat: repeat-y;
}
#txt {
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 60px;
	text-align: left;
}
h1 {
	font-weight: bold;
	color: #2B9DB7;
	background-color: #FFF;
	background-image: none;
	width: 100%;
	font-size: 25px;
	float: right;
	height: 30px;
	text-align: center;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-weight: bold;
	color: #FFF;
	background-color: #FFF;
	background-image: url(images/gead-bg.jpg);
	background-repeat: repeat-y;
	width: 100%;
	font-size: 20px;
	float: right;
	height: 26px;
	text-align: right;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 0px;
}
h3 {

	font-weight: bold;

	color: #2B9DB7;

	background-color: #FFF;

	background-image: none;

	width: 100%;

	font-size: 25px;

	float: right;

	height: 30px;

	text-align: center;

	padding-top: 9px;

	padding-right: 20px;

	padding-bottom: 0px;

	padding-left: 0px;

}

#mdl {
	background-color: #FFF;
	background-image: url(images/middle-bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 797px;
}
#top1 {
	padding-left: 30px;
}
#ft1 {
	padding-left: 5px;
	margin-bottom: 60px;
}
#footer #ft1 a {
	color: #1e829f;	
}
a {
 color: #1e829f; 
}
