.store {
	width:675px;
	margin:30px;
}

.store h3{
	background:url("../img/story-title.png");
	color:white;
	text-align:center;
	margin:0;
}

.store h3 img {
	float:left;
	padding-left:5px;
    padding-top:5px;
}
	
.storecontents {
	background-color:white;
	border-color:black;
	border-style:solid;
	border-width: 0 3px;
    padding: 10px;
}

#siteFooter {
	height:20px;
	background:url("../img/story-bg.png") bottom center;
}

.storecontents a:link,
.storecontents a:visited {
	color: blue;
}

.storecontents a:hover {
    color: blue;
	text-decoration:underline;
}


.storedata {
	text-align:center;
	padding: 15px;
}

.storedata table {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.top-separator {
	height:21px;
	background:url("../img/story-top.png") no-repeat center;
	padding: 10px;
}

.bottom-separator {
    height:21px;
    background:url("../img/story-bottom.png") no-repeat center;
	padding:10px;
    clear:both;
}

#photoarea {
    float:left;
    margin: 0 10px 0 20px;
}

#photoarea p {
    margin-top:3px;
    text-align:center;
    font-size:10px;
}

#photobox {
    width:250px;
    height:300px;
    border:1px solid black;
}

.photo {
    position:absolute;
}

#siteHtml {
	clear: both;
	padding-top: 15px;
}

.siteSectionTitle {
    font-weight:bold;
}

#siteMap {
    width:96.7%;
    height:400px;
    margin: 10px auto 0;
    border: 1px solid black;
}

.locationTable {
    border: 1px solid black;
    border-width: 1px 1px 0 0;
    background: #e1e1e1;
    font-size: 0.75em;
    margin: 10px auto;
    width:96.7%;
    padding:0;
    
}

.locationTable td, .locationTable th {
    border: 1px solid black;
    border-width: 0 0 1px 1px;
    margin:0;
    padding:2px;
}  

.locationTable a:link {
    color:#0000ff;
}

.locationTable a:hover {
    text-decoration:underline;
}
