* {
	margin: 0px;
	padding: 0px;
}

body{ text-align: center;} /* This is to fix an IE 5 centering bug - functions as LAYOUT rather than TEXT */


/* container styles */
div#container {
	width: 960px;
	margin: 0px auto 0px auto;
	text-align: left; /* This is to reverse the IE Bug F ix - functions as LAYOUT rather than TEXT */
	position: relative;
	
	
}

div#top_half {
	
	width: 960px;
	height: 1px;
	
	z-index: 1;
	
	margin-top: 0px;
	margin-left: 0px;
	
	position: relative;
}

div#header {
	
	width: 960px;
	height: 281px;
	
	margin-top: 0px;
	margin-left: 0px;
	
	position: absolute;
}


div#main_nav {
	width:960px;
	height: 83px;
	
	position: absolute;

	left: 0px;
	top: 281px;
}

ul.main_nav {
	margin-top: 13px;
	margin-left: 35px;
}


div#middle_content {
	width: 960px;
	height: auto;
	
	margin-top: 379px;
	margin-left: 0px;
	
	position: relative;
}

/* For fixed width layout just give the container a px width eg - div#container{ width:950px } */
/* For a left aligned layout just give the body left text align body{ text-align: left; }  and the container a 0px margin-left. */


/* CONTENT */

div#main_content{
	width: 533px;
	
	margin: 0px 0px 0px 0px;
	
	float: left;
}

div#main_content_box{
	width: 621px;
	
	margin: 0px 0px 0px 40px;
	
	float: left;
}

div#main_content_epage{
	margin: 25px 30px 30px 25px;
}


div#main_content_box_fp{
	width: 571px;
	
	margin: 0px 0px 0px 40px;
	
	float: left;
}

div#main_content_fpage{
	margin: 25px 30px 30px 25px;
}


/* For non-floating columns just give the content a width eg - content{ width:70% }. eg 70% for a single side bar and 45% for a 3 column layout */
/* If you are using a LEFT sidebar, give the content{ margin-left:28% } */

div#sidebar_right{
	float: right;
	width: 222px;

	margin: 0px 36px 0px 0px;
    padding: 0px;
    
    
        
}

div#sidebar_right_fpage{
	float: right;
	width: 261px;

	margin: 0px 36px 0px 0px;
    padding: 0px;
        
}

div#sidebar_right_epage{
	float: right;
	width: 222px;

	margin: 0px 36px 0px 0px;
    padding: 0px;
        
}

div.sidebar_content{
	margin: 0px 14px 0px 0px;
	
}

div#applesearch{
	height: 25px;
	width: 180px;
	margin-left: 55px;
	margin-bottom: 20px;
}

hr {margin:30px 0px 30px 0px; background-color: #d9dbdc; color: #d9dbdc; width: 100%; height: 1px;}


/* EMAIL FORM */

div#email_form {
	margin: 0px 0px 0px 50px;
}

/* NEWS */

div.news_item_highlight {
	margin-bottom: 30px;
}


/* HEADINGS & BLOCK IMAGES */

div#news_heading {
	margin-bottom: 20px;
}


div#adopt_an_angel{
	margin: 35px 0px 35px 0px;
}

div#online_donation {
	margin: 20px 0px 30px 0px;
}

div#quote {
	margin: 0px 0px 30px 0px;
}   

img.text_photo {
	float: right;
	margin: 0px 0px 15px 30px;
	border: white;
	border-width: 2px;
	border-style: solid;
}


/* FOOTER OLD */


div#footer_container{
	clear: both;
	background-color: transparent;
	height: 130px;
	
	margin-left: 40px;
}

div#footer{
	float: left;
	width: 873px;
	margin-top: 45px;
	margin-left: 0px;
	
	padding: 0px 0px;
	background-color: transparent;

}

div#footer_credits{
	float: left;
	width: 780px;
}

div#ph {
	float: right;
	
	width: 81px;
	height: 25px;

	}
	
a.ph {
    display: block;

	width: 81px;
	height: 25px;
	
    background: url('../images/ph_block.jpg') 0 0 no-repeat;
    text-decoration: none;
}

a:hover.ph {
    background-position: 0px -25px;
    }    
    

/* IMG STYLES FOR GALLERY THUMBS */

/*.thumbscontainer {
	
}*/

ul.thumbs li {
}
ul.thumbs {
width: auto;
padding: 15px;
}

ul.thumbs li img {
border-width: 2px;
border-style: solid;
border-color: white;
}