@charset "UTF-8";
body {
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clip: rect(auto,auto,auto,auto);
	height: 99px;
	background-color: #DDDDDD;
	background-image: url(../images/registration-header.jpg);
	width: auto;
}
.oneColFixCtrHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #header_home {
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clip: rect(auto,auto,auto,auto);
	height: 99px;
	background-color: #DDDDDD;
	background-image: url(../images/edit-listing-header.jpg);
	width: auto;
}
.oneColFixCtrHdr #mainContent {
	background-color: #F4F5EF;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #614918;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 23px;
}
.regulartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 23px;
}
a {
	color: #006600;
	text-decoration: underline;
}
table.register {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 23px;
}
.headertitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #614918;
	top: 25px;
	left: 110px;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	height: 37px;
}
.headertagline {
	font-family: Arial, Helvetica, sans-serif;
	color: #91805F;
	font-size: 15px;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #614918;
}
.redwarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #FF0000;
}
#straightpoop {
	height: 250px;
	width: 300px;
	background-image: url(http://www.doggies.com/Straight-Poop/300x250ad-2.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#straightpoop-search {
	height: 139;
	width: 280;
	background-image: url(http://www.doggies.com/Straight-Poop/straight-poop-br-search-bg.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}.af-textWrap {
	margin-top: 5px;
	margin-bottom: 5px;
}
