body {
	background-color: #042d27;
	margin: 30px 0 80px 0;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #c79d0a;
	text-decoration:underline;
}
a:hover, a:hover {
	color: #a79f38;
	text-decoration:none;
}
h2 {
	font-size:16px;
	font-weight: bold;
	color: #c79d0a;
}

/* Header and top nav elements */
#navigation {
	text-decoration: none;
	text-align:center;
	vertical-align:bottom;
	padding-bottom: 1px;
}
#navigation a {
	text-decoration: none;
	color: #c79d0a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#navigation a.active, #navigation a:hover {
	color: #a79f38;
}
/* Content */
.title {
	padding-right: 40px;
}
#home_table {
	background: url(images/bg_home.jpg) no-repeat center;
	width: 922px;
	height: 501px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:19px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 220px;
	padding: 0 0 0 38px;
	vertical-align:top;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	color: #FFFFFF;
	text-align: right;
	padding: 0 58px 0 0;
	vertical-align:top;
}
.images {
	padding: 0 0 0 15px;
}
.gallery_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	color: #FFFFFF;
	text-align: right;
	padding: 10px 58px 0 0;
	vertical-align:top;
	height:441px;
	background:url(images/bg_gallery.jpg) no-repeat left bottom;
}
/*Footer elements */
#copyright_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #a79f38;
}
#copyright_info a {
	color: #c79d0a;
}
#copyright_info a.active, #copyright_info a:hover {
	color: #c79d0a;
	text-decoration:none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #a79f38;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	vertical-align: top;
	letter-spacing: 1px;
}
