@charset "UTF-8";
/* CSS Document */

/* Body text and page background */
body{
	margin: 0;
	padding: 0;
	background: url(im/bk/bk-paws-ltblue.png);
}


/* Page header style */
#header{
	height: 225px;
	width: 100%;
	background-image:url(im/bk/bk-paw-ltblue);
	background-repeat:repeat;
	border-bottom: thin solid #000066;
	text-align: center;
}

.headtitle {
	font-size: x-large;
	font-weight: bold;
	font-family: "Lucida Calligraphy", cursive, "Brush Script MT Italic", "Brush Script Std", "Bickham Script Pro Bold";
	position: relative;
	bottom: 4em;
	display: inline;
	text-align: center;
}


/* Page footer style */ 
#footer{
	clear: both;
	height: auto;
	width: 100%;
	background-repeat: repeat;
	border-top: 1px solid #000066;
	background-color: #CCCCFF;
	padding: 5px;
}
.litten {
	color: #660033;
	font-size: 12px;
	float: left;
	padding: 10px;
}
.sitemap {
	color: #660033;
	font-size: 12px;
	float: right;
	padding: 10px;
}

/* Style for main content column */
#main{
	background: #CCCCFF;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 3em;
	margin-left: 12em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}

/* Style for sidebar column */
#sidebar{
	float: left;
	display: inline;
	width:8em;
	text-align: center;
	padding: 2em;
}

h1 { font-size: 36px; text-align: center; }

h2 { font-size: 24px; text-align: center; }

hr {
	border-top: 1px solid #000066;
	margin-bottom: 1em;
	position: relative;
}


.serving {
	font: italic 18px "Apple Chancery", cursive;
	color: #000033;
	display: inline;
	
	padding-bottom: 10px;
}



.floatleft {
	float: left;
	padding: 10px;
	display: block;
	position: relative;
	margin: 1px;
}

.floatright {
	display: block;
	float: right;
	padding: 10px 10px 20px;
}

.dogs {
	padding: 1px;
	border-top: thin solid #000066;
	border-bottom: thin solid #000066;
	border-right-width: thin;
	border-left-width: thin;
	border-right-color: #000066;
	border-left-color: #000066;
	margin: 1px;
	font-family: "Times New Roman", Times, serif;
	height: auto;
}

.sidebarquote {
	border: solid thin #000033;
	font-family: "Monotype Corsiva";
	color: #000099;
	font-size: x-large;
	text-align: center;
	background: #CCCCFF;
	display: block;
	padding: 5px;
	margin-top: 5em;
}

.frametwo {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	border: 5px double #306;
}


.frame-blue {
	border: 4px ridge #000033;
	padding: 1px;
	margin: 10px;
}

.donate {
	background-color: #CCCCFF;
	width: 250px;
	text-align: center;
}

h3 { font-size: 18px; text-align: center; }

