@charset "UTF-8";
/* CSS Document */

#body 
{
	float: left;
	margin-left:19px;
	position: relative;
	color:#000000;
}

#counter
{
	float: left;
	z-index: 5;
	position: absolute;
	left: 426px;
	top: 85px;
	width: 289px;
	height: 78px;
	text-align: left;
	background-image: url(../images/counter-nonum.gif);
	background-position: left top;
}

.counter_number
{
	font-family: Arial;
	font-size: 30px;
	color: #000000;
	padding-left: 45px;
	*padding-left: 45px;
	padding-top: 32px;
	*padding-top: 32px;
	/*border: solid 1px #000000;*/
	width: 239px;
	height: 68px;
	line-height: 32px;
}

#body h1 {
	padding:10px 0 0 102px;
}

p.checkback {
	float:right;
	padding:16px 12px 0 0;
}

img.lightbulb {
	position:absolute;
	bottom:6px;
	left:-16px;
}

a.left_arrow {
	margin-top:80px;
	background-image:url(../images/arrow_left.gif);
	background-repeat:no-repeat;
	display:block;
	width:30px;
	height:50px;
}

a.left_arrow:hover { background-image:url(../images/arrow_left_over.gif); }

a.right_arrow {
	margin-top:80px;
	background-image:url(../images/arrow_right.gif);
	background-repeat:no-repeat;
	display:block;
	width:30px;
	height:50px;
}

a.right_arrow:hover { background-image:url(../images/arrow_right_over.gif); }

#body table {
	/*margin-top:24px;*/
}

#body table td {
	text-align:center;
}

#body table p {
	
	width:184px;
	margin-left:10px;
}

.pet_pic {
	width:205px;
	height:203px;
	background-image:url(../images/pet_back.gif);
	background-repeat:no-repeat;
	padding-top:14px;
}

.pet_pic span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing:1px;
	color:#005f95;
	padding-top:4px;
	display:block;
	line-height: 25px;
}