body{
margin: 0;
padding: 0;
background-color: #FFFFFF;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
}

#content h2 {
font: 130% Georgia, "Times New Roman", Times, serif;
color: #2A4F6F;
}

#content {
position: absolute;
top: 1em;
left: 5em;
margin-right: 2em;
}

#content p {
font-size: 80%;
line-height: 1.6em;
padding-left: 1.2em;
}

#content h4 {
font: 100% Georgia, "Times New Roman", Times, serif;
color: #2A4F6F;
margin-bottom: 0.75em;
}

#content ul {
list-style: none;
}

#content li {
font-size: 80%;
margin-bottom: 0.75em;
}

#content a:link, #content a:visited{
text-decoration: none;
color: #2A4F6F;
background-color: transparent;
border-bottom: 1px dotted #6C7B8B;
}

#content a:hover {
color: #FF3333;
}

#content .cost {
font-size: 135%;
color: #778899;
}

#content .details {
font-size: 110%;
color: #778899;
margin-left: 1.25em;
}

body {
background-image: url(birdCutout.jpg);
background-repeat: no-repeat;
background-color: #FFFFFF;
background-position: 20% 0%;
background-attachment: fixed;
}

table {
margin-left: 3em;
border-top: 1px dotted #6C7B8B;
border-left: 1px dotted #6C7B8B;
border-right: 1px dotted #6C7B8B;
}

td {
border-bottom: 1px dotted #6C7B8B;
font-size: 80%;
color: #2A4F6F;
}



