body {
margin: 15px 0;
background: url(images/bg.gif);
font: 12px verdana, sans-serif;
}

a {
color: #2F0090;
text-decoration: underline;
}

a:hover {
color: #4DADAA;
text-decoration: none;
}

h1 {
display: none;
}

h2 {
margin: 0;
font: 22px "Lucida Console", verdana, sans-serif normal;
}

#container {
background: white url(images/layout_bg.jpg) no-repeat 0 100px;
width: 700px;
margin: 0 auto;
border: 1px solid #2F0090;
}

#top {
height: 100px;
background: url(images/header.jpg) no-repeat top left;
}

#left {
padding-left: 5px;
padding-top: 20px;
width: 200px;
float: left;
}

#content {
margin-top: 2px;
margin-left: 215px;
padding-right: 5px;
}

#nav {
clear: left;
margin: 15px;
font-size: 10px;
font-weight: bold;
text-align: center;
padding: 4px 0;
line-height: 14px;
background-color: #E8E8E8;
border: 1px solid #808080;
}

#nav a {
text-decoration: none;
}

#bottom {
text-align: center;
color: white;
padding: 2px 0;
background-color: #2F0090;
}

#bottom a {
color: white;
}

#bottom a:hover {
color: #4DADAA;
}