﻿body
{    
    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: smaller;
    margin: 0;
    padding: 0;
    background:url(bg-main.png) repeat-x;
}

/**** HEADINGS ****/

h1
{
    font-size: x-large;
}

h2
{
    background-color: #E8F3F9;
    font-size: large;
    padding:5px 12px;
}

h3 
{
    font-size: small;
    margin:0 0 2px 0;
}

p 
{
    margin:10px 0 10px 15px;
}

pre
{
    font-size: small;
}

.logo 
{
    position:absolute;
    top:0;
    right:-1px;
}

.logo a
{
    border-width:0;
}

#corner-top-left 
{
    position:absolute;
    top:0;
    left:0;
    background:url(corner-top-left.png) no-repeat;
    width:56px;
    height:45px;
}

#Banner
{
    position: absolute;
    top: 11px;
    left: 10%;
    z-index: 200;
}

#BreadCrumb
{
    position: absolute;
    top: 50px;
    right: 60px;
    z-index: 200;
}

#TheGoods
{
    margin:85px 50px 50px 50px;
    position:relative;
}

#WhatsNew img.RunIt
{
    border: none;
    vertical-align: text-top;
}

#WhatsNew ul
{
    margin-top: 0;
}
