/* CSS Document */

#gallery {	
margin: auto;
width: 880px;
min-height: 400px;
border-top: 1px solid #d7d7d7;	
}

.shop {	
margin: auto;
width: 880px;
float: left;	
}

.galleryimage {
margin: 10px;
float: left;
width: 200px;
height: 200px;
background-color: #999999;
}

.storeitem {
width: 200px;
height: 200px;
float: left;
margin: 10px;
border-bottom: 1px solid #CCCCCC;
}

.storebody {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #999999;
padding-top: 5px;
}

p.storetext {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-style: italic;
color: #333333;
padding-top: 15px;
}

p.gallerytext {
margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-size: 12px;
color: #666666;
border-top: 2px dotted;
border-bottom: 2px dotted;
}

a.gallerytext {
color: #333333;
}

a.gallerytext:hover {
color: #990000;
}

#footer {
	height: 50px;
	width: 890;
	float: left;
	clear: left;

}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
color: #333333;
font-size: 24px;
padding: 20px;
border-bottom: 1px solid #CCCCCC;
}

#footer {
width: 880px;
height: 100px;
float: left;
}


