body
{
    margin: 10px 0px 10px 0px;
    padding: 0px;
    font-size: 12px;
}

form, input
{
    margin: 0px;
    padding: 0px;
}

body, input
{
    font-family: 'lucida sans unicode', lucida, helvetica, verdana, arial, sans-serif;



}

body
{
    background-color: #000000;
    color: #ffffff;
}

input
{
    font-size: 10px;
    font-weight: bold;
    color: #000000;

}





.title
{
    margin-left: 3px;
    font-size: 25px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.normal_text
{
    margin-left: 3px;
    font-size: 13px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}






a:link, a:visited
{
    color: #FF00FF;
    text-decoration: none;
}

a:hover, a:active
{
    color: #FF66CC;
    text-decoration: underline;
    background-color: transparent;
}

#container
{
    -moz-border-radius: 20px;
    border: 1px solid #CCCDD7;
    width: 800px;
    margin: auto;
    background-color: #000000;
    text-align: left;
}

/* styling for anything in the masthead div */
#masthead {
	width: 800px;
	margin: 0 auto;
	height: 100px;
    background:url(images/the.jpg);
	}

#masthead ul#mainnav {
	float: left;
	margin-top: 70px;
    list-style:none;
	}

#masthead ul#mainnav li {
	float: left;

	text-align: left;
	font: bold 15px 'Trebuchet MS';
	}

#masthead ul#mainnav li a {
	width: 90px;
	height: 19px;
	display: block;

	padding-top: 5px;
	color:#ffffff;
	}
#title
{
    margin-left: 3px;
    font-size: 25px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

ul#navigation, ul#form
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#navigation
{
    float: right;
}

ul#form
{
    clear: both;
}

ul#navigation li
{
    float: left;
    margin: 0;
    padding: 5px 0;
    border-top: 2px #BFAA9B solid;
}

ul#navigation li a
{
    font-weight: bold;
    color: #ffffff;
    background-color: #000000;
    padding: 5px 15px;
    margin-left: 1px;
    text-decoration: none;
    border-bottom: 0 #ffffff solid;
}

ul#navigation li  a:hover
{
    color: #44352C;
}

ul#form li
{
    width: 800px;
}

#footer
{
    color: #ffffff;
    font-size: small;
    text-align: right;
}

#address_bar
{
    border-top: 2px #BFAA9B solid;
    border-bottom: 3px #44352C solid;
    background-color: #000000;
    text-align: center;
    padding: 5px 0;
    color: #e20608;
    font-size:18px;
    color:e20608;
}

#go
{
    background-color: #ffffff;
    font-weight: bold;
    font-size:14px;
    color: #000000;
    border: 1px #e24a08 solid;
    padding: 2px 5px;
    height: 30px;
    vertical-align:middle;
}

#address_box
{
    width: 500px;
    height: 30px;
    font-size:14px;
}

.option
{
    padding: 2px 0;
    background-color: #000000;
}

.option label
{
    border-bottom: 2px #000000 solid;
}

form
{
    margin: 0;
}

#error, #auth
{
    background-color: #BF6464;
    border-top: 1px solid #44352C;
    border-bottom: 1px solid #44352C;
    width: 800px;
    clear: both;
}

#auth
{
    background-color: #94C261;
}

#error p, #auth p, #auth form
{
    margin: 5px;
}