html, body {
	height:100%
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
body {
	background: #efefef url(imgs/background_repeat.jpg) repeat-x;
	margin:0px;
}

img {
	border:0px;
	margin:0px;
}
/*** ID's - Main Sections of Website ***/

#content {
	width:948px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width:948px;
	height:198px;
}

#logo {
	float:left;
	margin-top:42px;
}

#donate {
	float:right;
	margin-top:72px;
}

#headerPets {
	float:left;
	margin:45px 0px 0px 45px;
}

#navMenu {
	float:left;
	width:948px;
	height:37px;
	background: url(imgs/nav_background_cut.jpg) no-repeat;
}

#innerContent {
	float:left;
	width:948px;
	background:#FFF url(imgs/main_background_repeat.jpg) repeat-y;
	}

#mainContent{
	float:left;
	width:948px;
	min-height:500px;
	padding:0px;
	background:url(imgs/main_background_top.jpg) no-repeat;
}

#bodyContent{
	margin:20px;
}

#copy {
	float:left;
	margin:20px;
	width:700px;
}

#copyTestimonials{
	float:left;
	margin:20px;
	width:auto;
}

#copyContactUs {
	float:left;
	margin:40px;
	width:400px;
}

#bodyContentImage{
	float:left;
	width:908px;
}

.bodyContentImageCenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.bodyContentImageRight{
	display: block;
    margin-left: auto;
}

#footer {
	float:left;
	width: 100%;
	height: 35px;
	background: #000;
	color:#FFF;
	text-align:center;
}

#homepageLeft {
	width:248px;
	background:#000;
	color:#FFF;
	margin-left:4px;
	padding:0px;
	text-align:left;
}

p.homepageLeft, img.homepageLeft {
	margin-top:15px;
	padding-right:15px;
	padding-left:15px;
	font-size: 13px;
}

#homepageRight {
	float:left;
	width:690px;
	margin-top:20px;
	text-align:center;
}

.testimonials_img {
	float:left;
	width:175px;
	padding:10px;
}

.testimonials_copy{
	float:left;
	width:650px;
	padding-left:15px;
}

.factsmyths_copy{
	float:left;
	width:650px;
	padding-left:15px;
}

.resources_copy{
	float:left;
	width:650px;
	padding-left:15px;
}

hr {
	color:#000;
	background-color:#000;
	height:1px;
	width:800px;
	margin-top:15px;
}

/*** Navigation ***/

ul.menu {
	list-style: none;
	margin-top:4px;
	margin-left:4px;
	padding: 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.menu li {
	float: left;
	margin:0px;
	}

ul.menu li a {
	display: block;
	width: 116px;
	height: 35px;
	background: url(imgs/menu_items.gif);
	}
	
/** Directory **/

ul.directory {
	list-style: none;
	padding: 0px;
	margin:0px;
	}

ul.directory li {
	float: left;
	margin-right:0px;
	}

/*** Links ***/
ul.menu li.home a {
	background-position: 0 0;
	}

ul.menu li.factsmyths a {
	background-position: -116px 0;
	}
	
ul.menu li.directory a {
	background-position: -234px 0;
	}

ul.menu li.resources a {
	background-position: -352px 0;
	}

ul.menu li.testimonials a {
	background-position: -470px 0;
	}

ul.menu li.contact a {
	background-position: -589px 0;
	}

ul.menu li.downloads a {
	background-position: -706px 0;
	}

/*** Hover ***/
ul.menu li.home a:hover {
	background-position: 0 -35px;
	}

ul.menu li.factsmyths a:hover {
	background-position: -116px -35px;
	}
	
ul.menu li.directory a:hover {
	background-position: -234px -35px;
	}

ul.menu li.resources a:hover {
	background-position: -352px -35px;
	}

ul.menu li.testimonials a:hover {
	background-position: -470px -35px;
	}

ul.menu li.contact a:hover {
	background-position: -589px -35px;
	}

ul.menu li.downloads a:hover {
	background-position: -706px -35px;
	}

/*** Resting ***/

ul.menu li.home a.selected {
	background-position: 0 -35px;
	}

ul.menu li.factsmyths a.selected {
	background-position: -116px -35px;
	}
	
ul.menu li.directory a.selected {
	background-position: -234px -35px;
	}

ul.menu li.resources a.selected {
	background-position: -352px -35px;
	}

ul.menu li.testimonials a.selected {
	background-position: -470px -35px;
	}

ul.menu li.contact a.selected{
	background-position: -589px -35px;
	}

ul.menu li.download a.selected {
	background-position: -706px -35px;
}

/*** Links ***/

/**Basic Links**/
a {
	color:#660000;
	text-decoration: underline;
}

a:hover {
	color:#a50000;
}

a:visited {
	color:#420000;
	text-decoration: underline;
}
	
/** Footer Links**/
.footer a {
	color: #FFF;
	text-decoration: underline;
}

.footer a:hover {
	color:#999;
}

.footer a:visited {
	color:#CCC;
	text-decoration: underline;
}

/** elements **//

ul {
	list-style-type: disc;
	list-style-position:inside;

}

li {
	margin-top: 15px;
	font-size:16px;
	font-weight:600;
}

h1 {
	font-size: 14px;
	font-weight:500;
}

h2 {
	font-size:16px;
	font-weight:600;
}

h3 {
	font-size:14px;
	font-weight:600;
}


h1.homeHeader {
	margin-left:15px;
	padding-top:5px;
	font-size:20px;
	font-weight:600;
	color:#FFF;
}

.spacer {
	width:5px;
	height:15px;
}

