html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C3C3C3;
	background-image: url(images/bg_main.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #676767;
	text-align: center;
}
div#container {
	width: 780px;
	background-color: #F5F5F5;
	border: 1px solid #676767;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
div#header {
	width: 780px;
	height: 110px;
	background-color: #952033;
}
div#header div#header_sx {
	float: left;
	width: 280px;
	height: 110px;
}
div#header div#header_dx {
	float: left;
	width: 500px;
	height: 110px;
}
div#header_bar {
	width: 780px;
	height: 20px;
	background-color: #E1E1E1;
	text-align: right;
	vertical-align: middle;
}
div#header_bar ul {
	margin: 0px;
	padding: 0px;
}
div#header_bar ul li {
	display: inline;
	padding: 5px;
	font-size: 11px;
}
div#header_bar ul li a {
	text-decoration: none;
	color: #952033;
}
div#header_bar ul li a:hover {
	text-decoration: underline;
	color: #952033;
}
div#content {
	width: 780px;
}
#tdLeft {
	width: 600px;
}
#tdRight {
	width: 180px;
	background-color: #F2F2F2;
}
div#main {
	width: 580px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-align: left;
}
div#main a {
	text-decoration: none;
	color: #045ECA;
}
div#main a:hover {
	text-decoration: underline;
	color: #045ECA;
}
div#main h1 {
	margin: 5px;
	font-size: 16px;
}
div#main p {
	margin-top: 10px;
	margin-bottom: 10px;
}
div#bottom {
	width: 780px;
	background-color: #E1E1E1;
}
div#bottom p {
	padding: 0px;
	font-size: 11px;
}
div#bottom p a {
	text-decoration: underline;
	color: #676767;
}
div#footer {
	width: 770px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
