body {
	background-color:#800000; /*C4CBBB;*/ 
	/*position: absolute;
	padding: 10px 100px 0px 100px;
	top:10px;
	line-height: 120%*/
}

div.main {
	width: 700px;
	margin: auto;
	line-height: 120%;
	/*text-align: justified;*/
}

h2 {
	color: #999966;
	/*font-family: Arial, sans-serif;*/
	font-weight: bold; 
	text-align: center;
}

h4 {color: #999966;
	/*text-align: left;*/
	text-align: justify;
	/*font-family: Arial, sans-serif; */
}
h3 {color: #999966;
	text-align: center;
	/*font-family: Arial, sans-serif; */
}
h5 {color: #999966;
text-align: center;
	/*font-family: Arial, sans-serif; */
}
a:link {color: #999999;} a:visited { color: 999901; } a:hover { color:999901;}

div.photorow {
	/*position: relative;*/
	/*left:150px;*/
	/*display: block;*/
	width: 655px;
	/*position: relative;*/
	/*top: 5px;*/
	/*margin-left: auto;
	margin-right: auto;*/
	margin: auto;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }


div.menu {
	width: 530px;
	margin: auto;
}

#menu {
   	height: 20px;
    margin: 0px 0px 6px;
    background: #800000;
    position: relative;
    //left:250px;
}

ul#navlist {

    margin: 0px -15px 6px -15px;
    padding: 0px;
    white-space: nowrap;
    font-weight: light;
}

#navlist li {
    display: inline;
    list-style-type: none;
    float: left;
    padding: 0px 0;
}

#navlist a {
    padding: 5px 12px;
    border-top: 2px solid #999966;
    border-bottom: 2px solid #999966
 }

#navlist a:link, #navlist a:visited {
    color: #999999;
    background-color: #800000;
    text-decoration: none;
 }

#navlist a:hover {
    color: #800000;
    background-color: #999966;
    text-decoration: none;
 } 