@font-face {  
	  font-family: "CustomFont";  
	  src: url( "/fonts/Vanduyn_Regular__2_.eot" ); /* IE */  
	  src: local("Vanduyn Regular"), url( "/fonts/Vanduyn_Regular__2.ttf" ) format("truetype"); /* non-IE */  
	}  
body {
	margin-top: 0px;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #5F4122;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#main_container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-repeat: no-repeat;
	background-position: bottom;
}
#logo {
	text-align: center;
}
h1 {
	text-align: center;
	color: #931246;
	font-size: 19px;
	font-style: italic;
	clear: both;
}
h2 {
}
h3 {
}
h4 {
}
#header table {
	margin:0 auto;
}
#menu {
	padding:0px;
	list-style:none;
	text-transform:uppercase;
	color:#5f4122;
	font-size:12px;
	font-weight:bold;
	margin-left:5px;
}
#menu li {
	border-bottom:1px dotted #ba8b5c;
	padding:2px 0;
}
#menu li a {
	color:#5f4122;
	margin-left:-12px;
	padding-left:12px;
	text-decoration:none;
}
#menu li a:hover {
	background:url(images/star.gif) no-repeat left center;
}

#content_container {
	padding-right: 150px;
	padding-left: 150px;
}
ol {
	font-size: 13px;
}
a {
	color: #0080FF;
	font-weight: bold;
}
.redtext {
	color: #D81010;
}
.purpletext {
	color: #931246;
	font-weight: bold;
	text-transform: uppercase;
}
#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	width: 345px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
#shadow-container .shadow1 {
	background: #F1F0F1;
}
 
#shadow-container .shadow2 {
	background: #DBDADB;
}
 
#shadow-container .shadow3 {
	background: #B8B6B8;
}
#shadow-container .container {
	background: #ffffff;
	padding: 10px;
}
#dogbox {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 13px;
	width: 345px;
}
#dogbox dl{
	margin: 0px;
	font-size: 12px;
	padding-top: 15px;
	padding-left: 20px;
}
#dogbox dd{
	margin: 0px;
	font-weight: bold;
}
table.adoptionbox, .productbbox {
	background:#e5cdb4;
	border:1px solid #ba8b5c;
}
.adoptionbox dd {
	margin-left:0;
}

.redscript {
	font-family:CustomFont, Verdana, Geneva, sans-serif;
	color:#CC0000;
	font-weight:bold;
}
.blink {
	text-decoration:blink;
	color:#CC0000;
}
.medium {
	font-size:16px;
}
.redscriptheading {
	font-family:CustomFont, Verdana, Geneva, sans-serif;
	text-decoration:blink;
	color:#CC0000;
	font-style:normal;
	font-size:24px;
	font-weight:bold;
}
.purplescriptheading {
	font-family:CustomFont, Verdana, Geneva, sans-serif;
	text-decoration:blink;
	color:#931246;
	font-style:normal;
	font-size:36px;
	font-weight:bold;
}
.size18 {
	font-size:18px;
}
form.paypalform {
	text-align:left;
}
form.paypalform table {
	display:none;
}