body
{
	margin: 0px;
	font-family: Verdana, Georgia, Courier New;
	font-size: 11px;
	color: #dddddd;
	background-color: #C1C1C1;
}

.site_container
{
	position: relative;
	width: 750px;
	height: 750px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url("images/background.jpg");
	background-position: center;
	background-repeat: repeat-x;
}

a,a:visited,a:link
{
	color: #E16704;
	font-size: 10px;
	text-decoration: underline;
}
a:hover
{
	color: #E16704;
	font-size: 10px;
	text-decoration: none;
	cursor: pointer;
}

a.no_underline,a.no_underline:visited,a.no_underline:link
{
	text-decoration: none;
}
a.no_underline:hover
{
	text-decoration: underline;
}

img 		{ border: none; }
li		{ padding: 2px 0 2px 0; }
.left 		{ float: left; }
.clear_all 	{ clear: both; }
.center 	{ text-align: center; }
.right 		{ text-align: right; }
.white		{ color: #fff; }
.lr_pad		{ padding: 0 4px; }
.none		{ display: none; }
.block		{ display: block; }

.logo { 
	float: left; 
 	width: 194px;
	height: 173px;
}

.top_nav
{
	float: right;
	color: #E16704;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	padding-top: 5px;
	margin: 0 10px 5px 0;
}

.top_nav a,.top_nav a:visited,.top_nav a:link
{
	color: #A4A4A4;
	text-decoration: none;
}

.top_nav a:hover
{
	color: #A4A4A4;
	text-decoration: underline;
}

.banner { 
	float: left; 
	margin-left: 28px;
	height: 150px; 
}

.side_nav {
	float: left;
	margin-left: 24px;
}

* html .side_nav {
	margin-left: 12px;
}

.content_container { 
	position: relative;
	float: left;
}

.content { padding: 10px; }

.scroll
{
	overflow: auto; 
	padding-right: 10px;
	height: 432px; 
	width: 522px; 
	scrollbar-base-color:#000000;
	scrollbar-face-color:#514A53;
	scrollbar-arrow-color:#000000;
}

* html .scroll {
	width: 532px;
}

.wrapper {
	position: relative;
	margin: 10px 40px 0 40px;
	height: 390px;
	width: 81%;
	overflow: hidden;
}

* html .wrapper {
	margin: 10px 20px 0 30px;
	width: 93%;
}

.sliderDiv {
 	position: absolute; 
	top: 0px;
	left: 55px;
}

.sliderDiv .puppy {
	float: left;
	width: 300px;
	margin: 5px 7px 0 7px;
	text-align: center;
}

.sliderDiv .owner {
	margin-top: 50px;
	padding: 0px;
}

.puppy_image{
	position: relative;
	overflow: hidden;
	height:250px;
}

.puppy_desc {
	margin: 3px 10px 0 10px;
	padding: 5px;
	font-size: 10px;
	text-align: left;
	color: #FFB83C;
	background-color: #242424;
}

.puppy_desc .puppy_info {
	overflow-y: auto;
	scrollbar-base-color:#000000;
	scrollbar-face-color:#514A53;
	scrollbar-arrow-color:#000000;
	height: 67px;
	padding: 5px 0 5px 0;
	font-weight: normal;
	color: #fff;
	text-align: left;
}

.adopted {
	position: absolute;
	top: 0px;
	left: 25px;
	height: 250px;
	width: 250px;
	background-image: url("images/adopted.png");
}

.prev_arrow {
	position: absolute;
	top: 200px;
	left: 0px;
	cursor: pointer;
}

.next_arrow {
	position: absolute;
	top: 200px;
	right: 30px;
	cursor: pointer;
}

.pup_counter {
	font-weight: normal;
	font-size: 10px;
}

.title_text {
	font-size: 12px;
	color: #fafafa;
	font-weight: bold;
}

.subtitle_text {
	font-size: 9px;
	color: #9B9B9B;
}

.quad_puppy_container { 
	position: relative;
	margin: 15px 0 25px 10px; 
}

.quad_puppy
{
	margin: 10px 10px 0 0;
	padding: 5px;
	background-color: #4E4E4E;
}

.quad_puppy a { text-decoration: none !important }

.events
{
	float: left;
	margin: 13px 0 0 30px;
	padding: 10px;
	width: 215px;
	border-width: .2em;
	border-style: solid;
	border-color: #868686; 
	background-color: #000000;
}

* html .events {
	margin: 18px 0 0 15px;
	width: 230px;
}

.events p { margin: 10px 0; }

.events .subtitle_text { color: #DDDDDD; }

.view
{
	position: absolute;
	bottom: -17px;
	right: 0px;
	text-align: right:
}	

.view a,.view a:visited,.view a:link
{
	color: #9B9B9B;
	font-size: 10px;
	text-decoration: none;
}
.view a:hover
{
	color: #9B9B9B;
	font-size: 10px;
	text-decoration: underline;
}

hr
{
	margin: 5px 0 25px 0;
	width: 235px;
	height: 1px;
	text-align: left;
}

.w_75	{ width: 75px; }
.w_135  { width: 135px; margin: 5px 0 15px 0; float: left; }
.w_150  { width: 150px; margin: 5px 0 15px 0; float: left; }
.w_200  { width: 200px; }

.form_detail {
	margin: 8px 30px 8px 8px;
}

.form_detail div.col_1 { 
	padding-top: 10px;
	width: 100px; 
	clear: both; 
}

.form_detail div.col_2 { padding-top: 10px; }

.form_detail ul {
	margin: 15px 0 10px 0;
	padding: 0;
	list-style: none; 
}

.form_detail li { padding-left: 40px; }
.submit		{ font-size: 9px; }

.yellow_text
{
	color: #FFB83C;
	font-weight: bold;
}

.counter
{
	position: absolute;
	left: 285px;
	bottom: 40px;
	font-size: 10px;
	color: #C0C0C0;
	text-align: center;
}

.footer
{
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 8px;
	color: #C0C0C0;
}

.footer a,.footer a:visited,.footer a:l

.donate_tabs {
	position: absolute;
	top: 0px;
	height: 27px;
	width: 524px;
}
