body        {
            background-color: yellow;
            color: #010101;
	    margin: 20px;
	    padding: 0;
            }

p.banner    {
            font-size: 110%;
            color:     red;
            font-weight: bold;
	    font:	sans-serif;
            }
.red        {
            color:     red;
            font-weight: bold;
            display: inline;
            }
div	    {
            display: inline;
            }
div.title     {
            font-size: 120%;
            color:     red;
            font-weight: bold;
            display: block;
            }
.detail    {
            font-size: 80%;
            color:       black;
            font-weight: bold;
            }

img         {
            border: 0;
            }

/* for positioning the banner graphic so the edge of the text
   lines up with the body of the page */
img.header  {
            padding-left: 55px;
	    }
td.menu     {
            padding-top: 10px;
            width: 180px;
            }
td.header   {
            padding-bottom: 10px;
             border-bottom: 4px solid red;
            }

a {
	text-decoration: none;
	color: #115511;
}

a:visited
{
	color: #77BB77;
}

a:hover {
	text-decoration: underline;
	color: #551111;
}

div.gallery {
overflow:hidden;
display: block; 
}

#gallery h1 {
	padding: 0;
	margin: 0;

	color: #460;
    	font-size: 150%;
	font-family: Bitstream Vera Serif, serif;
    	border-bottom: 1px dashed #cccbb9;
	text-align: center;
}
#gallery h2 {
	padding: 0;
	margin: 0;
	display: block;
	clear: both;

	color: #460;
    	font-size: 120%;
	font-family: Bitstream Vera Serif, serif;
    	border-bottom: 1px dashed #cccbb9;
	text-align: left;
}

div.content {
	padding-top: 0.5em;
	margin: 0 auto;
	width: 95%;
	text-align: center;
}

#gallery ul {
    padding: 0;
	text-align: center;
    display: block;
}

#gallery li {
	float: left;
    display: block;
    text-align: center;
    min-height: 150px;
    margin: 6px;
	padding: 5px;
	border: 1px solid #cccbb9;
}


#gallery img {
	border: 0;
}

#gallery .image {
	float: left;
    text-align: center;
    margin: 6px;
}

