#notice {
color: #000;
margin: 10px -200px 0px -100px;
z-index: 25;
}
#notice a {
color: #666666;
}
#paypal {
margin-left:0;
width:100%;
}
#photodisplay {
left: 22.5%;
width: 75%;
position: relative;
padding: 2px;
/*border: 1px solid #999;*/
z-index: 23;
}
#image, #description, #paypal {
/*border: 1px solid #555;
background-color: #333;*/
}
#image {
padding: 10px;
margin-left: -20px;
}
.shadow1 {
        background-color: rgb(0,0,0); /* Needed for IEs */
		float: left;
		margin-left: 15px;
		margin-bottom: 18px;

        -moz-box-shadow: 5px 5px 5px #000;
        -webkit-box-shadow: 5px 5px 5px #000;
        box-shadow: 5px 5px 5px #000;

        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5,MakeShadow=true,ShadowOpacity=0.70);
        -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=5,MakeShadow=true,ShadowOpacity=0.70)";
        zoom: 1;
}
.shadow {
        position: relative; /* This protects the inner element from being blurred */
		border:1px solid #999;
}
#description {
margin-top: 1px;
text-align: center;
float:left;
}
.index.photoflow #description , .alternate-summer #description  {
margin-top: -270px;
}
#description h3 {
padding-top:3px;
}
#description  p {
padding: 3px 10px 10px 10px;
}
#footer {
width: 75%;
float:left;
}

