body {
	background: #34d5e9 url('../images/bg-index.jpg') repeat-x;
	color: #fff;
	margin: 0;
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 1059px;
}

#header {
	height: 110px;
	width: 1059px;
}

#content {
	background: url('../images/content.jpg');
	height: 405px;
	width: 1059px;
}

#content-body {
	padding: 10px;
	width: 490px;
	height: 170px;
	position: relative;
	top: 125px;
	left: 380px;
}

#content-buttons {
	padding-top: 25px;
	position: relative;
	left: 15px;
}

#content-buttons a {
	position: relative;
	float: right;
}

#download-button {
	width: 141px;
	height: 30px;
	margin-left: 10px;
}

#view-button {
	width: 115px;
	height: 30px;
}

h1 {
	font: 26px "Garamond Premier Pro", "Adobe Garamond Pro", Garamond, Times, "Times New Roman", serif;
	margin-bottom: 4px;
}

#about-links {
	font: 16px "Garamond Premier Pro", "Adobe Garamond Pro", Garamond, Times, "Times New Roman", serif;
}

#content-body p {
	line-height: 1.2em;
	margin-bottom: 10px;
	font-size: 14px;
}

#footer {
	width: 900px;
	color: #1a6a74;
	clear: both;
	
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
}

#footer-top {
	padding: 10px 0 20px 0;
	border: 1px #1d7883 dotted;
	border-width: 1px 0 1px 0;
}

#footer-menu {
	text-align: left;
	padding: 10px 0 10px 0;
	font: 10px Verdana, Arial, sans-serif;
	border-bottom: 1px #1d7883 dotted;
}

#copyright {
	text-align: left;
	padding: 10px 0 10px 0;
	font: 10px Verdana, Arial, sans-serif;
}

#copyright-left {
	position: relative;
	float: left;
}

#copyright-right {
	position: relative;
	float: right;
}

#footer h1 {
	color: #2a4067;
	font-variant: small-caps;
}

.footer-section {
	width: 279px;
	padding: 10px;
	border: 1px dotted #1d7883;
	border-width: 0 1px 0 0;
	position: relative;
	float: left;
	height: 60px;
	text-align: center;
}

.footer-section:hover {
	background-color: #fcd538;
	cursor: pointer;
}

#footer:hover {
	color: #2a4067;
}

#footer a {
	color: #1a6a74;
	text-decoration: none;
}

#footer:hover a {
	color: #2a4067;
	text-decoration: none;
}

#footer a:hover {
	color: #2a4067;
	text-decoration: underline;
}