
body
{
    font-family: arial, helvetica, sans-serif;
    background-image: url(  '/images/bg.gif' );
}

body a:link, a:visited
{
    color: #003366;
}

:focus
{
    outline: 0;
}

#wrapper
{
    width: 700px;
    background-color: #fff;
    margin: auto;
}

#banner
{
    padding: 0px;
    background: url(   '../images/bg_wrapper.gif' ) left top no-repeat;
}

#content
{
    float: left;
    width: 660px;
    font-size: 13px;
    padding: 20px 20px 20px 20px;
}

#main_clock
{
    width: 700px;
    padding: 0px;
}

/* correcting terms of use supplied by Takeda */
#ctl00_cph_lblTermsOfUse ol
{
    font-size: 12px;
    line-height: 20px;
    padding: 0 30px 15px 30px;
    color: #666;
}

/*-----------footer-------------*/
#footer
{
    margin-top: 10px;
    text-align: center;
}

#footer p, #footer a
{
    font-size: 11px;
    color: #888;
    padding-bottom: 0;
    line-height: 13px;
}

#footer a
{
    text-decoration: underline;
    font-weight: normal;
}

#footer a:hover, #footer a:active
{
    color: #666;
}

