body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 86px 0 0 0;
	padding: 0;
	text-align: center;
}
#container {
	width: 780px;
	margin: auto;
	padding: 0;
	background-color: transparent;
	text-align: left;
	line-height: 20px;
}
#main_graphic {
	height: 193px;
	margin: 0;
	padding: 0;
	background-color: #333333;
	background-image: url(../images/main.gif);
	background-repeat: no-repeat;
}
#content {
	margin: 0;
	padding: 30px 10px 10px 10px;
}
div#footer {
	background-color: #111111;
	height: 80px;
	margin-top: 20px;
}
div#footer_container {
	background-color: transparent;
	color: #FFFFFF;
	margin: auto;
	width: 775px;
	height: 70px;
	padding: 10px 0 0 0;
	text-align: left;
}
#content a:link, #content a:visited, #content a:hover {
	color: #333333;
	text-decoration: underline;
	font-size: 14px;
	font-style: italic;
}
#content a:hover {
	text-decoration: underline;
}
.dots_h {
	background-image: url(../images/dot_h.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin: 8px 0 10px 0;
}
p {
	margin: 0;
	padding: 0;
}
h1 {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 26px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 26px;
	margin: 20px 0 0 0;
	padding: 0px;
	font-weight: normal;
}
.yellow {
	color: #FF9900;
}
div#info {
	float: left;
}
div#info a:link, div#info a:visited, div#info a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}
div#info a:hover {
	text-decoration: underline;
}

div#copyright {
	float: right;
}