@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 110%;
	text-align: center;
}
a {
	color: #3B1E04;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none 0;
}
body {
	background-color: #40261A;
	font-family: "HelveticaNeueLT Std", "Helvetica LT Std", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #3B1E04;
}
#wrapper {
	width: 1000px;
	margin: 15px auto;
	background: url(../_img/bckg.jpg) no-repeat;
}
#centerPannel {
	height: 734px;
	width: 455px;
	float: left;
	padding: 10px;
}
#centerPannel #logo {
	width: 375px;
	margin: 0px auto;
}
#centerPannel ul {
	list-style-type: none;
	display: block;
	width: 345px;
	margin: 0px auto;
}
#centerPannel li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	display: block;
	float: left;
	padding: 25px 8px 0 8px;
}
#centerPannel p {
	font-size:105%;
	clear: both;
	text-align: center;
	margin: 0px auto;
	line-height:1.5em;
}
#leftPannel {
	width: 255px;
	float: left;
	padding: 10px 0px 10px 15px;
	position: relative;
}
#leftPannel #portraits {
	position: absolute;
	z-index: 10;
	top: 50px;
}
#leftPannel #commcl {
	position: absolute;
	z-index: 8;
	top: 260px;
}
#leftPannel #wddngs {
	top: 470px;
	position: absolute;
	z-index: 3;
}
#rightPannel {
	padding: 10px 0px;
	width: 255px;
	float: left;
	position: relative;
}
#rightPannel #art {
	position: absolute;
	z-index: 3;
	top: 260px;
}
#rightPannel #prty {
	position: absolute;
	z-index: 5;
	top: 50px;
}
#rightPannel #pets {
	position: absolute;
	z-index: 2;
	top: 470px;
}
#show {
	height: 460px;
	width: 455px;
	margin: 0px auto;
	overflow: hidden;
	text-align: center;
}
#show img {
	border: 1px outset #5A3C07;
	margin: 0px auto;
}
.portaits .thmb{
	margin: 0px 6px 12px 0px;
}
.thmb {
	float: left;
	height: 54px;
	width: 55px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px 10px 12px 0px;
	text-align: center;
	position: relative;
}
.thmb img {
	margin: auto;
	border: 1px solid #5A3C07;
}

.smllTxt {
	font-size: 80%;
}
.thmb2 {
	float: left;
	height: 54px;
	width: 55px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	position: relative;
	margin: 0px 15px 10px 15px;
}
.thmb2 img {
	margin: auto;
	border: 1px solid #5A3C07;
}
.hddnCnt {
	display: none;
	visibility: hidden;
}
.phone{ font-weight:bold; letter-spacing:.15em;}
