	#container {
	display: none;
	}
	#nscontainer
	{
		margin: 0px;
		height: auto;
		min-height: 1024px;
		/*overflow: hidden;*/
		width: 100%;
		overflow: visible;
		padding-bottom: 100px;
	}
	.nscontainer {
	 color: #222222;
     font-family: "Rambla",Arial,sans-serif;
     letter-spacing: 0.025em;
     margin: auto;
     max-width: 2000px;
     padding: 0px;
     position: relative;
     width: 100%;
	}
	#page
	{
		border: 1px solid navy;
		height: 100%;
		display: none;
	}
	#pager {
	position: absolute;
	top: 0px;
	/*border: 1px solid red;*/
	width: 100%;
	height: auto;
	background-color: #FFF;
	}
	.pages {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	height: auto;
	padding-bottom: 50px;
	/*border: 1px solid green;*/
	
	}
	#homeview {
    height: 450px;
    }
	.topic_section
	{
	height: auto;
    margin: 2% auto;
    display: inline-block;
    text-align: center;
    width: 90%;
	}
	.timestamp
	{
		text-align: left;
	}
	#worktop, #activities {
	width: 100%;
	}
	.section {
    display: inline-block;
    height: auto;
    left: 15px;
    margin: 2% 15px 2% auto;
    /*max-height: 100px;*/
    max-width: 480px;
    min-height: 320px;
    min-width: 280px;
    position: relative;
    top: 50px;
    width: 48%;
    text-align: left;
    /*border: 1px solid orange;*/
}
.sectionstitle {
margin-top: 90px;
}
.pagediv {
position: relative;
width: 80%;
margin: 50px auto;
}
#gal_image-7 {
display: inline-block;
position: relative;
margin-top: 60px;
left: 10px;
}
#pager a.colorlink {
    border-bottom: 1px solid #222222;
    color: #222222;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
}
#pager a.colorlink:hover {
    border-bottom: 1px solid #FFFFFF;
}
#movie_info, #about-1 {
 width: 100%;
 text-align: left;
}

#oyakomovie {
    min-height: 600px;
}
#bottomnav {position: relative;
top: 60px;
}

.home_image
{
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 15px;
}

.home_summary {
position: relative;
display: inline-block;
float: right;
width: 50%;
text-align: left;
}

#footer {position: fixed;}

/*
@media (max-width: 768px;)
	{
	.section {
    width: 80%;
    max-width: 650px;
    font-size: 16px;
     }	
	}
*/