*{ margin: 0; padding: 0; }*

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	background-color: #9D852B /*#86B41D*/ /*#FEEFAA*/ /*#9309A1*/;
}
.maincontainer {
	width: 800px;
	height: 600px;
	text-align: left;
	margin: 50px auto;
	background-image: url(img/Bongos_corporate_01.gif);
	border: 2px solid #9D852B;
}
.left {
	float: left;
	width: 127px;
}
.left-top {
	height: 176px;
	background-image: url(img/left-top.jpg);
}
.left-bottom {
	background-image: url(img/left-bottom.gif);
	height: 424px;
}
.menu {
	color: #EEB301;
	padding-top: 20px;
	margin-left: 10px;
}
.menu li {
	list-style: none;
	margin-bottom: 15px;
}
.menu a {
	color: #EEB301;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
}
.menu a:hover, .menu a.current {
	text-decoration: underline;
}
.maincontent {
	float: right;
	width: 673px;
}
.maincontentleft {
	float: left;
	width: 214px;
	height: 600px;
	background-image: url(img/mid-bg.jpg);
	color: #fff;
}
.extra p {
	margin: 15px 10px;
}
.extra a {
	color: #fff;
}
.extraimg {
	width: 160px;
	margin: 40px auto 40px auto;
}
.maincontentright {
	float: right;
	width: 459px;
}
.maincontentright p {
	font-size: 1.2em;
	color: #fff;
}
.maincontentright a {
	color: #fff;
	text-decoration: underline;
}
.right-top {
	width: 459px;
	height: 176px;
	background-image: url(img/right-top.jpg);
}
.right-bottom {
	width: 459px;
	height: 424px;
	background-image: url(img/right-bottom.jpg);
	background-repeat: repeat;
}
.centrecontent {
	padding: 20px;
}
.foot {
	font-size: 0.8em;
	text-align: center;
}
p {
	margin-bottom: 15px;
}
h1 {
	font-size: 1.5em;
	color: #EEB301;
}
h2 {
	font-size: 1.4em;
	color: #19F1BB;
}
.frontpageimgbox {
	position:relative;
}
#imageContainer {
	height:323px;
}
#imageContainer img {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	height:323px;
	width:350px;
	/*opacity: -0.01;*/
}
/* sNews */
fieldset { border: 1px solid #E4DF94; padding: 10px 8px; margin: 0 0 8px 0; background: #999; color: #000; }
input { padding: 2px; }
textarea { width: 97%; height: 20em; padding: 3px; }
.comment { background: #F5F6F6; color: #808080; padding: 10px; margin: 0 0 10px 0; border-top: 1px solid #ccc; }
.commentsbox { background: #f4f4f4; color: #808080; padding: 10px; margin: 0 0 10px 0; }
.date { border-top: 1px solid #eee; margin: 0 0 20px 0; }