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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px;
	background-color:#333333;
}

a {
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration:none;
	color:#666666;
}
.wrapper {
	width: 846px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	
	
}

.header_upper {
background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	width:846px;
	height:262px;
	float:left;
	
	background-color:#FFFFFF;
	border-top:#FF6600 solid 3px;
	margin-top:20px;
}


.content_holder {
background-color:#FFFFFF;
background-image:url(../images/paw_print.jpg);
background-repeat:no-repeat;
background-position:bottom left;
width:846px;
float:left;
}


.leftcontent{
background-image:url(../images/left_bg.jpg);
background-repeat:no-repeat;
width:620px;
min-height:600px;
float:left;
border-right:#999999 dashed 2px;
margin-bottom:15px;
padding-left:5px;
}
.rightcontent{
width:215px;
height:422px;
float:right;

}

*html .nav {
	width:200px;
	height:195px;
	float:right;
	margin-right:10px;
	text-align:left;
	font-size:12px;	
}

.nav {
	width:190px;
	height:195px;
	float:right;
	margin-right:10px;
	text-align:left;
	font-size:12px;	
}

.nav a {
	text-decoration:none;
	color:#333333;
}
.nav a:hover {
	text-decoration:none;
	color:#ffffff;
	}

.nav ul{
margin-top:35px;
list-style:url(../images/bone.jpg);
}
.nav li{
margin-bottom:8px;
}

h4{
color:#FF6600;
font-size:18px;
margin:0px;
padding:0px;
margin-top:15px;
margin-bottom:8px;
margin-right:30px;
}

h5{
color:#ffffff;
font-size:12px;
margin:0px;
padding:0px;
margin-top:10px;
}
.page{
width:150px;
	height:395px;
	float:right;
margin:0px;
padding:0px;
}
.page_content{
padding:5px;
}
.page_content p{
font-size:11px;
}
.gall {
 width:620px;

color:#FFFFFF;

}
.footer{
margin-top:6px;
 float:left;
  width:846px;
   text-align:right;
   border-top:#FF6600 solid 3px;
   }