@charset "utf-8";
html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-size:100%;
	font-family:georgia, palatino linotype, times new roman, serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden;/* */ 
	}
body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background: #C1BC9C;
	background-image: url(images/marb022.jpg);
}

* html {
	height: auto;
	max-height: none;
	overflow: auto;
}

* html body {
	height: auto;
	max-height: none;
	overflow: auto;
}

#content {
	display:block;
	overflow:auto;
	position:absolute;
	z-index:3;
	top:150px;
	bottom:52px;
	width:760px;
	margin-left:-376px;
	left:50%;
	background:#d3b680;
}
* html #content {
	top:0;
	bottom:20;
	height:70%;
	width:760px;
	border-top:153px solid #fff;
}
#head {
	position:absolute;
	margin-left:-376px;
	left:50%;
	top:0;
	width:760px;
	min-width:760px;
	height:140px;
	background:#fff;
	font-size:1em;
	z-index:5;
}
#head img {
	border: none;
	padding: 0px;
	margin: 0px;
}
#head a img {
	margin-bottom: -4px;
}
* html #head {
	width:680px;
	height:146px;
}
#mainnav {
	width: 100%;
	height: 28px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-top: -5px;
	text-align: left;
	padding-left: 80px;
}
#mainnav a {
	background: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px 0 0;
}
#foot {
	text-align:center;
	position:absolute;
	margin-left:-376px;
	left:50%;
	bottom:0;
	width:760px;
	min-width:760px;
	height:52px;
	background:url(heading.jpg);
	background-color: #d3b680;
	background-position:0 100px;
	font-size:1em;
	z-index:5;
	color:#000;
}
#foot p { padding-top: 10px; }

* html #foot {
	display: none;
}

#ie-foot {
	display: none;
}

* html #ie-foot {
	display: inline;
}

#content p {
	padding:5px;
	text-align:justify;
}
.boldhead {
	font-size:1.5em;
	font-weight:bold;
}
.bold { font-weight:bold; }
.left {
	float:left;
	margin:10px;
	border:1px solid #000;
}
.right {
	float:right;
	margin:10px;
	border:1px solid #000;
}
.lefttext {
	float:left;
	width:300px;
	text-align:justify;
}
.righttext {
	float:right;
	width:300px;
	text-align:justify;
}
* html .lefttext {
	float:left;
	width:310px;
	text-align:justify;
}
* html .righttext {
	float:right;
	width:310px;
	text-align:justify;
}
a img {
	border-style: solid;
	border-color: #C4914D;
}
hr { display: none; }
.view_image img {
	border: 1px solid #C4914D;
	background-color: #fff;
}

