/* CSS Document */

/* ------------------------  fluid center ------------------------ */
#reference{
	margin-top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #828282;
}
#reference mark {
	background-color: transparent;
	color: #FF6600;
}

#central_image {
	margin-top: 280px;
	position: absolute;
	display: table-column-group;
}

/* ------------------------  fluid right ------------------------ */

#orange_box{
	width: 500px;
	height: 150px;
	border-width: 2px;
	border-right-style: solid;
	border-color: #FF6600;
	padding: 10px 10px 10px 10px;
	margin-top: 515px;
	margin-left: -320px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #828282;
	font-size: 12px;
}

#orange_box_content{
	height: 160px;
	display: table-cell;
	vertical-align: bottom;
}

#menu_rightright ul li:first-child a {
	color: #FF6600;
}
/* ------------------------  General ------------------------ */


