@charset "utf-8";
#social {
	text-align: right;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-color: #436887;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

#logo {
	float: left;
	width: 225px;
}
#main_slide {
	float: right;
	width: 745px;
}
#menu {
	background-image: url(../images/m-bckgr.jpg);
	margin-top: 5px;
	height: 50px;
}
.menu_cont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	float: left;
	padding-right: 26px;
	padding-left: 26px;
	padding-top: 16px;
	padding-bottom: 24px;
}
.menu_cont a:hover{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	padding-bottom: 12px;
}
#publicity {
	float: left;
	width: 225px;
	padding-right: 8px;
	padding-left: 7px;
}
#pub_contain {
	margin-bottom: 20px;
}
#main_content {
	float: right;
	width: 705px;
	background-color: #FFF;
	padding: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
#home_articles {
	padding-top: 30px;
	padding-bottom: 30px;
}
#home_articles #headL {
	font-size: 12px;
	font-weight: bold;
	color: #1d1e5e;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1d1e5e;
	margin-bottom: 30px;
}
#home_articles #home_content {
	float: left;
	width: 430px;
}
#home_articles #home_picture {
	width: 235px;
	padding-right: 3px;
	float: right;
}
#pet_container {
	border: 1px solid #436887;
	padding: 10px;
	margin-bottom: 20px;
}
#name_pet {
	color: #1d1e5e;
	font-weight: bold;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #436887;
	margin-bottom: 5px;
}
#pet_picture {
	float: left;
	width: 100px;
	border: 1px solid #436887;
	padding: 2px;
	margin-top: 4px;
}
#desc_pet {
	float: right;
	width: 560px;
	font-size: 11px;
	line-height: 20px;
}
#pet_picture_container {
	float: left;
	border: 1px solid #436887;
	padding: 2px;
	width: 404px;
}
#pet_table {
	float: right;
	width: 280px;
	padding-top: 5px;
	font-size: 10px;
}
#pet_table table tr td {
	vertical-align: top;
}

#long_description_pet {
	padding-top: 20px;
	padding-left: 5px;
}
#button_back {
	margin-top: 20px;
	background-color: #F00;
	padding: 10px;
	color: #FFF;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	width: 124px;
}




#footer {
	background-image: url(../images/footer-bckgr.jpg);
	padding: 20px;
	margin-top: 10px;
}
.site_map {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 22px;
	margin-right: 40px;
}
.clearleft {
	clear: left;
}



.clearboth {
	clear: both;
}
.orange {
	color: #F60;
}
.space30 {
	height: 30px;
}
.link-whiteback {
	background-color: #FE0000;
	padding: 5px;
	width: 400px;
}
SS

