body {
background-color: #0C0F1E;
text-align: center;
margin: 0px;
}

body, td, input, select, textarea {
font-family: arial;
font-size: 12px;
color: #0A0605;
}

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

a:hover {
color: #517285;
}

#layout {
width: 700px;
height: 500px;
margin: 0px auto;
background-image: url(/skins/horrible/horrible.jpg);
background-repeat: no-repeat;
background-position: top center;
}

#menu {
width: 660px;
margin: -70px auto 15px auto;
text-align: right;
padding: 0px 20px 0px 20px;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
font-family: arial narrow, arial;
}

#content {
width: 670px;
margin: 0px auto;
text-align: justify;
padding: 0px 15px 5px 15px;
background-color: #F1F1F3;
height: 300px;
font-size: 12px;
line-height: 18px;
}

html > body #content {
height: auto;
min-height: 400px;
}

p {
margin: 0px 0px 10px 0px;
}

.pagenav {
margin: 5px 0px 10px 0px;
}

form p {
margin: 0px 0px 10px 0px;
}

h2 {
margin: 0px 0px 2px 0px;
line-height: 14px;
text-transform: uppercase;
letter-spacing: 0px;
font-size: 14px;
font-family: arial;
font-style: italic;
}

input, textarea, select, .chart {
border: 0px solid black;
background-color: #D1D1D9;
margin: 2px 0px 0px 0px;
}

.form {
width: 400px;
}

.password {
width: 198px;
}



