/* museum_1_col.css */
/* 1 col layout */
body{
	background-color: black;
}
#page_holder{
	border: 0px solid #000;
	/* display: none; */
	/* height: 100%; */
	/* background-color: #333; */
}
#page_header{
	/* border:1px solid #111; */
	min-height: 110px;
	width: 100%;
}
#content_holder{
	position: relative;
	/* border:1px solid #222; */
	width: 90%;
	margin: 0px 5% 0px 5%;
	float: left;
}
/* #col_left{
	width: 50%;
	min-width: 82px;
	float: left;
} */
#col_middle{
	width: 100%;
	float: left;
	min-width: 248px;
	padding: 0px 0px 30px 0px;
}
/* #col_right{
	width: 50%;
	min-width: 82px;
	float: left;
} */

#page_footer{
	/* border:1px solid #000; */
	padding: 20px 0px 0px 0px;
	text-align: center;
	height: 100px;
	width: 100%;
	clear: both;
}
#header_html{
	width:100%;
}
#header_image{
	float: left;
}
#header_holder{
	font-size: 2.4em;
}
#header_text{
	padding: 8px 0px 0px 20px;
	float: left;
	text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
}
#task_bar_options{
	/* min-height: 22px; */
	min-height: 0px;
	padding: 2px 2px 6px 2px;
}
#message_bar{
	display: none;
	height: 84px;
	width: auto;
	padding: 2px 2px 6px 2px;
}
#user_interaction{
	/* display: none; */
	margin: 0px auto 0px auto;
	font-size: 1.3em;
	text-align: center;
}
#please_wait{
	border: 0px solid red;
	display: none;
	font-size: 2em;
	/* margin: 50px auto 50px auto; */
	text-align: center;
	margin: 0px auto 0px auto;
}

/* for one column pages */
.article_title{
	font-size: 3em;
	border-bottom: 1px dotted black;
	text-align: center;
}
.article_text{
	font-size: 1.4em;
	padding: 40px 50px 40px 50px;
}

/* color test */
.test_color{
	background-color: #f00;
}


/* text color */
.text_deep_orange_lighten_5{
	color: #fbe9e7;
}
.text_deep_orange_lighten_4{
	color: #ffccbc;
}
.text_deep_orange_lighten_3{
	color: #ffab91;
}
.text_deep_orange_lighten_2{
	color: #ff8a65;
}
.text_deep_orange_lighten_1{
	color: #ff7043;
}
.text_deep_orange{
	color: #ff5722;
}
.text_deep_orange_darken_1{
	color: #f4511e;
}
.text_deep_orange_darken_2{
	color: #e64a19;
}
.text_deep_orange_darken_3{
	color: #d84315;
}
.text_deep_orange_darken_4{
	color: #bf360c;
}
.text_deep_orange_accent_1{
	color: #ff9e80;
}
.text_deep_orange_accent_2{
	color: #ff6e40;
}
.text_deep_orange_accent_3{
	color: #ff3d00;
}
.text_deep_orange_accent_4{
	color: #dd2c00;
}
.text_brown_lighten_5{
	color: #efebe9;
}
.text_brown_lighten_4{
	color: #d7ccc8;
}
.text_brown_lighten_3{
	color: #bcaaa4;
}
.text_brown_lighten_2{
	color: #a1887f;
}
.text_brown_lighten_1{
	color: #8d6e63;
}
.text_brown{
	color: #795548;
}
.text_brown_darken_1{
	color: #6d4c41;
}
.text_brown_darken_2{
	color: #5d4037;
}
.text_brown_darken_3{
	color: #4e342e;
}
.text_brown_darken_4{
	color: #3e2723;
}

/* background-color */
.background_deep_orange_lighten_5{
	background-color: #fbe9e7;
}
.background_deep_orange_lighten_4{
	background-color: #ffccbc;
}
.background_deep_orange_lighten_3{
	background-color: #ffab91;
}
.background_deep_orange_lighten_2{
	background-color: #ff8a65;
}
.background_deep_orange_lighten_1{
	background-color: #ff7043;
}
.background_deep_orange{
	background-color: #ff5722;
}
.background_deep_orange_darken_1{
	background-color: #f4511e;
}
.background_deep_orange_darken_2{
	background-color: #e64a19;
}
.background_deep_orange_darken_3{
	background-color: #d84315;
}
.background_deep_orange_darken_4{
	background-color: #bf360c;
}
.background_deep_orange_accent_1{
	background-color: #ff9e80;
}
.background_deep_orange_accent_2{
	background-color: #ff6e40;
}
.background_deep_orange_accent_3{
	background-color: #ff3d00;
}
.background_deep_orange_accent_4{
	background-color: #dd2c00;
}
.background_brown_lighten_5{
	background-color: #efebe9;
}
.background_brown_lighten_4{
	background-color: #d7ccc8;
}
.background_brown_lighten_3{
	background-color: #bcaaa4;
}
.background_brown_lighten_2{
	background-color: #a1887f;
}
.background_brown_lighten_1{
	background-color: #8d6e63;
}
.background_brown{
	background-color: #795548;
}
.background_brown_darken_1{
	background-color: #6d4c41;
}
.background_brown_darken_2{
	background-color: #5d4037;
}
.background_brown_darken_3{
	background-color: #4e342e;
}
.background_brown_darken_4{
	background-color: #3e2723;
}
