@charset "UTF-8";
/* CSS Document */

body {
	background-color:#885735;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:13px;
	line-height:normal;
	scrollbar-arrow-color: #991513;
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-highlight-color: #FAF6E1; 
	scrollbar-face-color: #EFE6C5; 
	scrollbar-shadow-color: #808080;
	scrollbar-darkshadow-color: #909090; 
	scrollbar-track-color: #000000;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
.nav {
	background:url(images/menubar_bg.jpg) no-repeat;
	font-size:12px;
}
.banner {
	background:url(images/main_08.png) no-repeat;
	width:980px;
	height:333px;
}
.main {
	background-color:#e8e3df;
	border-left:1px solid #333;
	border-right:1px solid #333;
}
.pup1 {
	background:url(img/girl.jpg) no-repeat;
	width:306px;
	height:250px;
}
.pup2 {
	background:url(img/boy.jpg) no-repeat;
	width:306px;
	height:264px;
}
.gal1 {
	background:url(images/gal1.jpg) no-repeat;
	width:292px;
	height:406px;
}
.gal2 {
	background:url(images/gal2.jpg) right no-repeat;
	width:292px;
	height:406px;
}
.foot {
	background:url(images/footer_bg.png) no-repeat;
	height:40px;
	text-align:right;
	vertical-align:middle;
	font-size:11px;
	color:#CCC;
	padding-right:25px;
}
.foot a {
	text-decoration:none;
	color:#CCC;
}
.foot a:hover {
	text-decoration:none;
	color:#FEC762;
}
