
body {
	background-image: url(images/bg.gif) repeat-x;
	background-color: #2c3a52;
	text-align: center;
	 font-family: "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    color: #FFF;
	font-size:12px
}
a
{
    color: #666;
    text-decoration:none;
}
a:hover
{
    color: #FFF;
    text-decoration:none;
}
#top_txt {
	text-align:left;
	padding:5px;
	width:750px;
	margin:0 auto;
}
#ads {
	text-align:center;
	width:700px;
	margin:0 auto;
}
.header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:150px;
	width: 800px;
	margin: 0 auto;
}

#topbar
{
    margin: 0 auto;
    width: 800px;
	height: 25px;
	
}

#slantedmenu{
font-weight: bold;
font-size: 90%;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #bebebe;
text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(images/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #494949;
} 

#slantedmenu ul li a:hover{
color: black;
}


#container
{
    background: #000;
    margin: 0 auto;
    width: 800px;
	text-align:center;
}

#title, #title_address
{
    color: #FFF;
    padding-top: 85px;
	padding-left: 120px;
	padding-right: 100px;
	margin: 0 auto;
}
#title_address {
	text-align:center;
}
ul#navigation, ul#form
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#navigation
{
    float: left;
}

ul#form
{
    clear: both;
}

ul#navigation li
{
    float: left;
    margin: 0;
    padding: 5px 0;
}

ul#navigation li a
{
    font-weight: bold;
    color: #FFF;
    padding: 5px 20px;
    text-decoration: none;
    border:0;
}

ul#navigation li  a:hover
{
    color: #FFF;
	background-color:C60;
}

ul#form li
{
    width: 100%;
}






#go
{
 background:url(images/go.jpg) no-repeat;
height: 44px;
width:56px;
border:none;
}

#address_box
{
background:url(images/bar.jpg) no-repeat !important;
border:none;
font:normal 15px arial;
padding-top: 15px;
padding-right: 3px;
padding-left: 12px;
width: 440px;
height: 44px;
color: #ccc;
}
label {
	margin-bottom:5px;
}
.option
{
    padding: 2px 0;
	color:#FFF;
    background-color: #000;
}

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

form
{
    margin: 0;
}

#error, #auth
{
    background-color: #000;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    width: 750px;
    clear: both;
}

#auth
{
    background-color: #000;
}

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



#footer
{
    color: #FFF;
    font-size: small;
    text-align: center;
	width:800px;
	margin:0 auto;
}