@charset "UTF-8";
/* preface */

 /*div#preface*/
div#preface{
 width: 600px;
 margin: 40px 100px 40px 100px;
 padding: 10px;
}
#home div#preface{
 background-image: url(../images/dog2index.jpg);
 background-position: top;
 background-repeat: no-repeat;
}
#archives div#preface{
 background-image: url(images/dog5.jpg);
 background-position: top;
 background-repeat: no-repeat;
}
div#preface h2{
 margin: 160px 0 30px 0;
 padding: 10px;
}
div#preface h3{
font-size: 80%;
font-weight: normal;
margin: 30px 90px 0 420px;
padding: 10px;
color: #333333;
}
div#preface p{
 padding: 10px 85px 10px 60px;
}
div#preface ul{
 margin: 30px 0 10px 0;
 padding: 0;
 float: left;
}
div#preface li{
 margin: 10px;
 padding: 0; 
}
