.menu {
width: 100%;
height: 75px;
position: fixed;
left: 0px;
top: 0px;
text-align: center;
background-color: gold;
font-family: arial;
padding-top: 10px;
padding-bottom: 10px;
margin: 0px;
z-index: 1
}

.main {
position: relative;
top: 95px;
width: 700px;
text-align: left;
font-family: arial;
padding: 10px;
color: gold;
z-index: 0
}

.image {
float: left;
border: 0px;
width: 50%;
margin: 0px 10px 10px 0px
}

iframe.chat {
position: fixed;
left: 1 px;
top: 1 px;
z-index: 2
}

a {
target: new;
text-decoration: none;
color: goldenrod
}

a:hover {color: black}

img.link {
height: 63px
}

div.illustration
{
float:right;
margin:0 0 15px 20px;
text-align:center
}

td, th {
background-color: darkgreen;
border-style: solid;
border-color: green;
border-width: 1px;
padding: 5px
}

img.photolink {
border-width: 0px
}