body {
    font-family: verdana, arial, sans-serif;
    font-size: 0.7em;
    color: #FFF;
}
#content {
    width: 900px;
    margin: 10px auto;
}
table.results {
    margin-top: 10px;
    width: 900px;
    border-collapse: collapse;
}
table.results.mouse td {
    cursor: pointer;
}

table th a {
    font-weight: bold;
    color: #FFF;
}
table tr.alt {
    background-color: #313131;
}
table.results.mouse tr:hover {
     background-color: #999;
}
#page_nav {
    margin: 5px auto;
}
#page_nav li {
    display: inline;
    float: left;
    margin: 0 3px;
}
#page_nav li a {
    color: #FFF;
}
h3 {
    font-size: 150%;
    letter-spacing: 0.2em;
}
table.search {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #313131;
    width: 900px;
}

table.search td {
    font-weight: bold;
    text-align: center;
}
table.search td input {
    margin-top: 3px;
}

.left td {
    text-align: left !important;
}
.detail_header {
    font-size: 1.1em;
}
body.contact input, body.contact select, body.contact textarea {
    width: 300px;
    overflow: auto;
}
body.contact select {
    background-image:url(../img/form-bg.gif);
	background-repeat:repeat-x;
	background-color:#403d3e;
	border: solid thin;
	border-color: #313131;
	color: #FFF;
}
body.contact input.button {
    width: 61px;
    height: 22px;
}
