@charset "utf-8";
/* CSS Document */
img, div { behavior: url(iepngfix.htc) }


body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BE2C31;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}

/*-------------------NAV-------------------*/
		#nav {
			margin:auto;
			horizontal-align:center;
			vertical-align:middle;
			text-align:right;
			margin-top:40px;
			width:1000px;
			height:40px;
			background-image:url(navbg11%20.gif);
			background-repeat:no-repeat;
			padding-top:9px;
			font-family:"Century Gothic", Century, Verdana;
			font-variant:normal;
			z-index:0;
			position:relative;
		}
		
		#navtext {
			padding-right:50px;
		}
		
			#nav a:link {
				color: #FFF;
				text-decoration: none;
				padding-left:15px;
				padding-right:15px;
			}
			#nav a:visited {
				text-decoration: none;
				color: #FFF;
				padding-left:15px;
				padding-right:15px;
			}
			#nav a:hover {
				text-decoration: none;
				color: #FFF;
				background-color:#346CFD;
				padding-left:15px;
				padding-right:15px;
				padding-top:10px;
				padding-bottom:10px;
				filter:alpha(opacity=50);   /* Internet Explorer       */
				-moz-opacity:0.5;           /* Mozilla 1.6 and below   */
				opacity: 0.5;               /* newer Mozilla and CSS-3 */
			}
			#nav a:active {
				text-decoration: none;
				color: #FFF;
			}
		



/* --------------Malta Stop----------------*/
#maltastop {
	clear:both;
	width:1000px;
	height:auto;
	background-color:#FFFFFF;
	horizontal-align:center;
	margin:auto;
	margin-top:50px;
	border:4px solid #FFFFFF;
}

/*---------------head-----------------*/
#head {
	height:350px;
	width:1000px;
	/*background-image:url(banner.jpg); */
}

#logo {
	height:0px;
	width:1000px;
	padding:0px;
	z-index:1;
	margin:auto;
	horizontal-align:center;
	padding-left:40px;
	padding-top:20px;
	position:relative;
}

#top {
	width:auto;
	height:auto;
	
}

#banner {
	z-index:0;
	width:00px;
	height:0px;
	position:absolute;
	z-index:0;
}

#lang {
		height:0;
		left:5px;
		margin-left:900px;
		margin-top:15px;
		position:absolute;
		width:350px;
		z-index:1;
}

#lang a:link {
	padding-right:5px;
}
#lang a:visited {
	padding-right:5px;
}
/*---------------contents---------------*/
#contents {
	margin:3px;
	margin-top:10px;
	width:auto;
	height:auto;
}

#text {
	float:left;
	width:400px;
	height:auto;
	position:relative;
}

#text2 {
	float:right;
	width:360px;
	height:auto;
	position:relative;
}

#title {
	width:600px;
	height:40px;
	background-image:url(blue%20.jpg);
	font-size:12px;
	color:#006;
	vertical-align:middle;
	margin:auto;
	font-family:"Century Gothic", Century, Verdana;
}

#title2 {
	width:350px;
	height:40px;
	background-image:url(blue%20s.jpg);
	font-size:12px;
	color:#006;
	vertical-align:middle;
	margin:auto;
	font-family:"Century Gothic", Century, Verdana;
}

#title_text {
	vertical-align:middle;
	margin:auto;
	padding-top:3px;
	padding-left:10px;
	text-transform: uppercase;
}

h1 {
	text-transform: uppercase;
	font-size:12px;
	color:#006;
	font-family:"Century Gothic", Century, Verdana;

	}

#main {
	margin-top:10px;
	margin-left:10px;
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:580px;
	height:auto;
	text-align:justify;
}
#main2 {
	margin-top:10px;
	margin-left:20px;
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:300px;
	height:auto;
	text-align:justify;
}

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

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

#main2 a:hover {
	text-decoration:none;
	color:#CCC;
}
/*------------foot-------------*/
#end {
	clear:both;
	height:10px;
}

#foot {
	width:1000px;
	horizontal-align:center;
	margin:auto;
	clear:both;
	height:50px;
	text-align:right;
	font-size:12px;
}

#foot A:link {
	color:#000;
	text-decoration:none;
}
#foot A:hover {
	color:#FFF;
	text-decoration:none;
}
#foot A:active {
	color:#000;
	text-decoration:none;
}
#foot A:visited {
	color:#000;
	text-decoration:none;
}

