body {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ebe8df;
	background-color: #2d2c2b;
	background-image: url(../_images/Template/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 11px;
}

p, ul, ol, li {
	font-size: 12px;
	line-height: 16px;
}

a			{font-weight: bold;}
a:link		{color: #FFFFFF}
a:visited	{color: #E5E0CE; text-decoration: none;}
a:hover		{text-decoration: underline;}

b {
	color: #ffffff;
}

.note {
	color: #86816E;
	font-size: 10px;
	line-height: normal;
}

#head {
	background: url(../_images/Template/bg-head.jpg) bottom center no-repeat;
	height: 50px;
}

#headR {
	background: url(../_images/Template/bg-headR.jpg) bottom left no-repeat;
}

#headL {
	background: url(../_images/Template/bg-headL.jpg) bottom right no-repeat;
}

#content {
	background: url(../_images/Template/bg-content.jpg) top left no-repeat;
	height: 392px;
}

#contentR {
	background: url(../_images/Template/bg-contentR.jpg) top left no-repeat;
	height: 84px;
}

#contentL {
	background: url(../_images/Template/bg-contentL.jpg) top right no-repeat;
	height: 84px;
}

#topnav {
	background: url(../_images/Template/bg-nav.jpg) top left no-repeat;
	height: 28px;
}

#decoImage {
	background: url(../_images/Template/deco-v_divider.jpg) right center no-repeat;
}

#contentText {
	background: url(../_images/Template/bg-contentText.jpg) top right no-repeat;
	padding: 30px;
	padding-top: 25px;
}

.contentLR {
	background: url(../_images/Template/bg-contentLR.jpg) top center repeat-x;
}

.footer {
	background: url(../_images/Template/bg-footer.jpg) top center repeat-x;
	padding: 3px;
	height: 25px;
}




/* The foillowing styles are for the photo gallery pages */

span.image, span.image1, span.image3 {
	padding: 0px 5px 0px 5px;
}
span.image1 {
	padding-left: 20px;
}
span.image3 {
	padding-right: 0px;
}

img.thumb {
	border: 1px solid #666666;
	background: #000000;
}

.dataLoader {
	display: none;
}

.displayData {
	position: absolute;
	width: 252px;
	height: 159px;
	top: 11px;
}


#photoNavContainer {
	position: absolute;
	width: 266px;
	height: 198px;
	background: url(../_images/photo-galleries/bg-photoNavContainer.jpg) top center no-repeat; 
	overflow: hidden; 
}

#photoNavHeader {
	background: url(../_images/photo-galleries/bg-dots-6_1.gif) top center no-repeat;
	height: 13px;
	padding: 0px;
}

#thumbContainer {
	position: absolute;
	top: 13px;
	left: 7px;
	width: 252px;
	height: 160px;
	overflow: hidden;
}

#fullPhoto {
	width: 410px;
	height: 352px;
}


#galleryTitle {
	position: absolute;
	top: 173px;
	left: 7px;
}

.fLink {
	position: absolute;
	top: 84px;
	left: 250px;
	width: 16;
}

.bLink {
	position: absolute;
	top: 84px;
	width: 16;
	left: 0px;
}

.photoNavTopRow {
	padding-bottom: 10px;
}