body
{
    font-family:verdana;
    font-size:11px;
    color:#737373;
    background-image:url("images/bg.png");
    background-repeat:repeat-x;
    background-color:#f5f5f5;
    margin-top:0px;
}
#centerized
{
    width:710px;
    margin-left:auto;
    margin-right:auto;
}
#left_ad
{
    width:125px;
    float:left;
}
#center_ad
{
    width:580px;
    display:inline;
    text-align:center;
    float:left;
    margin-top:10px;
    margin-bottom:10px;
}
#text_ad
{
    width:580px;
    text-align:center;
    float:left;
    margin-top:10px;
}
#welcome
{
    width:580px;
    height:32px;
    background-image:url("images/welcome.png");
    background-repeat:no-repeat;
    float:left;
}
#browse_all
{
    width:580px;
    height:33px;
    background-image:url("images/browse_everything.png");
    background-repeat:no-repeat;
    float:left;
}
.content
{
    width:570px;
    float:left;
}
#logo
{
    width:700px;
    height:252px;
    background-image:url("images/logo.png");
    background-repeat:no-repeat;
}

h1
{
    margin-top:0px;
    margin-left:230px;
    width:300px;
    font-family:Verdana;
    color:#FFFFFF;
    font-size:28px;
    padding-top:80px
}
a, a:visited
{
    color: #737373;
    text-decoration:none;
}

a:hover
{
    color: #0080FF;
}

#footer
{
    width:580px;
    float:left;
    text-align: center;
    margin-top:20px;
}

#address_bar
{
    background-color:#000000;
    text-align: center;
    color: #000000;
}

#center_browse
{
    width:580px;
    text-align:center;
    float:left;
}

#go
{
    background-color:#787e7f;
    background-image:url('images/bg_button.png');
    background-repeat:repeat-x;
    border:1px solid #6a7172;
    font-weight: bold;
    color: #FFFFFF;
    height:27px;
    vertical-align:middle;
}

#address_box
{
    width: 300px;
    background-color:#787e7f;
    background-image:url('images/bg_button.png');
    background-repeat:repeat-x;
    border:1px solid #6a7172;
    color:#ffffff;
    height:23px;
    vertical-align:middle;
}

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

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

form
{
    margin: 0;
}
