
#gallery
{
	position	: relative;
	height		: 187px;
	width		: 667px;
}
#gallery a{
	float:left;
	position:absolute;
	left: -3px;
	top: 0px;
}

#gallery a img
{
	border				: none;
	background-color	: #c5b283;
	margin				: 3px;
}

#gallery a.show
{
	z-index	: 667px;
}

#gallery .caption
{
	z-index				: 667;
	background-color	: #000;
	color				: #ffffff;
	height				: 40px;
	border-top			: 1px solid #000;
	position			: absolute;
	bottom				: 55px;
	left				: 3px;
	top: 201px;
}

#gallery .caption .content
{
	text-indent	: 5px;
	width		: 667px;
}

.topcontainer
{
	background	: #fff url(../images/yellowBg.gif) repeat-x bottom;
	padding		: 7px;
}

.topcontainer ul li
{
	line-height		: 22px;
	background		: url(../images/bullet.jpg) no-repeat 5px 9px;
	padding-left	: 20px;
}

.yellowbox
{
	 background	: #fff url(../images/yellowBg.gif) repeat-x bottom;
	 font-size	: 11px;
	 padding	: 7px;
}

.photogallery
{
	background	: url(../images/yellowBg.gif) repeat-x bottom #fff;
	padding		: 7px;
	border		: 2px solid #695a52;
}

.photogallery img
{
	border	: 2px solid #c9b78c;
	margin	: 5px;
}

.blacktext
{
	color		: #000;
	font-size	: 11px;
}

.dottedline
{
	background	: url(../images/divide.gif) 0px 5px repeat-x;
}

.left
{
	float	: left;
}

.right
{
	float	: right;
}
.right a{color:#486A8C;	font-size:11px; font-weight:bold; line-height:20px; text-transform:lowercase;}

a.graylink
{
	color	: #4B4B4B;
}
a.graylink:hover{color:#C75C50;}

.pagination a
{
	color	: #9D0D11;
}
.pagination a:hover{color:#000;}

.paginationactive
{
	color		: #000;
	padding		: 0px 2px;
	font-weight	: bold;
}

