body {
	background-color: #191919;
	font-family: Georgia, Serif;
	font-size: 13px;
	color: #cccccc;
	margin: 0;
	padding: 0;
	border: 0;	
	overflow-y: scroll;
}

#content {
	position:relative;
	width: 870px;
	min-height: 390px;
	background: black;
	padding: 10px;
	text-align: left;
}

* html #content {height: 390px;}

#content_home {
	position:relative;
	padding: 0px;
	width: 890px;
	background: url('../img/labra_homepic.jpg');
	height: 400px;
}

.dogdiv {
	position: relative;
	float:left;
	width: 400px;
	height: 350px;
	margin: 10px 10px 0px 10px;
	text-align: center;
}

.dogrewarddiv {
	width: 100%;
	height: 60px;
	margin-bottom: 4px;
}

.dogrewarddiv tr td {
	vertical-align: bottom;
	text-align: center;
}

.tastediv {
	position: relative;
	float:left;
	width: 270px;
	height: 220px;
	margin: 0px 10px 10px 10px;
	text-align: center;
}

.tastediv img {
	margin-top: 50px;
}

table {
	border: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
	empty-cells: show;
}

table td {
	font-size: 13px;
	border: 0px;
	line-height: 150%;
	vertical-align: top;
}

.tastetable {
	width: 99%;
}

.tastetable td {
	text-align: center;
}

.litterstable {
	width: 500px;
}

.litterstable tr td {
	text-align: center;
}

p {
	color: #cccccc;
	line-height: 150%;
}

A:link, A:visited, A:active {
	color: #ffffff;
	text-decoration: none;
}
A:hover {
	color: #ffffff;
	text-decoration: underline;
}

p a:link, p a:visited, p a:active {
	border-bottom: 1px dotted white;
}
p a:hover {
	text-decoration: none;
	border-bottom: 1px solid white;
}

.lab_x {
	font-size: 24px;
	font-weight: bold;
}

hr {
	width: 90%;
	align: left;
}

h2 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.dogname {
	font-weight: normal;
	text-transform: uppercase;
	color: white;
}

.littershead {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
}

.dogheadtable {
	width: 100%;
	background: none;
	margin-bottom:10px;
}

.dogheadtable td {
	text-align: left;
	background: none;
	vertical-align: top;
}

img {
	border: 0;
}

.dogtable {
	width: 100%;
	background: 0;
	padding:5px 0px 5px 0px;
	border-bottom: 1px solid #222222;
}

.dogtable td {
	text-align: left;
	background: none;
	vertical-align: top;
}

#dogphptable td h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

#dogphptable .dogname {
	font-size: 18px;
}

.gallerypic {
	border: 1px solid gray;
	margin: 10px;
}

.langselect {
	font-size: 11px;
}

.langselect a {
	color: #666666;
}