@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(images/tlo01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		}
		
html{
	margin: 0px;
	padding: 0px;
}

#container {
	width: 800px;
	height: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	}
	
#logo {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	}
	
/*menu*/

#menu {
	width: 800px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
	
#menu ul {
	list-style: none;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0px;
	
	}

#menu li {
	display: inline;
	text-decoration: none;
	float: left;
	text-align: center;
	margin-right:3px;
	margin-left: 3px;
	padding: 5px 10px 5px 10px;
	}
		
#menu a {
	color: #ffffff;
	text-decoration: none;
	}
	

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

	
/*content*/

#content {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
	color: #000000;
	background-color: #ffffff;
	padding: 5px 15px 5px 15px;
	line-height: 16px;
	}


#text1 {
	height: auto;
	margin-top: 2px;
	font-size: 20px;
	text-align: center;
	white-space: normal;
	line-height: 25px;
	}
	
#text2 {
	width: 370px;
	float: right;
	padding: 5px;
	line-height: 20px;
	}
	
#text3 {
	clear: both;
	line-height: 20px;
	}

/*images display*/

#imageContainer {
	position: relative;
	width: 350px;
	height: 233px;
	float: left;
	display: inline;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 30px;	/* border:12px solid #FFFFFF; */
	}
	
/*news table*/

#date {
	width: 755px;
	font-weight: bold;
	font-size: 18px;
	text-align:right;
	}
	
#news {
	line-height: 22px;
	font-size: 14px;
	}
	
.img {
	border: 10px solid #FFFFFF;
	}

#map_canvas {
	width: 500px;
	height: 500px;
	margin: 5px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;	
	}
	
/*random styling*/

p.center {text-align:center;}
p.just {text-align:justify;}
p.left {text-align:left;}
.right {float: right;}

