#content {
position: relative;
top: 3em;
margin-left: auto;
margin-right: auto;
max-width: 600px;
width: 600px;
padding: 16px;
}

#tbar {
float: left;
position: absolute;
top: 0px;
width: 100%;
background: #5c3566;
border-bottom: 1px solid #75507b;
margin: 0;
padding: 0;
}

#tbar-inner {
background: #5c3566;
margin: 0.6em;
padding: 0;
}

.boxout {
border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
background: #2e3436;
background: #555753;
background: #444;
}

hr {
clear: both;
color: #444;
background-color: #444;
border: 0;
height: 2px;
}

#nav {
text-align: center;
margin: 1em;
}

h2, h3, h4, h5, h6 {
clear: right;
font-family: Verdana,sans-serif;
font-weight: bold;
margin-left: -16px;
margin-right: -16px;
}

h2, h3, h4 {
font-size: 1em;
}

h2 {
border-bottom: 2px solid #f57900;
color: #f57900;
}

body {
color: #ddd;
font-family: Verdana,sans-serif;
font-size: 0.8em;
margin: 0;
}

a {
color: #729fcf;
font-weight: bold;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

p {
line-height: 1.4em;
}

h3 {
border-bottom: 1px solid #666;
margin-left: -8px;
margin-right: -8px;
}


li {
list-style-image: url('/bullet.png');
}

