#body {
position: absolute;
background-image: url(layout/dream.png);
background-repeat: no-repeat;
min-height: 600px;
min-width: 800px;
top: 50px;
left: 150px;
}

#info {
position: absolute;
top: 210px;
left: 85px;
width: 100px;
text-align: justify;
font-size: 5pt;
}

#content {
position: absolute;
top: 115px;
left: 265px;
width: 250px;
text-align: justify;
}

.content {
font-family: Georgia;
font-size: 11px;
}

.title {
display: block;
font-family: Bodoni MT, Book Antiqua;
text-align: left;
color: #1A7B8E;
font-size: 14pt;
}

.title2 {
display: block;
font-family: Bodoni MT, Book Antiqua;
text-align: left;
color: #1A7B8E;
font-size: 20pt;
}

.info {
font-family: Century Gothic;
font-size: 5pt;
text-transform: uppercase;
}

.date  {
position: absolute;
left: 250px;
top: 30px;
width: 70px;
height: 70px;
background-image: url(layout/date.png);
background-repeat: no-repeat;
padding: 10px;
}

.year {
display: block;

font-family: Bodoni MT, Book Antiqua;
margin-left: 6px;
font-size: 20px;
margin-top: 0px;
color: #CDCDCD;
}

.month {
display: block;
position: absolute;
font-family: Bodoni MT, Book Antiqua;
margin-left: 10px;
font-size: 20px;
color: #747474;
margin-top: -3px;
}

.day {
display: block;
position: absolute;
font-family: Bodoni MT, Book Antiqua;
margin-left: 11px;
font-size: 30px;
margin-top: -13px;
color: #1A7B8E;
}

a:link, a:active, a:visited {
color: #1A7B8E;
text-decoration: none;
font-family: Bookman Old Style;
font-size: 10pt;
font-style: italic;
}

a:hover {
color: #135663;
text-decoration: none;
font-family: Bookman Old Style;
font-size: 10pt;
font-style: italic;
}

textarea, input {
background-color: #EBF5F5;
color: #135663;
border: 0px;
}


.home a:link, .home a:active, .home a:visited {
color: #1A7B8E;
text-decoration: none;
font-family: Century Gothic;
font-size: 6pt;
font-style: normal;
}

.home a:hover {
color: #135663;
text-decoration: none;
font-family: Century Gothic;
font-size: 6pt;
font-style: normal;
}