BODY {

	margin: 0px 0px 0px 0px;
	height: 100%;	
}

#bodybg {

	height: 100%;
	background-image: url(../images/template/bg.png); 
	padding: 0;
	margin-bottom: 1px;

}
div.center {
margin: 0 auto 0 auto;
  text-align: center;
  text-align: -moz-center;

}

#header {
	width:900px;
	height:250px;
	background-image: url(../images/template/header1.jpg);
	border:1px solid #fff;
	border-bottom:none;
}
#footer {
text-align:center;
text-align: -moz-center;
padding-top:15px;
	width:900px;
	height:35px;
	background-image: url(../images/template/footer.jpg);
	border:1px solid #fff;
	border-top:none;
	font-weight:bold;
}

#menu {
	width:900px;
	height:30px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#main {
	width:900px;
	height:100%;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#mainleft {
	width:600px;
	background:#121212 url(../images/template/mlbg.jpg) repeat-x;
	/*text-align:left;
	/*text-align: -moz-left;*/
	padding-left:10px;
	padding-top:10px;
	border-right:1px solid #333333;
}

#mainright {
	width:300px;
	background: #333333 url(../images/template/logobg.jpg) no-repeat;
	text-align:center;
	text-align: -moz-center;
	border-left: 1px solid #3c3c3c;
}



/*Slider*/

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:427px;
	width:285px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%;
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	

.infobox{
width:500px;
color:#00529B;
/*border: #00529B 1px solid; */
background-color: #BDE5F8;
border: 1px solid;

}	