body
{
    font-family:verdana;
    font-size:11px;
    color:#3e5962;
    background-image:url("graph/bg.png");
    background-repeat:repeat-x;
    background-color:#f1f1f1;
    margin-top:0px;
}
#centerized
{
    width:700px;
    margin-left:auto;
    margin-right:auto;
}
#left_ad
{
    width:165px;
    float:left;
}
#center_ad
{
    width:520px;
    display:inline;
    text-align:center;
    float:left;
    margin-top:10px;
    margin-bottom:10px;
}
#text_ad
{
    width:520px;
    text-align:center;
    float:left;
    margin-top:10px;
    margin-bottom:2px;
}

#bg
{
    width:700px;
    float:left;
}
#welcome
{
    width:520px;
    height:32px;
    background-image:url("graph/welcome.png");
    background-repeat:no-repeat;
    float:left;
}
#browse_all
{
    width:520px;
    height:33px;
    background-image:url("graph/browse_everything.png");
    background-repeat:no-repeat;
    float:left;
}
.content
{
    width:510px;
    float:left;
}
#logo
{
    width:700px;
    height:200px;
    background-image:url("graph/logo.png");
    background-repeat:no-repeat;
}
a
{
    color: #3e5962;
    text-decoration:none;
}

a:hover
{
    color: #0080FF;
}

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

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

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

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

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

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

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

form
{
    margin: 0;
}
