@CHARSET "UTF-8";

*{

		padding: 0 0;
		margin: 0 0;
	    font-family: Arial;
} 

body {
 text-align: center;
 background-color:#87AEC5;
 margin:0;
 overflow:0;
}

img {border: none;}

table{
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 5px;
	
}
	td{border: 1px solid #000;
	   padding: 5px;
	}
	th{border: 1px solid #000;
	   padding: 5px;
	}

ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

A:link{
color:blue;
text-decoration:none;
}

A:visited{
color: brown;
text-decoration:none;
}

A:hover {font-size: 106%;text-transform: uppercase; background: #FFFF60;}

A:active {color: red; }

.navl {
 border:0;
 width:180px;
 height:270px;
 padding:3px;
 position: absolute;
 top:120px;
 left:45px;
 font-family: Arial;
 font-size:100%;
 line-height:1.4;
 text-align: left;
}

.flag {
	position: absolute;
	top: 125px;
	left: 863px;
}

.content{
 border: 2px solid yellow;
 background-color:#BEC5D8;
 overflow: auto;
 width:565px;
 height:550px;
 padding:5px;
 position: absolute;
 top:120px;
 left:238px;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 text-align: justify;
}

.content_index{
 border: 2px solid yellow;
 background-color:#BEC5D8;
 overflow: scroll;
 width:562px;
 height:580px;
 position: absolute;
 padding:5px;
 top:111px;
 left:270px;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 text-align: justify;
}


#updates{
 color: #DC143C;
}

#p1 {
	font-size:smaller;
	text-align:center;
}

.slideshow{
 border: 2px solid yellow;
 background-color:#BEC5D8;
 width:645px;
 height:580px;
 padding:5px;
 position: absolute;
 top:20px;
 left:240px;
 font-family:verdana;
 text-align:center
}

#mp3_player {
	position: absolute;
	top: 500px;
	left: 50px;
}