/* CSS Document */

body{
	padding-top: 30px;
	text-align: center;
	background-image: url(images/dog_prints.gif);
	background-position: top;
	background-repeat: repeat-x;
}

h2{
	text-align: left;
	font-size: 18px;
	color: #550000;
	border-bottom-color:#990000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}

#big_word{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

.detail{
	color: #666666;
	text-align:justify;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}

.top{
	background-image: url('images/top.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

.bottom{
	background-image: url('images/bottom.gif');
	background-repeat: repeat-x;
	background-position: top;
}

.copyright{
	padding-top: 30px;
	text-align: center;
	vertical-align: bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #999999;
}

.pic_frame{
	border: 1px solid #000000;
}

.substance{
	margin-top: 20px;
}

.merchandise{
	background-color:#FFFFFF;
	margin-top: 20px;
	width: 170px;
	padding-top: 18px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: top;
	border: 2px solid #bcbcbc;
	font-size: 14px;
	font-weight: 500;
	color: #bcbcbc;
}

.merchandise a{
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	color: #999999;
}

.merchandise a:hover{
	text-decoration: underline;
	font-size: 14px;
	font-weight: 700;
	color: #666666;
}

.box{
	z-index: 5;
	position: absolute;
}

.box_body{
	background-color: #AFC8F8;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
}

.box_top{
	background-image: url('images/box_top.gif');
	background-repeat: repeat-x;
	background-position:  bottom;
}

.box_bottom{
	background-image: url('images/box_bottom.gif');
	background-repeat: repeat-x;
	background-position:  top;
}

.box_left{
	background-image: url('images/box_left.gif');
	background-repeat: repeat-y;
	background-position: left;
}

.box_right{
	background-image: url('images/box_right.gif');
	background-repeat: repeat-y;
	background-position: right;
}

.left{
	background-image: url('images/left.gif');
	background-repeat: repeat-y;
	background-position: left;
}

.right{
	background-image: url('images/right.gif');
	background-repeat: repeat-y;
	background-position: right
}

.nav{
	width: 101px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	vertical-align: bottom;
	line-height: 30px;
}

.nav:hover{
	background-image: url('images/light.gif');
	background-position: center;
	line-height: 20px;
}

.nav_td{
	width: 101px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	vertical-align: bottom;
}

.nav_link{
	font-size: 14px;
	color: #7f848f;
	font-weight: 700;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	height: 30px;
	width: 101px;
}

.link_image{
	cursor: pointer;
	text-decoration: none;
	border-style: none;
}

.gallery{
	cursor: pointer;
	border: 5px solid #cccccc;
}

