body {
	background-color: #000000;
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#logo {
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 32px;
	width: 112px;
	left: 10px;
	top: 5px;

}
#title {
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 111px;
	width: 351px;
	left: 140px;
	top: 10px;

}
#homemain {
	position: absolute;
	visibility: visible;
	z-index: 2;
	left: 25px;
	top: 125px;
	width: 600px;

}

#gallery {
	position: absolute;
	visibility: visible;
	z-index: 2;
	left: 5px;
	top: 125px;
	width: 700px;



}
.boxformat {
	border: 2px solid #FFFFFF;
	padding: 5px;

}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9900;
	font-size: 24px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	letter-spacing: .3em;
	text-align: left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-bottom: 0px;
	padding-top: 0px;

}
a {
	color: #FFFFCC;
}
p {
	margin-top: -5px;
}
.footer {
	font-size: 10px;
	text-align: center;
}
