﻿/* CSS Document */

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

BODY{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #929292 url(../images/background.png) repeat-y center top;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	margin-right: 1px;
}

p{
	font-size: 18px;
}

a{
	color: #7f1618;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
	color: #7f1618;	
	margin: 0;
}

h3
{
    color: #7f1618;	
}

h2
{
   font-size: 18px; 
}

p.small{
	font-size: 14px;
	font-style: italic;
}

.content_wrapper
{
    margin: 20px auto;
    margin-bottom: 0px;
    width: 100%;
}

.center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header{
	background: url(../images/shipplogo.png) no-repeat left top;	
	height: 140px;
	margin-left: 59px;
	z-index: 9999;
	margin-top: 25px;
}

#headerbottomborder{
	margin-left: 10px;
}

#dog_agility_mat{
	width: 632px;
	height: 395px;
	margin: 40px auto;
}

#footertopborder{
	margin-left: 10px;
}

#footercopy
{
	font-size: 11px;
	padding-top: 10px;
	line-height: normal;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}
