/* CSS Document */

html body {
	background-color:#7e502c;
}

div.cbox {
	position:absolute;
	top:25px;
	left:25px;
	border:5px solid #FFFFFF;
	background-color:#FFFFFF;
	background-image:url(../images/placeholder_1.jpg);
	background-repeat:no-repeat;
	width:560px;
	height:455px;
	background-position: center center;
}

div.thumb_nav {
	position:absolute;
	top:25px;
	left:610px;
	border:5px solid #FFFFFF;
	background-color:#979200;
	background-repeat:no-repeat;
	width:144px;
	height:435px;
	text-align:center;
	padding:10px 0 9px 9px;
	overflow-y:auto;
}

div.thumb_nav_temp2 {
	position:absolute;
	width:790px;
	background-color:#B0AB36;
	top:0px;
	left:0px;
	padding-bottom:5px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
}

div.logo {
	width:144px;
	height:73px;
	background-color:#f6f2b2;
	border:5px solid #FFFFFF;
	position:absolute;
	top:505px;
	left:610px;
}


div.thumb {
	background-image:url(../images/thumb_icon.jpg);
	width:50px;
	height:50px;
	float:left;
	margin:0 9px 9px 0;
	border:2px solid #FFFFFF;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
}
