body {
margin: 0;
padding: 0;
background: #F1BFCA;
}

body, font, td, div {
color: #000;
font-size: 12px;
font-family: verdana;
}

b, strong {
color: #CA8D98;
}

i, em {
color: #C37D8A;
}

s {
color: #9E2A3F;
}
ul.navigation li {
margin: 0px;
padding: 0px;
display: block;
list-style-type: none;
float: left;
}

ul.navigation li a {
width: 145px;
height: 35px;
margin-left: -18px;
margin-right: 18px;
text-align: center;
font-size: 25px;
display: block;
background-color: #FFF;
}

#border1 {
border-left: 2px solid #DA576A;
border-right: 1px solid #DA576A;
}

#border2 {
border-left: 1px solid #DA576A;
border-right: 1px solid #DA576A;
}

#border3 {
border-left: 1px solid #DA576A;
border-right: 2px solid #DA576A;
}

ul.navigation li a:hover {
background-color: #F2CED2;
letter-spacing: 2px;
border-bottom: none;
background-image: url(images/hover.gif);
}

ol {
list-style-type: upper-roman;
color: #9E2A3F;
font-size: 14px;
}

ol li#black {
color: #000;
font-size: 12px;
}

a, a:active, a:visited {
font-size: 12px;
font-family: Georgia;
color: #DA576A;
text-decoration: none;
}

a:hover {
color: #9E2A3F;
border-bottom: 1px solid #DA576A;
}

#container {
width: 646px;
margin-left: auto;
margin-right: auto;
}

#content {
background-color: #F0E7EC;
font-size: 12px;
font-family: Verdana;
color: #000;
border-left: 2px solid #000;
border-right: 2px solid #000;
}

.header {
font-weight: bold;
margin-bottom: -10px;
background: url(images/header.png) no-repeat bottom;
text-align: center;
width: 100%;
font-size: 26px;
font-family: Verdana;
color: #9E2A3F;
}

h2 {
color: #9E2A3F;
font-family: Georgia;
font-size: 20px;
margin-left: 50px;
}

h3 {
color: #9E2A3F;
font-family: Georgia;
font-size: 16px;
border-bottom: 1px dotted #9E2A3F;
width: 50%;
letter-spacing: 2px;
}

input, select, option, textarea {
margin-left: 10px;
border: 1px solid #CAC0C0;
background: url(images/formbg.gif);
font-size: 12px;
font-family: Georgia;
color: #868080;
}

blockquote {
background: url(images/blockquote.gif);
width: 382px;
height: 126px;
margin-left: auto;
margin-right: auto;
padding: 25px;
line-height: 17px;
border-right: 5px solid #9E2A3F;
border-left: 5px solid #9E2A3F;
}

/* this makes my CSS look messy as hell :| */
.show_join_name_field, .show_join_email_field, .show_join_password_field, .show_join_password_field2, .show_join_url_field, .show_update_old_email_field, .show_update_current_password_field, .show_update_name_field, .show_update_email_field, .show_update_password_field, .show_update_password_field2, .show_update_url_field, .show_lostpass_email_field {
width: 25%;
}