
*{ margin: 0;
padding: 0;}

body {
background-color: #1C1C1C;
font-family: Arial, Helvetica, sans-serif;
color: #000;
margin-left:.25in;
}

#wrapper {
background-image: url(../images/vintagebkgd.jpg);
width: 800px;
height: 700px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

#banner {
width: 800px;
height: 190px;
position: relative;
}

#sidebar img {
width: 170px;
height: 235px;
margin-top:25px;
margin-left:20px;
}

#menu {
font-size: 18px;
font-weight: bold;
width: 600px;
height: 35px;
color: #000;
margin-left: 220px;
margin-right: 300px;
margin-top: 15px;
position: relative;
float: left;
}

#sidebar {
width: 200px;
height: 410px;
position: relative;
float: left;
}

#poem img{
margin-left: -3px;
margin-right: 35px;
margin-bottom: 3px;
float: left;
}

#caption {
font-size: 13px;
font-weight: bold;
line-height: 16px;
text-align: center;
margin-top: 3px;
}

#imagemap {
margin-top: 10px;
}

#imcaption {
font-size: 13px;
font-weight: bold;
line-height: 16px;
text-align: left;
margin-top: 3px;
margin-right: 25px;
margin-bottom: 20px;
}

#content {
width: 600px;
height: 390px;
position: relative;
float: right;
}

#content ul  {
list-style-type: disc;
}

#content ul li {
display: block;
text-align: left;
margin-left: 45px;
}

#content a {
text-decoration: none;
}

h3 {
margin-left: 25px;
margin-top: 20px;
margin-bottom: 10px;
color: #000;
}

h4 {
margin-left: 25px;
margin-bottom: 10px;
color: #000;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
line-height: 20px;
color: #000;
margin-left: 25px;
margin-right: 25px;
}

#menu ul {
list-style-type: none;
}

#menu li {
width: 80px;
display: inline;
color: #000;
text-align: center;
}

#menu li a {
font-size: 15px;
font-weight: bold;
text-decoration: none;
color: #000;
height: 50px;
padding: 8px 4px;
margin: 4px 4px;
}

#menu a:hover {
color: #DDC7A9;
background-color: #910F0F;
border-left: 7px #000 solid;
}

#gallery {
width: 480px;
height: 160px;
margin: 20px 25px;
background-color: #000;
padding: 5px;
}

#gallery a { 
position: relative; 
display: block; 
float: left; 
width: 100px; 
height: 75px; 
margin: 10px; 
z-index: 1;
}

#gallery img { 
width: 100px; height: 139px; 
border: 1px solid; 
border-color: #999 #ddd #ddd #999;
}

#gallery a:hover {
position: relative;
z-index: 50; 
top: -55px; left: -75px; 
}

#gallery a:hover img { 
width: 188px; height: 250px; 
padding: 1px; 
background: #ccc; 
border: 2px solid; border-color: #eee #bbb #bbb #eee;
}

#gallery img {
border: none;
}

.project {
font-size: 14px;
font-weight: bold;
text-align: left;
color: #000;
margin-bottom: 10px;
}

fieldset {
width: 560px;
font-size: 14px;
border-style: solid;
border-color: #000;
border-top: 1px;
border-bottom: none;
border-left: none;
border-right: none;
padding-top: 15px;
padding-bottom: 5px;
margin-left: 25px;
}

label {
padding-bottom: 5px;
margin-bottom: 5px;
}

input:focus, textarea:focus {
background-color: #FFFBC6;
}

#footer {
width: 600px;
height: 20px;
margin-top: 40px;
float: right;
}

#footer p {
font-size: 12px;
text-align: left;
margin-left: 25px;
}

#footer a:link, a:visited {
padding-bottom: 10px;
text-decoration: none;
}

