body {
background-image: url(graphics/01.jpg);
font-family: "Verdana, Arial, Helvetica, sans-serif";
font-size: 14px;
color: #666;
}

body a:link, body a:visited, body a:active {
color: #59aeb5;
text-decoration: none;
}

body a:hover {
color: #fff;
text-decoration: none;
}

.wendypic {
border: 2px solid #666;
}

#wrapper {
background-image: url(graphics/bgstripe);
background-repeat: repeat-x;
background-position: 50% 100%;
}

#container {
width: 960px;
margin: auto;
}

#navbar {
text-align: right;
width: 860px;
margin: auto;
margin-top: 100px;
}

#menu li {
list-style: none;
text-decoration: none;
display: inline; 
padding-left: 15px;
}

#header {
background-image: url(graphics/header02.png);
width: 960px;
height: 200px;
margin-top: -90px;
}

#content {
margin-left: 27px;
width: 922px;
border-left: 3px solid #4b4b4b;
border-right: 3px solid #4b4b4b;
background: #fff;
text-align: center;
}

.wendypic {
float: left;
margin-right: 20px;
margin-bottom: 4px;
}

.table {
font-size: 18px;
border-bottom: 1px solid #333;
}

.table li {
list-style: none;
}

#footer {
width: 960px;
height: 100px;
background-image: url(graphics/footer.png);
}

