/* browser reset */
html {
    color: #000;
    background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size:inherit;
    font:100%;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del,ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,q:after {
    content: '';
}

abbr,acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

/*because legend doesn't inherit in IE */
legend {
    color: #000;
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    font:90% Tahoma,sans-serif;
}


button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"] {
    padding:1px;
}

p,fieldset,table,pre {
    margin-bottom: 1em;
}

/* main layout */
body 
{ 
    font:17px/1.231 Tahoma,sans-serif;
    text-align: center;
    margin: 10px;
}

#doc
{
    margin: auto;
    text-align: left;
    width:500px;
}

#bd
{
    color: #333;
    margin-top:30px;
}

#hd
{
    position:relative;
    width: 460px;
    height: 150px;
    padding: 0px;
    margin: 0px auto;
}

#foreground
{
    width: 460px;
    height: 150px;
    display:block;
    position:absolute;
    top: 0px;
    left: 0px;
    background: transparent url(/pages/themes/default/banner-sprite.png) no-repeat 0px -300px;
}

#midground
{
    width: 460px;
    height: 150px;
    display:block;
    position:absolute;
    top: 0px;
    left: 0px;
    background: transparent url(/pages/themes/default/banner-sprite.png) no-repeat 0px -150px;
}

#background
{
    width: 460px;
    height: 150px;
    display:block;
    position:static;
    background: transparent url(/pages/themes/default/banner-sprite.png) top no-repeat;
}

#ft {
    text-align: center;
    margin-top: 45px;
    background:transparent url(/pages/themes/default/bottom-line-ie6.png) no-repeat top center;
    color: #aaa;
    font-size: 14px;
    padding-top: 20px;
}

#ft tt {
    margin: 0px 15px;
    color: #333;
}


/* basic elements */
a:link, a:visited
{
    color: #ad916c;
    text-decoration: none;
}

a:hover
{
    color: #5156bf;
    text-decoration: none;
}

#bd h2
{
    font-size: x-large;
    color: #ad916c;
    margin: 25px 0 5px 0;
}


/* stories */
em
{
    font-style: normal;
    color: #000;
    font-size: 130%;
}

.leftimage
{
    float:left;
    margin-left: -20px;
    padding: 0px 15px 15px 0px;
}

.rightimage
{
    float:right;
    padding-right: 20px;
}

.opinionbutton
{
    margin-top: 20px;
    padding: 5px 8px;
}
