body  {
	background: #666666;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #a7c056;
	background-image: url(../images/bg_main_rpt.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 963px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #ffffff;
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-image: url(../images/hdr_main.jpg);
	height: 156px;
} 
.twoColFixRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 336px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 370px 0 0; /* the right margin on this div element creates the column down the right 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#intro {
	font-size: 12px;
	line-height: 16px;
	margin-top: 15px;
}
.twoColFixRtHdr #footer { 
	padding: 20px 10px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	align:center;
} 
.twoColFixRtHdr #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 */
}
.fltrt { /* 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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#module1 {
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
#module2 {
	padding: 15px 0;
}
#marketplace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	list-style-position: outside;
	list-style-type: square;
	padding: 10px;
	font-weight: normal;
	border-top: 1px solid #eee3d2;
}
#module3 {
	padding: 10px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
p {
	text-align: left;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	line-height: 22px;
}
.img_pad {
	display: block;
	float: none;
	margin: 10px 0;
	padding-left: 200px;
}
h4 {
	font-size: 14px;
	color: #996633;
	font-weight: bold;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	color: #b32e0a;
	line-height: normal;
	display: block;
	margin: 5px 0 0;
}
.head2 {
	font-size: 16px;
	font-weight: bold;
	color: #b32e0a;
	line-height: normal;
}
.subhd {
	font-size: 14px;
	color: #996633;
	display: block;
	padding-bottom: 10px;
}
.img_pad_rt {
	display: block;
	float: left;
	margin: 5px 5px 5px 0;
	padding-right: 10px;
}
.p_inline {
	display: inline;
}
.img_floatrt {
	display: block;
	float: right;
	margin: 10px 0;
}
#feature {
	background-color: #f6f8ee;
	padding: 15px;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #e9e9da;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-bottom: 60px;
}
#navigation {
	background-image: url(../images/bg_nav.jpg);
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navspace {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
}
#alert {
	float: right;
}
.img_lft {
	float: left;
	clear: left;
	padding: 10px 10px 10px 0;
}
#clear {
	clear: both;
	float: left;
}
.img_pad_alert {
	display: block;
	float: none;
	margin: 10px 0;
	padding-left: 670px;
	padding-top: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tiptop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-align: right;
	height: 14px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	display: block;
	background-image: url(../images/icon_bone.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.img_rt {
	float: right;
	clear: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	display: inline;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#donate_module {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	height: 55px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #666;
}
#promo1 {
	font-size: 12px;
	line-height: 16px;
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-image: url(../images/bg_subhd.jpg);
	background-position: top;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 15px;
}
#promo2 {
	font-size: 12px;
	line-height: 16px;
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	display: block;
	margin-bottom: 15px;
	clear: both;
}
.hd_paws_bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	height: 26px;
	background-image: url(../images/bg_subhd.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	background-position: right top;
	background-color: #C39363;
}
a:link {
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #069;
	text-transform: none;
	border: 0px none #FFF;
}
a:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
}
.slides {
	text-align: center;
	display: block;
	padding-left: 75px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 75px;
	background-color: #000;
}
a:active {
}.twoColFixRtHdr #articleContent {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.btn {
	clear: both;
	display: inline;
	margin: 0px;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.adoptform {
	display: block;
	clear: both;
}
.small {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}
.twoColFixRtHdr #formConfirmation {
	margin: 20px;
	padding: 0;
	height: 800px;
}
.navspaceFooter {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	text-decoration: none;
	color: #900;
	padding-top: 20px;
	padding-bottom: 20px;
}
#module3b {
	padding: 15px 0;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.callout {
	background-color: #EDE8E2;
	border: 1px solid #861D07;
	font-size: 13px;
	line-height: 20px;
	padding: 10px;	
}
