#header {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E1E0DC;
	text-align: right;
}
#header #headertxt {
	padding-top: 70px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0px;
	background-color: #333333;
}
#main {
	width: 746px;
	clear: both;
	background-color: #FFFFFF;
	float: left;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#main #left {
	width: 389px;
	float: left;
	text-align: justify;
	padding: 5px;
}
#main #right {
	float: left;
	width: 337px;
	padding: 5px;
	text-align: justify;
}

#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 108px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
	line-height: 108px;
}

