body{
	background-color: #e3ddcc;
	margin:0px;
}
div, a, h1, h2, h3, input, select, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
form{
	margin:0px;
}
input{
	background:#dedede;
	border-width:0px;
	color:#999999;
}

.clearfloat{
	clear:both;
}
.checkbox{
	margin:0px;
	width:13px;
	height:13px;
}


.container {
	width:899px;
	height:600px;
  	margin: 0px auto;
	border:1px solid #BFBCB3;
}

.container_events {
	width:800px;
	height:600px;
  	margin: 0px auto;
	border:1px solid #BFBCB3;
}

.menu_bg_0{
	z-index:998;
	clear:both;
	position:relative;
	left:0px;
	width:100%;
	height:70px;
	border-bottom:1px solid #333333;
	background:#999999;
}
.menu_bg_1, .menu_bg_2, .menu_bg_3, .menu_bg_4{
	z-index:998;
	clear:both;
	position:relative;
	left:0px;
	width:100%;
	height:70px;
	border-bottom:1px solid #333333;
	filter: alpha(opacity=20);
	opacity:0.2;
	-khtml-opacity:0.2;
	background:#000000;
}
.menu_bg_2 {
	filter: alpha(opacity=30);
	opacity:0.3;
	-khtml-opacity:0.3;
}
.menu_bg_3 {
	filter: alpha(opacity=40);
	opacity:0.4;
	-khtml-opacity:0.4;
}
.menu_bg_4 {
	filter: alpha(opacity=60);
	opacity:0.6;
	-khtml-opacity:0.6;
}

.menu {
	clear:both;
	position:relative;
	height:70px;
	width:100%;
	text-align:center;
	z-index:999;
	margin-left:3px;
}

.menu div{
	float:left;
	padding-top:12px;
	width:149px;
	text-align:center;
}
.menu a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#dddddd;
	text-decoration:none;
	font-weight:bold;
}
.menu a:hover{
	color:#efefef;
}
/*
.menu .i1{
	margin-left:30px;
}
.menu .i2{
	margin-left:55px;
}
.menu .i3{
	margin-left:63px;
}
.menu .i4{
	margin-left:75px;
}
.menu .i5{
	margin-left:65px;
}
.menu .i6{
	margin-left:61px;
}

.menu .i7{
	margin-left:30px;
}
.menu .i8{
	margin-left:30px;
}
.menu .i9{
	margin-left:35px;
}
.menu .i10{
	margin-left:35px;
}
.menu .i11{
	margin-left:35px;
}
.menu .i12{
	margin-left:37px;
}
*/

.bg_thumbs{
	clear:both;
	position:relative;
	width:100%;
	top:45px;
	background-color:#333333;
	filter: alpha(opacity=60);
	opacity:0.6;
	-khtml-opacity:0.6;
	height:94px;
}
.thumbs_container{
	clear:both;
	overflow:hidden;
	height:104px;
	top:-50px;
	position:relative;
}
.thumbs{
	margin-left:8px;
	position:relative;
	left:0px;
}
.thumbs div{
	float:left;
	padding:8px;
}
.thumbs div img{
	width:120px;
	height:80px;
	filter: alpha(opacity=70);
	opacity:0.7;
	-khtml-opacity:0.7;
}


.text, .text_scroll {
	clear:both;
	position:relative;
	height:300px;
	top:0px;
	margin:0px 20px 20px 20px;
	overflow:hidden;
	font-size:13px;
	line-height:150%;
	text-align:justify;
	color:#666666;
}

.text_scroll {
	background-color:#ffffff;
	top:-70px;
	height:509px;
	-border:1px solid #ffcc00;
	overflow-x:hidden;
	overflow-y:scroll;
	margin:0px;
	padding:10px 20px;
}

.img_left{
	float:left;
	margin:0px 10px 10px 0px;
}

.img_right{
	float:right;
	margin:0px 0px 10px 10px;
}


.footer {
	padding-top:12px;
	width:899px;
  	margin: 0px auto;
	position:relative;
	top:0px;
}

.footer div, .footer a{
	color:#9F9C95;
}

.footer .left{
	float:left;
}

.footer .right{
	float:right;
}
