body {
background: lightgrey;
text-align: center;
}

a:link {color: #ffffff; }
a:visited {color: #ffffff; }
a:hover {color: #ffffff; }

#wrapper {
width: 750px;
margin: 0 auto;
background: #566b30;
}

#header {
width: 750px;
background: #000000;
text-align: center;
color: white;
}

.headline1 {
font-size: 250%;
font-weight: bold;
color: yellow;
}

.headline2 {
font-size: 140%;
font-weight: bold;
}

.menu1 {
font-size: 65%;
}

#maincontent {
float: left;
width: 540px;
background: #ffffff;
text-align: left;
padding-left: 10px;
}

.images {
text-align: center;
}

#rightmenu {
float: right;
width: 200px;
text-align: left;
}

.menu2 {
color: white;
}

#footer {
clear: both;
background: #000000;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
color: white;
}

.menu3 {
font-size: 80%;
}

.copyright {
font-weight: bold;
}
