body {
	background-attachment: scroll;
	background-color: #ffffff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 100%;
}
#container {
	background-color: #1f93d0;
	width: 780px;
	margin: 0px auto;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFFFFF;
}
h2 {
	font-size: .80em;
	font-weight: bold;
	color: #0083ca;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #0083ca;
}
#main {
	background-color: #ffffff;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1.35em;
	color: #333333;
	text-align: justify;
}
.text a:link {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.text a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.text a:hover {
	font-weight: bold;
	color: #0083ca;
	text-decoration: underline;
}
.text a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.floatLeft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.credits {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .80em;
	color: #FFFFFF;
}
.credits a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.credits a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.credits a:hover {
	color: #333333;
	text-decoration: underline;
}
.credits a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
