/* CSS Document */
body, html{
	margin:0;
	padding:0;
}
a{
	color:#000099;
}
body{
	background-image:url(images/tile.jpg);
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:23px;
}
#container{
	width:1024px;
	background-image:url(images/reapeat.jpg);
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#contentContainer{
	position:relative;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	padding-top:160px;
}
#galleryContentContainer{
	position:relative;
	background-image:url(images/headerGallery.jpg);
	background-repeat:no-repeat;
	padding-top:160px;
}
#nav{
	position:absolute;
	z-index:2;
	left:34px;
}
#contentTextLeft{
	float:left;
	width:355px;
}
#contentTextRight{
	float:right;
	width:510px;
}
#ContactContentTextLeft{
	float:right;
	width:355px;
}
#ContactContentTextRight{
	float:left;
	width:510px;
}
.negHeight{
	position:absolute;
	margin-top:-20px;
}
#photo{
	width:872px;
	margin-left:auto;
	margin-right:auto;
	padding-left:4px;
}
#contentText{
	width:872px;
	margin-left:auto;
	margin-right:auto;
}
#galleryText{
	width:898px;
	margin-left:auto;
	margin-right:auto;
}
#galleryText a img{
	border:0;
	margin:0;
	padding:0;
}
#footer{
	width:1024px;
	height:84px;
}
#leftFlair{
	position:absolute;
	z-index:1;
	top:139px;
}
#rightFlair{
	position:absolute;
	z-index:1;
	right:0px;
	bottom:24px;
}
#sideHookFlair{
	position:absolute;
	z-index:1;
	bottom:42px;
}
#hookFlair{
	position:absolute;
	z-index:1;
	bottom:32px;
	left:63px;
}
#clear{
	clear:both;
}
#clear p{
	display:none;
}
#clear h1{
	display:none;
}
#footer{
	width:1024px;
	height:84px;
	background-image:url(images/footer.jpg);
}
#footerLeft{
	float:left;
	margin-left:120px;
	margin-top:12px;
}
#footerRight{
	float:right;
	margin-right:70px;
	margin-top:12px;
}
#footerLeft a, #footerRight a{
	color:#FFFFFF;
	text-decoration:none;
}