body {
	background-color: #444444;
	margin: 0px;
}
.index-main {
	background-color: #282828;
	height: 750px;
	width: 960px;
}
.index-top {
	height: 182px;
	width: 960px;
}
.index-bottom {
	height: 568px;
	width: 960px;
	background-image: url(../images/index_image.jpg);
	background-repeat: no-repeat;
}
.index-title {
	position: relative;
	top: 30px;
}
.index-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	position: relative;
	top: 80px;
}
.menu-items {
	margin-right: 20px;
	margin-left: 20px;
}
.content-top {
	height: 182px;
	width: 960px;
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;
}
.content-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	position: relative;
	top: 145px;
	left: -90px;
}
.content-bottom {
	background-color: #333333;
	width: 960px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: left;
}
.content-footer {
	background-color: #333333;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFCC;
}
.thumb-container {
	margin-left: 120px;
	float: left;
	width: 210px;
	display: inline;
	margin-top: 40px;
}
.gallery-line {
	height: 500px;
	width: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	float: left;
	margin-left: 19px;
}
.gallery-image {
	float: right;
	margin-right: 150px;
	margin-top: 40px;

}
.content-main {
	background-color: #282828;
	width: 960px;
}
.thumb-item {
	margin: 1px;
	height: 45px;
	width: 45px;
	border: 1px solid #666666;
	float: left;
}
.content-text {
	width: 450px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 220px;
	font-size: small;
	color: #FFFFCC;
}
.footer-left {
	position: relative;
	left: -150px;
	top: 50px;
	font-size: x-small;
}
.footer-right {
	position: relative;
	left: 200px;
	top: 50px;
	font-size: x-small;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFDFA8;
	text-decoration: underline;
}
.spacer {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	display: inline;
	margin-left: 200px;
}
.content-text2 {
	width: 450px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 150px;
	font-size: small;
	color: #FFFFCC;
}
.index-footer {
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFCC;
	position: relative;
	top: 490px;
}
strong {
	color: #FFFFFF;
}