﻿body 
{
    background:url("img/background2.png");
    font-family:Tahoma, "Lucida Grande", "Lucida Sans-Serif Unicode", Arial;
    font-size: 11px;
}

h4
{
    font-size:14px;
    margin:0px;
}

h5
{
    font-size:12px;
    margin:0px;
}

h6
{
    font-size:11px;
    margin:0px;
    font-weight:bold;
    margin-left:15px;
}

img
{
    border-style: none;
}

.site
{
    position:relative;
    width:980px;
    margin:0 auto 0;
}

.head
{
    width:980px;
    background-color:White;
    padding: 5px;
    padding-right:0px;
    padding-left:0px;
    margin-bottom:10px;
}

.content
{
    width:100%;
}

.left
{
    width:220px;
    float:left;
    margin:5px;
    margin-left:0px;
    text-align:right;
    background:white;
    padding:5px;
}

.left ul
{
    text-decoration:none;
    list-style:none;
}

.signdog a
{
    text-decoration:none;
    color:Black;
}

.copydog a
{
    text-decoration:none;
    color:Black;
}

.center
{
    width:580px;
    float:left;
    margin: 5px;
    padding:5px;
    padding-top:0px;
}

.right
{
    width:130px;
    float:right;
    margin:5px;
    margin-right:0px;
    padding:5px;
    background-color:White;   
}

.rightcenter
{
    width:720px;
    padding:5px;
    float:right;
}

.item
{
    background-color:White;
    padding:5px;
    margin-bottom:15px;
}

.dasheditem
{
    background-color:White;
    padding: 5px;
    border:dashed 1px black;
    border-top:none;
}