@charset   "UTF-8";
 /* storyphoto styles */

div#container {
  background-image : url(../image/bg03.jpg);
}

div#header {
  height: 95px;
  background-image : url(../image/logostone2.gif);
  background-color:#663333;
  background-repeat:no-repeat;
  background-position:20px 20px;
}

div#mainContents {
  display:block;
  float: left;
  width: 600px;
  height: auto;
  margin: 50px 100px 2em;
  background-color:#fffdf0;
}

 div#mainContents div#story {
  display: block;
  width: auto;
  height:auto;
  margin: 0 0 2em 0 ;
 
}

 div#mainContents h1{
  background-color:#cc9999;
}

 div#mainContents div#story h2,
 div#mainContents div#photo h2
{
  color: #336666;
  font-size: 80%;
  font-weight: bold;
  text-align:center;
}

div#mainContents div#story p {
 margin:10px 50px 10px
}

 div#mainContents div#photo {
  display: block;
  width: auto;
  height:auto;
text-align:center;
}

 div#mainContents div#photo p img{
margin:10px 0px; 
}

div#mainContents div#photo p#top {
 margin: 50px 20px 20px 0;
}


 

