a, a:visited {
text-decoration:none;
color: #333;
}
img {
border:0;
margin:0;
padding:0;
}


body  {
	font: 100%  Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url("page_bg.gif");
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background-image: url("/images/header.gif");
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 133px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 10px 10px;
	border-right : 1px solid #ccc;
}
.twoColFixLtHdr #sidebar1 h1{
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		background-image: url("button_up.gif");
		background-repeat: repeat-x;
	    background-position: bottom;
		background-color : #fff;
		padding: 6px; 
		margin : 0px;
		text-align: center;
		font-size: .9em;
		border: 1px solid #ccc;
}

.twoColFixLtHdr #sidebar1 h1:hover{
		background-image: url("button_down.gif");
		color: #000;
}

#sidebar1 #feed li {list-style-type:none; margin : 5px 5px 10px 5px; padding : 0; }
#sidebar1 #feed li a { font-weight : bold; color : #006699; font-size : 14px;}
#sidebar1 #feed ul {list-style-type:none; margin : 0; padding : 0; }
#sidebar1 #feed ul li { font-size : 11px;}
.twoColFixLtHdr #sidebar1 p{
	font-size: .8em;
	padding: 10px 10px 0 15px;
	margin: 0px;
	color: #666;
}

.italic{
	font-style: italic;
	margin:0px;
	padding:0px;
}

#italic{	font-style: italic;}
	
.newstitle {
		font-size: 1.1em;
		color: #333;
		padding: 5px 10px 0px 10px;
		margin: 0px;
}

.twoColFixLtHdr #sidebar1 .sideimg{
	padding: 0 0 0 0px;
border-left : 1px solid #999;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.twoColFixLtHdr #mainContent p{ 
	color : #666;
	margin : 0px;
	padding : 5px 20px 5px 20px;
	font-size: .85em;
}

.twoColFixLtHdr #mainContent .indent{ 

		text-indent: 30pt;
	color : #666;
	margin : 0px;
	padding : 5px 20px 5px 20px;
	font-size: .85em;

}

.twoColFixLtHdr #mainContent a{ 
		color : #3366ff;
}

.twoColFixLtHdr #mainContent .title{ 
	    margin: 10px;
	    width: 535px;
		background : #ffffcc;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #666;
		border-right: 1px solid #666;
}

.twoColFixLtHdr #mainContent .name{ 
	    margin: 10px;
	    width: 560px;
		background : #6699ff;
		color: #fff;
		padding: 3px 5px 3px 10px;
		font-size: .9em;
		border-left: 1px solid #999;
		border-top: 1px solid #999;
		border-bottom: 1px solid #666;
		border-right: 1px solid #666;		
}


#holder{
	display: table; 
	height: 1%;
	padding: 0 ;
	margin: 0;
}
#holderspec{
	width: 540px;
	display: table; 
	height: 1%;
	padding: 0 ;
	margin: 0;
}



.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url("footer.gif");
	height: 56px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding:10px 20px 10px 10px;
	margin: 0px;
}
.left { /* this class can be used to float an element left in your page */
	float: left;
	padding: 0px;
	margin: 0px 10px 10px 0px;
    border : 1px solid #ccc;

}

.newsborder {
	border-bottom: 1px dotted #ccc;}

.animalimg {
	float: left;
	padding: 0px;
	margin: 25px 10px 10px 20px;
    border : 1px solid #ccc;
}

.gal{
	float: left;
	padding: 0px;
	margin: 10px;
    border : 1px solid #ccc;
}

	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}