﻿body 
{
	font-family:Tahoma, "Lucida Grande", "Lucida Sans-Serif Unicode", Arial;
	font-size: 11px;
	background-image: url(img/bgtexture.png);
	background-repeat: repeat-x;
	background-color: #B73D15;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-position: center top;
}
#wrapall {
	background-image: url(img/sdbg.png);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
}
#wrapsite {
	background-color: #FFF;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C94F26;
	border-left-color: #C94F26;
}

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;
	background-repeat: repeat;
	background-color: #FFF;
	background-position: center top;
	background-image: url(img/sdwh.png);
}

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

.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;
}
#wrapall #site .content .left .dasheditem .signdog a:hover {
	color: #F68035;
}

.copydog a
{
    text-decoration:none;
    color:Black;
}
#wrapall #site .content .left .copydog a:hover {
	color: #9BBA61;
}

.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;
}

