body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: lightyellow;
background: black;
}

#header {
border-bottom: dotted 4px orange;
}

#header h1 {
font-size: 1.5em;
font-style: italic;
color: lightyellow;
text-align: right;
margin: 0;
}

#main_menu {
position: absolute; top: 180px;
width: 180px;
border-right: 1px solid lightyellow;
border-bottom: 1px solid lightyellow;
background-image: url(images/background_menu.jpg);
background-repeat: repeate-y;
}

#main_menu p {
color: #ffcc66;
text-align: center;
font-weight: bold;
}

#main_menu ul {
margin-left: 0;
padding-left: 0;
margin-top: 2px;
list-style-type: none;
}

#main_menu ul ul {
margin-left: 15px;
font-size: 90%;
}

#main_menu li {
margin-bottom: 7px;

}

#main_menu a:link {
color: lightyellow;
}

#main_menu a:visited {
color: #ff9900;
}

#main_menu a:hover {
color: #ffcc66;
background-color: black;
}

#main_menu a:active {
color: gray;
}

#main_menu a.current {
color: gray;
text-decoration: none;
}

#content {
position: absolute; top: 230px; left: 220px;
width: 75%;
}

#subtitle h2 {
font-size: 120%;
margin-top: 0;
padding-top: 5px;
padding-bottom: 5px;
border-top: 2px dotted orange;
border-bottom: 2px dotted orange;
}

#content_text {
position: relative; top: 5px; 
background-color: cornsilk;
margin-top: 10px;
padding-top: 5px;
padding-bottom: 5px;
background-image: url(images/background_butterfly.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}

#content_text p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 110%;
font-weight: bold;
color: #660000;
margin-top: 5px;
margin-right: 10px;
margin-left: 40px;
}

#content_text h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 110%;
font-weight: bold;
color: #660000;
margin-right: 10px;
margin-left: 40px;
}

#collection_text {
position: relative; top: 5px;
background-color: cornsilk;
margin-top: 10px;
padding-top: 5px;
padding-bottom: 5px;
background-image: url(images/edge_butterfly.jpg);
background-position: top left;
background-repeat: repeat-y;
float: left;
}

#collection_text p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 110%;
font-weight: bold;
color: #660000;
margin-left: 50px;
margin-right: 10px;
}

#collection_text p.signature {
text-align: right;
padding-right: 5px;
}

#photo_content {
position: absolute; top: 220px; left: 240px;
}

#photo{
border: 2px solid lightyellow;
border-bottom: 0;
background-color: lightyellow;
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: orange;
font-size: 80%;
border-top: 1px dotted orange;
}