@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
}
body {
width:100%;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:101%;
}
div#one {
width:780px;
margin:auto;
background-color:#006633;
border-top:#006633 solid 40px;
}
div#two {
width:760px;
background-color:#993399;
border-bottom:#993399 solid 40px;
}
div#three {
width:740px;
border-top:1px;
margin-left:20px;
padding-bottom:10px;
background-color:#E9FFC1;
}
div#three h1 {
padding-top:20px;
padding-bottom:20px;
text-align:center;
color:#993399;
}
div#three h2 {
padding-top:20px;
padding-bottom:20px;
text-align:center;
color:#006633;
}
div#three p {
margin:1em;
color:#993399;
}
div#three ul {
margin:0 0 0 4em;
color:#993399;
}
div#three #closing {
float:left;
width:300px;
line-height:1.3em;
margin-top:0;
margin-left:40px;
}
div#three #contact {
float:right;
width:350px;
line-height:1.5em;
margin-top:0;
}
div#four {
  padding: 30px 0 0 0;
}
div#four h1 {
  text-align: center;
  background: url(../images/dakings_back.jpg) no-repeat center;
}
div#four p {
  padding: 0 20px;
}
.dated {
  padding: 0 10px 0 0;
  text-decoration: underline;
}
.clearfix {clear:both}












