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

html {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

body {
width:100%;
margin:0px;
padding:0px;
background-image:url(images/tile_bg.jpg);
background-repeat:repeat;
	
}


#entire_wrapper {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	font: 14px/18px Arial, Helvetica, sans-serif;
	background:url(images/blackpawbg.jpg) center top repeat-x;
	
}



#header {
	width:900px;
	height: 300px;
	margin:auto;
	padding:0px;
}

#wrapper {
width:900px;
margin:auto;
	
}

#content_wrapper {
	background-color:#fff;
	width:900px;
	margin:auto;	
}

#content {
	width:860px;
	margin:auto;
	background-color:#ffffff;
	padding:0px 20px;
		
}

#sidebar {
	float:left;
	width:160px;
	padding-left:0px;
	margin-right:20px;
	border-right:1px solid black;
	background-color:#fff;	
}

#menu {
	list-style:none;	
	padding:0;
	margin:0;
}

#menu li {
	padding-bottom:20px;	
}

#content_text {
	width:670px;
	float:right;	
	background-color:#fff;
	
}

#content_bottom {
	width:900px;
	height:19px;
	margin:auto;	
	margin-top:0;
	clear:both;
	padding:0;
}


#footertop {
	clear:both;
	width:900px;
	height:10px;
	margin-left:auto;
	margin-right:-auto;
	margin-top:20px;
	margin-bottom:0px;	
	padding:0px;
}

#footer {
	width:860px;
	height:40px;
	padding:0px 20px 0px 20px;
	margin:auto;
	background-color:#6e572f;
	color:#fffff;
	font:13px Arial, Helvetica, sans-serif;	
}

#footer ul li {
	float:left;
	color:#fff;
	border-right:2px solid white;
	font:bold 15px Arial, Helvetica, sans-serif;
	list-style:none;
}

#footer ul li a {
	color:#fff;
	padding:5px;
	text-decoration:none;	
}

#footer ul li a:hover {
	color:#eeaa4a;	
}

#footer ul {
	padding:10px 0px 0px 0px;
	margin:0px;
}
.footertext {
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	padding-right:10px;
}

#footerbottom {
	width:900px;
	
	margin-top:0px;
	padding:0px 0px 15px 0px;
vertical-align:top;
	
}

h2 {
	color:#eeaa4a;
	font: bold 21px Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0;
}

h3 {
	font:bold 14px Verdana, Geneva, sans-serif;	
	padding:0px;
	margin:0px;
	line-height:18px;
}

#title {
	background:url(images/bone_bottom.jpg) bottom right no-repeat;
	height:42px;	
}

.right {
	float:right;
}


.left {
	float:left;
}	

ul.list_home {
	margin: 20px 0px 20px 20px;
	list-style:inside;	
}

.gallery {
	float:left;
	padding:20px;
	border:1px solid white;	
	height:90px;
	width:100px;
	vertical-align:middle;
	text-align:center;
	background-color:#E9E9E9;

}

a.link {
	text-decoration:none;
	color:#6e572f;	
}

a.link:hover {
	color:#e57e37;
}

a.footerlink {
	color:#fff;
	text-decoration:none;	
}

a.footerlink:hover {
	color:#eeaa4a;	
}