/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 11pt 0;
	padding: 0;
	background: url(http://forpawssake.org/images/background.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align:left;
}

h2 {
	color: black;
	background-color:white;
    text-align:left;
}

p {
	font-size: 11pt;
}

ul, li {
	font-size: 11pt;
    text-align:left;
}

a {
	color: #000000;
    font-weight:bold;
    color:red;
}

a:hover {
	text-decoration: none;
    background-color:black;
    color:white;
}

v:link {
	text-decoration: none;
    color:#D7FDDE;
}

link {
	text-decoration: none;
    color:#D7FDDE;
}

.nav {
	text-decoration: none;
    color:#D7FDDE;
}

/* Header */

#header {
	width: 795px;
	height: 150px;
	margin: 0 auto;
	background: url(images/img1.jpg) no-repeat center center;
	border-top: 10px solid #000000;
	border-bottom: 10px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 10px;
}

#header h2 {
	float: right;
	padding: 100px 10px 0 0;
    text-align:left;
}

.footer  {
	color: #FFFFFF;
	font-size: 8pt;
}

.footernav  {
	color: #FFFFFF;
	font-size: 8pt;
}