
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
background: white;
}

#header {
border-bottom: dotted 4px orange;
margin-bottom: .25in;
}

#header h1 {
font-size: 1.5em;
font-style: italic;
text-align: right;
margin: 0;
}

#subtitle h2 {
font-size: 120%;
margin-top: 0;
padding-top: 5px;
padding-bottom: 5px;
border-top: 2px dotted orange;
border-bottom: 2px dotted orange;
}

p {
font-size: 1em;
color: black;
}

#main_menu {
display: none;
}

#collection_text p.signature {
text-align: right;
padding-right: 5px;
}

#photo{
padding: 2px;
padding-bottom: 0;
float: left;
}

#titles {
width: 80px;
float: left;
}

#titles p {
text-align: right;
margin-right: 5px;
}

#description {
width: 250px;
margin-left: 10px;
float: left;
}

#caption {
position: relative; top: 10px;
clear: both;
}

#caption p {
font-size: 90%;
}

#footer {
position: relative; top: 15px;
}

#footer p {
color: brown;
font-size: 80%;
border-top: 1px dotted orange;
}