@charset "utf-8";
/*
Design by Darin Tillinghast http://Peace-Paws.com, http://DancingWoofCouture.com, http://www.DancingWolf-Inc.com, http://www.PirateNautica.com
*/
 {
	margin: 0;
	padding: 0;
}
body {
	background-image:url(images/paws_after_dark.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
}

h1 {
	padding-top: 10px;
}

p  {
	margin: 0;
	padding: 0em 1em 0em 0em;
	line-height: 1.5em;
}

.uppercase { text-transform: uppercase; } 

#centerwrap {
	background-color:#555;
	width: 1024px;
	margin: 0 auto 0 auto;
	position: relative;
	/*height: 100%;*/
}

#header {
	background-color: #060;
	background-image:url('images/header1.jpg');
	margin: 0 auto 0 auto;
 	position: relative;
    height: 200px;
}

#header a {
	text-decoration: none;
}

#navcontainer {
	background-color: #333333;
	border-top: #000 groove 1px;
	border-bottom: #000 solid 1px;
	margin: 0;
 /*   position: relative;*/
	padding:  0px;	
}

#navlist {
	margin-left:77px;
	padding:0px;
}

#navlist a {
	  text-decoration: none;
	  padding: 0.4em  1em;
}


#navlist li {
	border-left: 1px groove #212121;
	 text-decoration: none;
	 display: inline;
	 list-style-type: none;
	 margin: 0px;
	 padding: .5em 0em .5em 1em;
}

#navlist ul {
	font-size: 1em;
	text-align: center;
	font-variant: small-caps;
}

#navlist li:hover {
	background-color: #98826A;
	border-left: 5px solid #407DB0;
	border-right: 5px solid #3A6C3B;
	margin: 0;
	padding: 1em;
}
/*
#navlist li:visited {
	background-color: #A9981D;
}*/

#leftcol {
	float: left;
	width: 200px;
	position: relative;
	padding: 10px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#leftcol img {
	border: 2px solid #000;
}
#leftcol h4 {
	color: #F4F0D9;
}
#widget {
	padding: 0 0 0 20px;
}

#maincontent {
	float: right;
	width: 784px;
	min-height: 630px;
	/*position: relative;*/
	padding: 10px;
	clear: none;
	margin: 0px;
}

#wrap img {
	padding-left: 1em;
}
#fb-root {
	float: right;
}

#footer {
	background-color: #000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0.5em 0em 1em 0em;
	clear: both;
}

#footer img {
	padding: 1em 0em .5em 0em;
}

#footer a {
	text-decoration: none;
}
.maincontentimages {
	text-align: center;
	padding-top: 15px;
}

.content_container {
    background-image:url('images/content_columns.jpg');
	background-repeat:repeat-y;
	float:right;
}

.sidebarimages {
	background-position: center;
	border: thin outset #000;
}


.headliner {
	font-family: "Rockwell Extra Bold", "Poor Richard", "Chaparral Pro sans-serif,";
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #AC3B14;
}

.crunch {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

a:link {
	color: #5CA840;
	text-decoration:none;
}
a:visited {
	color: #E87917;
	text-decoration:none;
}
a:hover {
	color: #78CBE4;
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

