body {
background: #eee;
color: #777;
font-family: Trebuchet MS, Tahoma, sans-serif;
font-size: 16px;
margin: 5px 0px 0px 0px;
padding: 5px 0px 0px 0px;
}

#container {
width: 800px;
}

#header {
background-image: url(images/header_small.jpg);
height: 150px;
}

#contents {
background: #fff;
padding: 5px 20px 10px 20px;
text-align: justify;
min-height: 430px;
}

#footer {
background: #b78c95;
color: #333;
background-image: url(images/footer.gif);
background-position: center bottom;
background-repeat: no-repeat;
padding: 5px 0px 5px 0px;
clear: both;
}

#nav {
background: #b78c95;
color: #333;
height: 25px;
padding: 3px 0px 3px 0px;
text-align: center;
font-size: 18px;
}

#nav a {
color: #333;
text-decoration: none;
}

#nav a:hover {
color: #f60;
}

#footer a {
color: #333;
text-decoration: none;
}

#footer a:hover {
color: #f60;
}

.left {
float: left;
margin-right: 20px;
}

.right {
float: right;
margin-left: 20px;
}

.copyright {
color: #bbb;
font-size: 12px;
text-decoration: none;
}

.highlight {
width: 500px;
text-align: center;
float: left;
}

h1 {
font-size: 20px;
font-weight: bold;
font-variant: small-caps;
}

dt {
margin-top: 15px;
margin-bottom: 5px;
font-weight: bold;
}

a {
color: #777;
}

a:hover {
text-decoration: none;
}

td {
text-align: center;
vertical-align: top;
}

