body { 
background-color: #8c9aa3;
margin: 10px;
color: #000000;
font: 12px trebuchet ms;
}

::-moz-selection {
background-color: #8c9aa3;
color: #0a59a6;
}

a, a:link, a:visited {
color: #0a59a6;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #000000;
}

#main {
width: 600px;
margin: 0px auto;
background-color: #EAE9D5;
padding: 5px;
}

#header {
background-image: url(img/xfiles_header.jpg);
height: 175px;
}

#menu {
text-transform: uppercase;
text-align: center;
word-spacing: 0px;
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
margin: 0px 0px 15px 0px;
}

#content {
width: 584px;
margin: 5px 0px 0px 0px;
background-color: #bac4c5;
height: 350px;
padding: 8px;
text-align: justify;
}

html > body #content {
height: auto;
min-height: 350px;
}

h1 {
font-size: 12px;
font-weight: normal;
margin: 0px 0px 8px 0px;
}

h2 {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
margin: 0px 0px 5px 0px;
letter-spacing: 1px;
text-align:right;
padding-right: 10px;
border-right: 5px solid #d80207;
}

h3 {
font-size: 12px;
font-weight: bold;
margin: 0px 0px 3px 0px;
letter-spacing: 1px;
}

#picdiv {
width: 500px;
margin: 0px auto;
padding-left: 15px;
}

.pic {
margin: 0px 10px 10px 0px;
text-align: center;
font-size: 10px;
float: left;
color: #000000;
line-height: 11px;
}

.pic a {
color: #8c9aa3;
}

.pic a:hover {
color: #8c9aa3;
}

.navi {
text-align: center;
word-spacing: 3px;
font-weight: bold;
margin: -8px 0px 10px 0px;
}

ul {
list-style-type: square;
list-style-position: inside;
padding: 0px;
margin-left: 0px;
}

li {
padding: 0px 0px 3px 0px;
}

p, ul, form, table {
margin: 0px 0px 15px 0px;
}

table#categories {
width: 100%;
margin-top: -5px;
}

table#categories td {
width: 50%;
vertical-align: top;
}

.form {
width: 250px;
}

form {
margin: 0px;
}