@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}



/* Mobile Layout: 480px and below. */

@media only screen and (max-width: 480px) {
    .gridContainer {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #LayoutDiv1 {
        clear: both;
        float: left;
        width: 100%;
        display: block;
    }

    #sidebar, #sidebar0, #sidebar1, #sidebar2, #sidebar3, #sidebar4, #sidebar5, #sidebar7, #sidebar99 {
        float: none;
        width: 100%;
        margin: 5px 0;
        background: none;
        text-align: left;
    }

    #container {
        width: 100%;
        margin: 0 auto;
    }

    #navMain {
        width: 100%;
    }

    #navMain > li {
        width: 100%;
        text-align: left;
        border-right: none;
    }

    #navMain > li > a {
        display: block;
        padding: 8px;
        font-size: 14px;
        text-align: left;
        border-right: none;
    }

    .footer {
        position: relative;
        padding: 1rem;
        background-color: #efefef;
        text-align: left;
    }

    #wrapper {
        width: 100%;
        padding: 10px;
        background-color: #fff;
        margin: 0;
    }

    #content_area {
        width: 100%;
        padding: 10px;
        border: 3px solid #e2e2e2;
        text-align: left;
    }

    #banner, #banner2 {
        width: 100%;
        height: auto;
        background-position: center top;
    }
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .gridContainer {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #LayoutDiv1 {
        clear: both;
        float: left;
        width: 100%;
        display: block;
    }

    #sidebar, #sidebar0, #sidebar1, #sidebar2, #sidebar3, #sidebar4, #sidebar5, #sidebar7, #sidebar99 {
        float: none;
        width: 100%;
        margin: 5px 0;
        background: none;
        text-align: left;
    }

    #container {
        width: 100%;
        margin: 0 auto;
    }

    #navMain {
        width: 100%;
    }

    #navMain > li {
        width: 100%;
        text-align: left;
        border-right: none;
    }

    #navMain > li > a {
        display: block;
        padding: 8px;
        font-size: 14px;
        text-align: left;
        border-right: none;
    }

    .footer {
        position: relative;
        padding: 1rem;
        background-color: #efefef;
        text-align: left;
    }

    #wrapper {
        width: 100%;
        padding: 10px;
        background-color: #fff;
        margin: 0;
    }

    #content_area {
        width: 100%;
        padding: 10px;
        border: 3px solid #e2e2e2;
        text-align: left;
    }

    #banner, #banner2 {
        width: 100%;
        height: auto;
        background-position: center top;
    }



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

body {

font-family: tahoma;
font-size:14px;
padding:2px;


}


#wrapper
{
	width: 1100px;
	margin: 0 auto;
	padding: 10px;
	border: 5px solid #e2e2e2; /*  border color */
	background-color: #fff;
    
    }
    
 #banner
 {
	width:100%;
	height:111px;
	border:3px solid #e2e2e2;
	background-repeat:no-repeat;
	background-size:cover;
	background-image: url(TOP_IMAGE_NEWt.JPG);
	background-position: center top;
	 
     
     }
	 
	 #banner2
 {
	height:111px;
	border:3px solid #e2e2e2;
	background-repeat:no-repeat;
	background-size:cover;
	background-image: url(NEW_IMAGE.JPG);
	background-position: center top;
	 
     
     }
	 
	 
	 
	 
	html{
padding:10px;
}
#container {
width:997px; /*  This is the container of nav bar it has to be wider than below */
margin:0 auto;
-webkit-box-shadow: 2px 2px 2px 2px #e6e5e5;
-moz-box-shadow: 2px 2px 2px 2px #e6e5e5;
box-shadow: 2px 2px 2px 0px #e6e5e5; 
behavior: url(PIE.htc);
}
#navMain{
list-style:none;
font-family:tahoma;
font-size:14px;
border-top:1px #e8e7e7 solid;
border-left:1px #e8e7e7 solid;
border-right:1px #e8e7e7 solid;
float:left;
width:100%;  /*  width of actual nav bar */
margin:0;
padding:0;
z-index:400;
background:url(images/navBG.png) repeat-x #f2f1f1;
-webkit-box-shadow: inset 2px 2px 2px 2px #fafafa;
-moz-box-shadow: inset 2px 2px 2px 2px #fafafa;
box-shadow: inset 0px 0px 3px 2px #fafafa;
behavior: url(PIE.htc);
}
#navMain > li{
float:left;
position:relative;
border-right:1px solid #fff;
}
#navMain > li > a{
color:#adacac;
float:left;
display:block;
z-index:400;
text-decoration:none;
padding:10px 10px;
margin:0;
text-shadow: 0px 1px 0px #fff;
font-size:13px;
border-right:1px solid #e5e4e4;
}
#navMain .currentPage a{
	background:url(images/currentBG.png) repeat-x;
}
#navMain ul {
display:none;
position:absolute;
list-style:none;
left:0;
padding:0;
z-index:400;
margin:0;
border-left:1px solid #e8e7e7;
border-right:1px solid #e8e7e7;
background:#e2e2e2;                   /* background colol of nav link that drops down */
border-top:1px solid #e8e7e7;
}
#navMain ul li a{
color:#000000;                   
text-decoration:none;
display:block;
padding:6px 7px;
z-index:400;
border-bottom:1px solid #e8e7e7;
text-shadow: 0px 1px 0px #fff;
}
#navMain li:hover ul {
display:block;
top:42px;
left:-1px;
z-index:400;
min-width:160px; /* width of drops down */
overflow:hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

        
  #content_area
  {
	float: left;
	width: 760px;
	padding: 10px;
	border: 3px solid #e2e2e2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	height: auto;
	text-align: justify;
	word-wrap: break-word;
	font-weight: normal;
      
      
      }
    
     #sidebar1
 {
	float: right;
	width: 185px;
	height: 255px;
	border: 3px solid #e2e2e2;
	background-image: url(images/UNESCO.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 50px;
     }
 #sidebar
 {
	float: right;
	width: 185px;
	height: 160px;
	border: 3px solid #e2e2e2;
	background-image: url(images/victor.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 18px;
	margin-left: 50px;
     }
	 #sidebar2
 {
	float: right;
	width: 185px;
	height: 160px;
	border: 3px solid #e2e2e2;
	background-image: url(images/victor2.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 10px;
     }
	 #sidebar3
 {
	float: right;
	width: 185px;
	height: 180px;
	border: 3px solid #e2e2e2;
	background-repeat: no-repeat;
	background-image: url(Home_Page_Files/YTP.JPG);
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
     }
    
	
	 #sidebar4
 {
	float: right;
	width: 185px;
	height: 200px;
	border: 3px solid #e2e2e2;
	background-repeat: no-repeat;
	background-image: url(Home_Page_Files/UNI.JPG);
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 50px;
     }
	
	 #sidebar5
 {
	float: right;
	width: 290px;
	height: 220px;
	border: 3px solid #e2e2e2;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
     }
	
	
	 #sidebar7
 {
	float: right;
	width: 185px;
	height: 200px;
	border: 3px solid #e2e2e2;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 50px;
     }

	 #sidebar9
 {
	float: right;
	width: 185px;
	height: 180px;
	border: 3px solid #e2e2e2;
	background-repeat: no-repeat;
	background-image: url(Home_Page_Files/goodreds.JPG);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
     }
	 
	  	 #sidebar99
 {
	float: right;
	width: 185px;
	height: 180px;
	border: px solid #e2e2e2;
	background-repeat: no-repeat;
	background-image: url(Home_Page_Files/Antropologi_Asia.JPG);
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 50px;
     }

	
 #footer
 {
	clear: both;
	width: auto;
	height: 40px;
	margin-top: 150px;
	background-image: url(images/sidebar_bottom.jpg);
     }
	 
	 
	 
	 
	 
#wrapper #container #navMain a {
	font-size: 14px;
	color: #333333;
}
#content_area_books {
	width: auto;
}
.SideBar5 {
}

a:link {color: #339966;}
a:hover {
	color: #000000;
}
a:focus {
	color: #333333;
}
a:visited {
	color: #0099FF;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}
#wrapper #content_area table {
	text-align: center;
}
#wrapper table tr td {
	text-align: left;
}
.MIDTXTCLASS {
	text-align: center;
}
#wrapper #content_area p {
	text-align: center;
	color: #000;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
#wrapper #content_area .MsoNormal.style6 {
	text-align: left;
}
.wrap {
}
}
.CenterMainPage {
	height: auto;
	width: auto;
	padding-left: 10px;
}
.CenterMainPage2 {
	height: auto;
	width: auto;
	padding-left: 166px;
	clear:both;
}
#LayoutDiv1 #wrapper #content_area .CenterMainPage iframe {
	text-align: center;
	padding-left: 70px;
}
.CentMainPage3 {
	height: 260px;
	width: auto;
}
.CentBooks {
	height: auto;
	width: 50px;
}
.CentBooks {
	clear: both;
	float: none;
	height: auto;
	width: auto;
	font-size: 16px;
	font-weight: bold;
}
.ImageCenter {
	background-image:Home_Page_Files/GS.JPG;
	width:100%;
	
	
}
.CentLinkImage {
}
#LayoutDiv1 #wrapper #content_area table {
	text-align: left;
}
