@charset "utf-8";
#wrapper {
	width: 909px;
	height: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: solid #777 3px;
}
body {
	background-color: #0c0c0c;
}
#wrapper #menu {
	height: 30px;
}
#wrapper #menu #menu-home a {
	background-image: url(images/menu-home.png);
	float: left;
	height: 30px;
	width: 103px;
}

#wrapper #menu #menu-home a:hover {
	background-position: -103px;
}


#wrapper #menu #menu-about a {
	background-image: url(images/menu-about.png);
	float: left;
	height: 30px;
	width: 99px;
}

#wrapper #menu #menu-about a:hover {
	background-position: -99px;
}

#wrapper #menu #menu-males a {
	background-image: url(images/menu-males.png);
	float: left;
	height: 30px;
	width: 91px;
}

#wrapper #menu #menu-males a:hover {
	background-position: -91px;
}

#wrapper #menu #menu-females a {
	background-image: url(images/menu-females.png);
	float: left;
	height: 30px;
	width: 108px;
}

#wrapper #menu #menu-females a:hover {
	background-position: -108px;
}

#wrapper #menu #menu-litters a {
	background-image: url(images/menu-litters.png);
	float: left;
	height: 30px;
	width: 91px;
}

#wrapper #menu #menu-litters a:hover {
	background-position: -91px;
}

#wrapper #menu #menu-news a {
	background-image: url(images/menu-news.png);
	float: left;
	height: 30px;
	width: 85px;
}

#wrapper #menu #menu-news a:hover {
	background-position: -85px;
}

#wrapper #menu #menu-links a {
	background-image: url(images/menu-links.png);
	float: left;
	height: 30px;
	width: 83px;
}

#wrapper #menu #menu-links a:hover {
	background-position: -83px;
}

#wrapper #menu #menu-guestbook a {
	background-image: url(images/menu-guestbook.png);
	float: left;
	height: 30px;
	width: 125px;
}

#wrapper #menu #menu-guestbook a:hover {
	background-position: -125px;
}

#wrapper #menu #menu-contact a {
	background-image: url(images/menu-contact.png);
	float: left;
	height: 30px;
	width: 124px;
}

#wrapper #menu #menu-contact a:hover {
	background-position: -124px;
}

#wrapper #header {
	height: 207px;
	width: 909px;
}
#wrapper #header #logo {
	background-image: url(images/header-logo.jpg);
	float: left;
	height: 197px;
	width: 168px;
}
#wrapper #header #title {
	background-image: url(images/header-title.jpg);
	float: left;
	height: 197px;
	width: 741px;
}
#wrapper #header #header-bottom {
	background-image: url(images/header-bottom.jpg);
	height: 10px;
	width: 909px;
	float: left;
}
#wrapper #content {
	height: 572px;
	width: 909px;
}
#wrapper #content #content-news {
	float: left;
	height: 572px;
	width: 168px;
	background-color: #0c0c0c;
	border-right: solid #cdcdcd 1px;
}
#wrapper #content #content-image {
	background-image: none;
	float: left;
	height: 572px;
	width: 252px;
	background-color: #0c0c0c;
}
#wrapper #content #content-text {
	background-image: none;
	float: left;
	height: 572px;
	width: 486px;
	background-color: #0c0c0c;
	border-left: solid #cdcdcd 1px;
}
#wrapper #content #content-right {
	background-image: none;
	float: left;
	height: 572px;
	width: 245px;
	background-color: #0c0c0c;
}
#wrapper #footer {
	background-image: none;
	float: left;
	height: 27px;
	width: 909px;
	background-color: #0c0c0c;
}
.normaltext {
	font-family: Tahoma;
	font-size: 12px;
	color: #cdcdcd;
}

.normaltext a {
	font-family: Tahoma;
	font-size: 12px;
	color: #ff9837;
	text-decoration: none;
}

.normaltext a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #ff9837;
	text-decoration: underline;
}
