#container {
	background-color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100%;
	clear: both;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#footer {
	float: left;
	height: 40px;
	width: 780px;
	position: relative;
	background-image: url(images/footer.jpg);
	background-repeat: repeat;
}
.ftxt {
	position: relative;
	width: 700px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
}
#container #footer .ftxt .left a {
	text-decoration: none;
	color: #333333;
}
#container #footer .ftxt .left a:hover {
	color: #000000;
}


#header {
	float: left;
	height: 299px;
	width: 780px;
	position: relative;
}
#main {
	position: relative;
	float: left;
	width: 780px;
	background-color: #FFFFFF;
}
#right {
	float: left;
	width: 539px;
	position: relative;
	background-color: #FFFFFF;
	height: auto;
}

#left {
	float: left;
	width: 241px;
	position: relative;
	height: auto;
}
#matter {
	position: relative;
	width: 100%;
	background-image: url(images/matter.jpg);
	background-repeat: no-repeat;
}
#matter2 {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	position: relative;
}
