﻿body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #b16e2b;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: normal;
}
#head {
	height: 200px;
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(banner_bgrnd.jpg);
}
#logo {
	background-image: url(reduced.jpg);
	width: 473px;
	float: left;
}
#header_text {
	height: 200px;
	margin-left: 473px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(text_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#AGONGOINTO {
	font-size: 52px;
	margin-left: 40px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #003E9B;
	margin-top: 50px;
	margin-bottom: -10px;
}
#Museum     {
	font-size: 30px;
	margin-top: 10px;
	margin-left: 40px;
}
.oneColFixCtrHdr #container {
	width: 820px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FEFAEB;
	background-repeat: repeat-x;
	background-position: top;
}
.oneColFixCtrHdr #header {
	color: #FFFFCC;
	background-color: #000000;
	text-align: center;
	height: 40px;
	width: 820px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #1346A4;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
/*opacity: 0.831373;*/
	z-index: 100;
}
#mainContent img {
	background-color: #FFFFFF;
	padding: 6px;
	border: 1px solid #996600;
}
#mainContent h1 {
	color: #003399;
}
#mainContent h2 {
	color: #003399;
}
#caption {
	font-size: 70%;
	margin-top: -10px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #660000;
	background-image: url(footer_bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFCC;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#sitename {
	background-image: url('agongointo.gif');
	height: 200px;
	width: 459px;
	margin-top: 0px;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 14%;
	position: absolute;
}
#sitename_fr {
	background-image: url(agongointo_fr.gif);
	height: 200px;
	width: 459px;
	margin-top: 0px;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 14%;
	position: absolute;
}
#lang {
	float: right;
	text-align: right;
	position: relative;
	color: #000066;
	padding-right: 15px;
}
#lang a {
	text-decoration: none;
	color: #000066;
}

