@charset "utf-8";

body {
	background-image: url(images/bgPage.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 00px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
h1 {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Verdana;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

#header {
	height: 128px;
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#navigation {
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	padding-top: 25px;
	padding-left: 200px;
}

#main {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-image: url(images/foot.jpg);
	background-repeat: no-repeat;
	width: 874px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.tdDescription {
	background-repeat: no-repeat;
	height: 203px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.tdmainBanners {
	height: 307px;
	background-image: url(images/bgBanners.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}