html, body {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 20px 0 10px 0;
}

#logo {
	width: 1022px;
	height: 132px;
	padding-top: 30px;
	background: url(../images/logo.jpg) no-repeat;
	margin: auto;
	z-index: 1;
	text-align: left;
}

#logo a {
	position: relative;
	display: block;
	width: 518px;
	height: 62px;
	margin: 0 0 0 16px;
}

#page_layer,
#meta {
	width: 1022px;
	height: 588px;
	background: url(../images/bg_content.gif) no-repeat;
	margin: auto;
	margin-top: 20px;
	z-index: 1;
}

#meta {
	position: relative;
	display: block;
	background: none;
	margin-top: 10px;
	/*padding-right: 38px;*/
  	height: 16px;
	text-align: right;
}

#menu_layer {
	position: relative;
	z-index: 5;
	padding: 20px 17px 0 17px;
}

#menu_left,
#menu_right {
	position: realtive;
	font-weight: bold;
	color: #CCCCCC;
	z-index: 3;
	margin: 0 0 20px 0;
	padding: 0;
}

#menu_left {
	float: left;
	text-align: left;
}

#menu_right {
	float: right;
	text-align: right;
}

#content_layer {
	text-align: left;
	float: left;
	z-index: 2;
	position: relative;
	width: 987px;
	height: 467px;
	top: 0px;
	left: 17px;
	right: 23px;
	margin: 0px;
	padding: 0;
}

#content_left_layer {
	float: left;
	position: relative;
	width: 353px;
	height: 467px;
	background: url(../images/bg_content_left.jpg) no-repeat;
}

#content_left {
	position: relative;
	overflow: auto;
	margin-left: 8px;
	top: 8px;
	width: 337px;
	height: 451px;
}

#content_right_layer {
	float: left;
	position: relative;
	width: 592px;
	height: 467px;
	left: 42px;
	background: url(../images/bg_content_right.gif) no-repeat;
}

#content_right {
	margin-left: 8px;
	margin-top: 8px;
	width: 576px;
	max-width: 576px;
	height: 409px;
	overflow: auto;
}

#news_layer {
	float: none;
	clear: both;
	text-align: left;
	position: relative;
	width: 953x;
	padding: 20px 17px 0 17px;
	background: url(../images/bg_news.png) no-repeat;
	z-index: 2;
}

#news_title,
#news_text {
	position: relative;
	top: 0px;
	height: 25px;
	font-weight: bold;
	z-index: 3;
	vertical-align: middle;
}

#news_title {
	position: relative;
	top: 0;
	width: 50px;
	font-size: 16px;
}

*+html #news_title {
	position: absolute;
	top: 20px;
}

* html #news_title {
	position: absolute;
	top: 20px;
}

#news_text {
	position: absolute;
	top: 21px;
	left: 75px;
	width: 920px;
	font-size: 15px;
	overflow: hidden;
}

* html #news_text {
	left: 55px;
}

#gallery_layer {
	position: relative;
	top: 60px;
	left: 17px;
	width: 987px;
	height: 510px;
	background: url(../images/bg_gallery.png) no-repeat;
}

#BananAlbum {
	position: relative;
	left: 7px;
	top: 7px;
	width: 971px;
	height: 494px;
	background-color: white;
}

/*#BananAlbumContainer {
	
	width: 971px;
	height: 494px;
	position: relative;
	
}*/

.heading,
h1 {
	font-size: 16px;
	font-weight: bold;
}

h1 {
	margin: 0;
}

h2 {
	margin: 10px 0 0;
}

p {
	margin: 0 0 8px;
}

ul {
	margin-top: 0;
}

.heading2,
h2 {
	font-size: 15px;
	font-weight: bold;
}

.menu_top {
	font-size: 16px;
}

.submenu {
	text-align: center;
	font-weight: bolder;
	font-size: 16px;
}

body,
td,
th {
	color: #FFFFFF;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #CCCCCC;
	text-decoration: none;
}
