@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

body {
	background:url(images/siteBg.gif) #522B15 center center repeat-y;
	font:12px Arial, Helvetica, sans-serif;
	color:#522B15;
}

a {
	color:#522B15;
	text-decoration:none;
}

a:hover { color:#B31921; }

h1 {
	color:#562403;
}

h2 {
	color:#B31921;
}

ul, ol {
	list-style-position:inside;
}

p {
	margin:8px auto;
}

#site {
	width:800px;
	margin:auto;
}

#siteBtm {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

.itemBox {
	width:585px;
	margin:auto;
}

	.itemTop {
		width:585px;
		height:15px;
		background:url(images/itemTopBg.gif) center center no-repeat;
	}

	.itemMid {
		width:549px;
		padding:9px 18px;
		background:url(images/itemMidBg.gif) center center repeat-y;
	}
	
		.itemMid img {
			padding:3px;
			border:1px solid #660000;
			float:left;
			margin:-8px 10px 0px 0px;
		}
		
		.viewPhotos {
			background:url(images/pickRgt.jpg) right center no-repeat; 
			width:100px; 
			height:30px; 
			text-align:right; 
			padding-right:30px; 
			line-height:30px; 
			float:right;
		}

	.itemBtm {
		width:585px;
		height:15px;
		background:url(images/itemBtmBg.gif) center center no-repeat;
	}

.photoBox {
	width:712px;
	margin:auto;
}

	.photoTop {
		width:712px;
		height:20px;
		background:url(images/photoTopBg.gif) center center no-repeat;
	}

	.photoMid {
		width:672px;
		padding:9px 20px;
		background:url(images/photoMidBg.gif) center center repeat-y;
		text-align:center;
	}
	
		.photoMid img {
			padding:3px;
			border:1px solid #660000;
		}
		
		.nextPhoto {
			background:url(images/pickRgt.jpg) right center no-repeat; 
			width:100px; 
			height:30px; 
			text-align:right; 
			padding-right:30px; 
			line-height:30px;
			float:right;
		}
		
		.prevPhoto {
			background:url(images/pickLft.jpg) left center no-repeat; 
			width:100px; 
			height:30px; 
			text-align:left; 
			padding-left:30px; 
			line-height:30px; 
			float:left;
		}
		
	.photoBtm {
		width:712px;
		height:20px;
		background:url(images/photoBtmBg.gif) center center no-repeat;
	}
	
