@charset "utf-8";
/* CSS Document */

A {
	color: #222222;
	text-decoration: none;
}

A:hover {
	color: #444444;
	text-decoration: none;
}

A:active {
	color: #003366;
	text-decoration: none;
}

BODY {
	background-image: url('map.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	height: 100%;
}

DIV.central {
	width: 700px;
	margin: 0px auto;
}

DIV.logo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 276; 
	height: 108px;
	background-image: url('elot.jpg');
	background-repeat: no-repeat;
}


TD.ml {
	width: 51px;
	height: 146px;
	background-image: url('main-left.jpg');
	background-repeat: no-repeat;
}

TD.sl {
	width: 51px;
	height: 54px;
	background-image: url('foot-left.jpg');
	background-repeat: no-repeat;
}


TD.mc {
	width: auto;
	background-image: url('main-repeat.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-align: right;
	padding-right: 25px;
}

TD.sc {
	width: auto;
	background-image: url('grey.jpg');
	background-repeat: repeat;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	padding: 10px;
}

TD.mf {
	text-align: center;
	background-image: url('main-repeat.jpg');
	background-repeat: repeat-x;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

TD.sf {
	height: 54px;
	text-align: center;
	background-image: url('foot-repeat.jpg');
	background-repeat: repeat-x;
	padding-bottom: 15px;
}

TD.ms {
	width: 2px;
	background-image: url('main-split.jpg');
	background-repeat: no-repeat;
}

TD.ss {
	width: 2px;
	background-image: url('split.jpg');
	background-repeat: repeat-y;
}

TD.rc {
	width: auto;
	background-image: url('right-repeat.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding-left: 25px;
}

TD.mr {
	width: 49px;
	height: 146px;
	background-image: url('main-right.jpg');
	background-repeat: no-repeat;
}

TD.sr {
	width: 49px;
	height: 54px;
	background-image: url('foot-right.jpg');
	background-repeat: no-repeat;
}

IMG.smallflag {
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	width: 30px;
	height: 20px;
}

IMG.largeflag {
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	width: 90px;
	height: 60px;
}

