html, body { height: 100%; }
body *{line-height:1.4em;}
body {
  font: 13.34px helvetica,arial,freesans,clean,sans-serif;
  *font-size: small;
  text-align: center;
  margin: 50px 0px;
  padding: 0px;
  height: 100%;
  background: url('/2010/img/greetings/bkg.gif');
}
img { border: 0px; }
.clear { clear: both; }
.push { clear: both; height: 70px; }
.center { text-align: center; }

#page, #credits {
    width: 990px;
    margin: 0 auto;
}
#content {
    border: 1px dotted #BC1802;
    width: 900px;
    text-align: left;
    margin: 0 auto;
    padding: 10px;
    background-color: #FFFFFF;
}

#img_top_left {
    background: url('/2010/img/greetings/01.png') no-repeat;
    height: 64px;
    width: 64px;
    float: left;
    margin: -30px 0px 0px 5px;
}

#img_top_right {
    background: url('/2010/img/greetings/02.png') no-repeat;
    height: 64px;
    width: 64px;
    float: right;
    margin: -30px 0px 0px 5px;
}

#img_bottom_left {
    background: url('/2010/img/greetings/03.png') no-repeat;
    height: 64px;
    width: 64px;
    float: left;
    margin: -30px 0px 0px 5px;
}

#img_bottom_right {
    background: url('/2010/img/greetings/04.png') no-repeat;
    height: 64px;
    width: 64px;
    float: right;
    margin: -30px 0px 0px 5px;
}

#content h1 {
    float: right;
    color: #FF725F;
}

#content p#first { padding-top: 20px;}
#content p {
    clear: both;
    padding-left: 70px;
    min-height: 55px;
    margin: 10px 50px
}
#content p.last { margin-bottom: 20px; }

#contact {
    color: #AFAFAF;
    margin: -10px 0px 0px 120px;
    padding: 2px 5px 0px 5px;
    width: 670px;
    height: 20px;
    
    border-bottom: 1px dotted #BC1802;
    border-left: 1px dotted #BC1802;
    border-right: 1px dotted #BC1802;
}
#contact span {
    border-right: 1px dotted #BC1802;
    padding: 0px 5px;
}
#contact span.last { border: 0px; }

#pictures, #words, #calendar {
    clear: both;
    margin-top: 60px;
}
#pictures h2, #words h2, #calendar h2 {
    margin: 0px 20px;
    padding: 0px 50px;
    height: 50px;
}
#words h2 { background: url('/2010/img/greetings/05.png') no-repeat; }
#pictures h2 { background: url('/2010/img/greetings/06.png') no-repeat; }
#calendar h2 { background: url('/2010/img/greetings/07.png') no-repeat; }

#pictures ul, #calendar > ul {
    list-style-type: none;
    padding: 0px;
    margin-left: 20px;
}
#pictures li {
    float: left;
    margin: 5px;
}
#pictures li img {
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#calendar > ul > li {
    float: left;
    border: 1px solid #BC1802;
    width: 400px;
    height: 110px;
    margin: 5px;
    padding: 5px;
}

#credits {
    text-align: left;
    padding-left: 100px;
	background-color: #FFF;
}
