body {
	text-align: center; /* for IE */
	min-width: 56.34em;
	background: url('http://hungmun.com/images/black_stripes.png');
	font-family: Arial,Verdana,Sans-serif;
}
h1, h2, h3{
	text-align: center;
	color: #FFEC00;
	font-weight: normal;
}
h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

.small_text {
	font-size: 13px;
	text-align: left;
	color: #FFFFFF;
}

#footer{
	bottom: 0;
    clear: both;
    color: white;
    font-size: 14px;
    position: relative;
    text-align: center;
}

#page {
	text-align: left;
	width: 56.34em;
	margin: 0 auto;
	background: #000000;
}

#main_container {
	float: left;
	position: relative;
	top: 30px;
}

#home_main_content {
/*	text-align: left;
	width: 100%;
	padding: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #C11B17;
	height: 600px;
	float: left;
	*/
}

#other_main_content {
	text-align: left;
	float: left;
	width: 56.34em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #C11B17;
}

#bulletin {
	text-align: left;
	float: right;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	top: -44px;
	position: relative;
}

#news {
	text-align: center;
	font-size: 17px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

.news_box_big{
	background-color: #C11B17;
	width: 860px;
	border: 1px white solid;
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
	text-indent: 1em;
}

.news_box{
	position: relative;
	float: left;
	padding: 10px;
	width: 271px;
	height: 160px;
	background-color: #C11B17;
	border: 1px #fff solid;
}

.inner{
	margin-left: 11px;
}

.para {
	font-size: 1em;
	text-indent: 1em;
	color: #FFFFFF;
	margin: 2em;
	padding: 0;
}

ul {
	list-style:circle inside;
}

a:link {
	color: #FFEC00;
	text-decoration: none;
}

#map {
	float: right;
	width: 20em;
	height: 20em;
	margin: 0;
	padding: 0;
}
#sched_table {
	border-collapse: collapse;
	text-align: center;
}
#sched_table thead {
	color: white;
	background-color: black;
	border: 1px solid white;
	font-size: 1.1em;
}
#sched_table tbody tr {
	height: 70px;
	background-color: white;
	font-size: 0.9em;
	border-bottom: 2px solid #C11B17;
	border-right: 1px solid white;
}
#sched_table tbody tr:hover {
	background-color: #FFEAEA;
}
/* for small menu on index page */
#small_menu_container {
	text-align: center;
	margin: 0 auto;
}
#small_menu li {
	display: inline;
	list-style-type: none;
	margin-right: 1em;
}

.gallery {
	zoom:1;
	width:auto;				
}
.gallery a {
	display:block;
	float:left;
	margin:5px;
	opacity:0.87;
	text-align:center;
}
.gallery a:hover {
	opacity:1;
}
.gallery a img {
	border:none;
	display:block;
}
.gallery a#vlightbox{display:none}

.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width:900px;
	height:600px;
	margin: 0 auto;
	float: left;
	top: -50px;
	border: 1px #FFFFFF solid;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

.items div {
	float:left;
	width: 900px;
	height: 600px;
}
.items img{
	width: 900px;
	height: 600px;
}
.scrollable p{
	color: #ffffff;
	font-size: 15px;
	line-height: 19px;
}

.left_arrow, .right_arrow{
	float: left;
	position: relative;
	top: 275px;
	width: 44px;
	left: -50px;
}

.right_arrow{
	float: right;
	left: 50px;
}
.caption_box{
	margin: 0;
    padding: 13px 14px 0;
    position: absolute;
    top: 400px;
    width: 868px !important;
}
.caption_box h2{
	margin: 0;
    padding: 0;
    text-align: left;
    text-indent: 0;
	font-weight: normal;
}
.caption_box_background{
	margin: 0;
    position: absolute;
    top: 400px;
    width: 900px !important;
	background-color: #000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
}
