div.window1 {
	position: absolute;
	top: -2px;
	left: -1px;
	z-index: 20;
	overflow: x-hidden;
	background-color: transparent;
	border: groove #D2B48C 3px;
	padding: 0px;
	width: 96%;
}

div.window2 {
	position: absolute;
	top: -2px;
	left: -1px;
	overflow: x-hidden;
	background-color: transparent;
	border: groove #D2B48C 3px;
	padding: 0px;
	width: 96%;
}

div.window3 {
	position: absolute;
	top: -2px;
	left: -1px;
	overflow: x-hidden;
	background-color: transparent;
	border: groove #D2B48C 3px;
	padding: 0px;
	width: 96%;
}

div.window4 {
	position: absolute;
	top: -2px;
	left: -1px;
	overflow: x-hidden;
	background-color: transparent;
	border: groove #D2B48C 3px;
	padding: 0px;
	width: 96%;
}

div.window5 {
	position: absolute;
	top: -2px;
	left: -1px;
	overflow: x-hidden;
	background-color: transparent;
	border: groove #D2B48C 3px;
	padding: 0px;
	width: 96%;
}

div.titlebar {
	background-color: #6B342E;
	border: top left right ridge 3px;
	border-bottom: ridge black 3px;
	width: 100%;
	height: 25px;
	text-align: center;
	overflow: hidden;
}

/* Style layouts of the buttons*/

span.title1#title1 {
	font: 16px verdana, arial;
	font-weight: bold;
	color: #D9C28C;
}

span.title2#title2 {
	font: 16px verdana, arial;
	font-weight: bold;
	color: #D9C28C;
}

span.title3#title3 {
	font: 16px verdana, arial;
	font-weight: bold;
	color: #D9C28C;
}

span.title4#title4 {
	font: 16px verdana, arial;
	font-weight: bold;
	color: #D9C28C;
}

/* Contents Style */

div.contents {
	background-color: #000000;
	overflow: auto;
	padding: 2px;
	height: 168px;
}