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

body {
	background: #dedede url(_i/bg-new.jpg) ;
	font-family:Century Gothic, Verdana, Arial, Helvetica, san-serif;
}


.wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 500px;
	background: #ffffff;
}
.nav {
	background: #f58020;
	font-size: 16px;
	text-align:right;
    width: 100%;
    float: left;
}
.nav a {
	color: #fff;
	text-decoration: none;
	padding: 1px 15px;
	margin: 0 -2px;
	line-height:33px;
}
.nav a:hover {
	color: #fff;
	text-decoration: none;
	padding: 7px 15px;
	margin: 0 2px;
	line-height:33px;
	background: #000000 url(_i/nav-bg.jpg) repeat-x bottom;
}

.main {
	min-height: 460px;
	margin-bottom: 20px;
}
#logo {
	position: absolute;
	top: -30px;
	left: 50px;
}
.tagline {
	font-size: 27px;
	color: #fff;
	width: 1000px;
	letter-spacing: .02em;
	line-height: 35px;
}
.tagline a {
	color: #fff;
	text-decoration:none
}
.tagline a:hover {
	color: #f58020;
	text-decoration:none
}
.titles {
	font-size: 27px;
	color: #a0100d;
	width: 1000px;
	letter-spacing: .02em;
	line-height: 35px;
}
.footer {
	color: #a0100d;
}
.footer a {
	color: #a0100d;
	text-decoration:none;
}
.footer a:hover {
	color: #ff830d;
}
a img {
	border:  none;
}

.homepg .nav .home, .aboutpg .nav .about, .managementpg .nav .management, .eventspg .nav .events, .contactpg .nav .contact, .adoptpg .nav .adopt  {
    background: #ff830d;
}

.donatepg .nav .donate {
    background: #ff0d0d
}

.bcontent {
	background: #ffffff;
    width: 1000px; 
}