body {
background-image: url("img/bg.jpg");
background-color: #444E52;
}

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

#top {
width: 600px;
margin: auto;
}

#nav {
background-color: #40364C;
text-align: center;
line-height: 50px;
width: 600px;
height: 50px;
margin-top: -5px;
}

#nav a {
font-family: garamond;
font-size: 18px;
color: #E5D48B;
text-decoration: none;
text-transform: uppercase;
}

#content {
background-color: #261E45;
font-family: verdana;
font-size: 14px;
color: #5C676B;
text-align: justify;
line-height: 25px;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
}

#content a {
color: #E5D48B;
text-decoration: none;
}

#content b {
color: #ffffff;
font-weight: normal;
}

h1 {
font-family: garamond;
font-size: 32px;
color: #ffffff;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 5px;
text-align: center;
}

blockquote {
border-left: 10px solid #40364C;
padding-left: 5px;
}

textarea, input {
background-color: #E5D48B;
font-family: verdana;
font-size: 14px;
color: #40364C;
border-bottom: 5px solid #40364C;
border-top: 0px;
border-left: 0px;
border-right: 0px;
}

#disclaimer {
margin-bottom: 0;
}

.codesort li {
display: inline;
padding-right: 0.5em;
}