/* CSS Document */

body{background-color:#000000;}

#wrapper{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:975px;
	height:800px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFFFFF;
	background-repeat:no-repeat;
}

#header{
	position:absolute;
	left:345px;
	top:24px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	height:160px;
	width:500px;
	z-index:1;
}

#menuPane{
	position:absolute;
	width:103px;
	height:35px;
	z-index:1;
	left: 854px;
	top: 494px;
	text-align:right;
}

#menuPane a:visited, #menuPane a:link, #menuPane a:active, #menuPane a:hover{
	color: #FFFFFF !important;
	text-decoration:none;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content{
	position:absolute;
	width:544px;
	height:115px;
	z-index:2;
	left: 333px;
	top: 41px;
	font-size:18px;
	line-height:28px;
}

#pageContent{
	position:absolute;
	width:827px;
	height:115px;
	z-index:2;
	left: 50px;
	top: 41px;
	font-size:18px;
	line-height:28px;
	text-align:center;
}

#homeImage{
	position:absolute;
	width:495px;
	height:461px;
	z-index:1;
	background-image:url(images/hmRingImage.jpg);
	top: 337px;
	left: -13px;
}

#homeContent2{
	position:absolute;
	width:256px;
	height:119px;
	z-index:3;
	font-size:18px;
	line-height:28px;
	font-style:italic;
	text-align:right;
	left: 504px;
	top: 547px;
}


#contact a{
color:#fff;
}

#contact a:hover{
color:#f60;
}

#gallery a{
color:#fff;
}

#galleryPane{
	position:absolute;
	width:765px;
	height:677px;
	z-index:2;
	left: 92px;
	top: 26px;
	font-size:18px;
	line-height:28px;
	text-align:left;
}

#gallerybackbutton{
position:absolute;
z-index:100;
left:90px;
top:725px;
}

#gallerybackbutton a{
font-size:11px;
text-decoration:none;
}

#gallerybackbutton a:hover{
color:#f60;
}

.captionTitle{font-size:16px; font-weight:bold;}
.captionBody{font-size:14px;}
.pageTitle{font-size:26px; font-weight:bold;}
