
body {
	background-color: #746953;
  background-image: url('./img/bg.png');
  background-repeat: repeat-x;
  background-position: center top;
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman";
	color: #ffffff;
	font-size: 13px;
	text-align: center;
} 

a {
	color: #CE0A1C;
	text-decoration: none;
}

a:hover {
	color: #CE0A1C;
	text-decoration: none;
}

.main_box {
	width: 995px;
	padding-left: 1px;
	position: relative;
	text-align: left;
 	margin: 0 auto;
}

.bottom_box {
	width: 100%;
	height: 35px;
	background-image: url('./img/bottom_bg.png');
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 8px;
	font-size: 11px;
 	margin: 0 auto;
 	color: #c1c1c1;
}

.top_box {
	width: 880px;
	height: 5px;
	background-image: url('./img/top_bg.gif');
	background-repeat: no-repeat;
	padding-left: 4px;
	font-size: 1px;
	text-align: left;
 	margin: 0 auto;
}

.main_menu {
	position: absolute;
	top: 173px;
	background-image: url('./img/menu_bg.png');
	background-repeat: no-repeat;
	height: 64px;
	width: 968px;
}

.main_menu .buttons {
	margin-left: 10px;
}

.main_menu a {
  float: left;
	color: #f8e5c1;
	display: block;
	padding-top: 14px;
	padding-bottom: 18px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 22px;
	padding-right: 22px;
}


.main_menu .separator {
	float: left;
	width: 2px;
}

.logo {
	position: absolute;
	top: 52px;
	margin-left: 5px;
}

.content {
	text-align: left;
	padding-left: 7px;
	padding-right: 55px;
	width: 945px;
}

h1 {
	color: #f8e5c1;
	font-size: 36px;
	margin-bottom: 0px;
  background-image: url('./img/title_ico.png');
  background-repeat: no-repeat;
  height: 40px;
  padding-left: 58px;
  margin-top: 40px;
}

h1.hp {
  background-image: none;
  padding-left: 0px;
}
h1.hp img {
  vertical-align: middle;
}


h2 {
	color: #ffffff;
	font-size: 18px;
}
h2 a {
  color: #ffffff;
}

.image_box {
	float: left;
}

.image {
	border: 2px solid #cec6bb;
	margin-bottom: 10px;
	margin-left: 10px;
}

.image_dog {
	border: 2px solid #cec6bb;
}

.tbl_border {
	/*border: 4px solid #A0A0A0;*/
	padding: 2px;
}

.list_photos {
	width: 935px;
	text-align: center;
}



.tree td {
	padding: 2px;
}

.puppies td {
	font-size: 12px;
}

.nowrap {
	white-space: nowrap;
}

.clear {
	clear: both;
}

.sun {
	position: absolute;
	margin-left: 514px;
}

.news_text p {
  font-size: 16px;
  margin-left: 140px;
}
.news_text h2 {
  margin-left: 70px;
  margin-top: 30px;
  color: #21150e;
}

.hp_img {
  border: 1px solid #291f19;
  border-top: 3px solid #291f19;
  border-bottom: 0px;
  margin-top: -3px;
  margin-bottom: -4px;
}