Body {
	margin : 0px 0px 0px 0px;
	background-color : Black;
	scrollbar-face-color : Black;
	scrollbar-3dlight-color : Black;
	scrollbar-arrow-color : Silver;
	scrollbar-base-color : Black;
	scrollbar-darkshadow-color : Gray;
	scrollbar-highlight-color : Gray;
	scrollbar-shadow-color : Black;
	scrollbar-track-color : Gray;
	background-image : url(bg_haptein_black.jpg);
	background-repeat : no-repeat;
}

DIV.Display {
	width : 100%;
	height : 400px;
	background-image : url(bg_silver.jpg);
	background-position : center;
	border-bottom-style : solid;
	border-bottom-color : black;
	border-bottom-width : 1px;
	border-top-color : black;
	border-top-style : solid;
	border-top-width : 1px;
	text-align : center;
	overflow : hidden;
	overflow-x : hidden;
	overflow-y : hidden;
}

DIV.FlowerBox {
	position : absolute;
	width : 143px;
	height : 400px;
	background : url(candle400.jpg) no-repeat center;
	top : 0px;
	left : 0px;
}

DIV.ScrollBody{
	position : absolute;
	width : 430px;
	height : 400px;
	top : 0px;
	left : 143px;
	overflow-y : scroll;
	background-image : url(bg_silver_dark.jpg);
	font : normal 12px Century Gothic;
	color : White;
	padding : 0px 0px 0px 3px;
}

DIV.MenuContent {
	font : normal 12px Century Gothic;
	color : White;
	background-color:#414457;
	position : absolute;
	height : 102px;
	width : 91px;
	color : White;
	text-align : center;
	padding : 0px 0px 0px 0px;
	overflow : hidden;
	overflow-x : hidden;
	overflow-y : hidden;
	z-index : 0;
}

DIV.MenuFront{
	font : normal 12px Century Gothic;
	cursor : hand;
	position : absolute;
	height : 130px;
	width : 91px;
	overflow : hidden;
	overflow-x : hidden;
	overflow-y : hidden;
	padding : 0px 0px 0px 0px;
	color : White;
	z-index : 1;
}

DIV.MenuFrontImage{
	cursor : hand;
	height : 102px;
	width : 91px;
	overflow : hidden;
	overflow-x : hidden;
	overflow-y : hidden;
	padding : 0px 0px 0px 0px;
	background : url(flower.jpg);
}

DIV.Arrow_Blue_Up {
	background : url(arrow_blue_down.gif) no-repeat center;
	position : relative;
	width : 17px;
	height : 18px;
}

DIV.MenuSpotLight {
	position : absolute;
	height : 155px;
	width : 91px;
	background : url(spot.jpg) no-repeat center;
	overflow : hidden;
	overflow-x : hidden;
	overflow-y : hidden;
	padding : 0px 0px 0px 0px;	
}

DIV.Arrow_Blue_Down {
	background : url(arrow_blue_down.gif) no-repeat center;
	position : relative;
	width : 17px;
	height : 18px;
}


A.Menu {
	font : normal 12px Century Gothic;
	color : White;
	text-decoration : none;
}

A.Border {
	font : normal 11px Century Gothic;
	color : gray;
	text-decoration : none;
}

A:HOVER {
	color : red;
}

DIV.HorLine {
	position : absolute;
	height : 100%;
	width : 1px;
	top : 0px;
	background : Gray;
}
