/*#############################################################
Name: Dog Cart
Date: 2006-10-11
Description: dog cart
Author: Helaman Hintze
URL: http://www.nationalpacificwebdesign.com
#############################################################*/
/* standard elements */

@import  url("boxes.css");

a:link {
	color: #008B8B;
	text-decoration: underline;
}

a:visited {
	color: #006400;
}

a:hover {
	color: Yellow;
	text-decoration: underline;
}

a:active {
	color: #6495ED;
	text-decoration: none;
}

blockquote {
	background: url(../images/quote.gif) no-repeat;
	color: #555555;
	font: normal 1.4em serif;
	padding-left: 22px;
}

blockquote p {
	padding: 6px;
}

body {
	background: White;
	color: #272727;
	font: normal 86.5% "Lucida Sans Unicode",sans-serif;
}

h1 {
	font: normal 1.6em serif;
}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}
h3 {
	font: bold 1.75em Verdana,serif;
	margin: 3px 0 1px;
}
img.left {
	margin: 0 18px 6px 0;
}

p,blockquote,ul {
	margin-bottom: 1.2em;
}

ul {
	margin-left: 1.8em;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	width: 736px;
}

/* content */
.content {
	background: url(../images/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}

.content .spacer {
	height: 42px;
}

.footer a {
	color: #000000;
	text-decoration: none;
}

.footer a:hover {
	color: #333333;
	text-decoration: underline;
}

.header {
	background: url(../images/header.jpg) #56644A no-repeat;
	color: #FFFFCC;
	font-size: 1.4em;
	height: 232px;
	padding-right: 270px;
}

.header h1 {
	font: normal 3.2em serif,sans-serif;
	padding: 62px 0 34px 0;
}

.left {
	float: left;
}

/* navigation */
.navigation {
	margin: 0 24px;
}

.navigation a {
	color: #6C7151;
	font: normal 1.9em serif;
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
}

.navigation a:hover,.navigation #selected {
	color: #2C3111;
}

.right {
	float: right;
}

.top {
	background: url(../images/bgcontent.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 632px;
}

/* footer */
#footer {
	background: #6495ED;
	color: #000000;
	font-size: 0.80em;
	line-height: 12px;
	margin: 0 auto;
	text-align: center;
	width: 800px;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
}
