* {
	/*font-variant:small-caps;*/
	font-family:"Arial Rounded MT Bold";
	font-size:12px;
	margin:0px;
	padding:0px;	
	color:#000;	
}

body{
	background-color: #FFF;
	background-image:url('../img/bg.jpg') ;
	background-repeat:no-repeat;
	width:100%;
	font-size:12px;
}

#main {
	width:1015px;
	height:570px;
	border-color:#000;
	border-width:1px;
	border-style:solid;
	background-color:#FFF;

}

#menu {
	position: absolute;
	left:140px;
	top:8px;
	font-size:10px;
	font-family:"Arial Rounded MT Bold";
	font-stretch:condensed;
	width:700px;
}

#close {
	position: relative;
	right: 15px;
	float: right;
	z-index:999;
}

#content {
	
	font-family:"Arial Rounded MT Bold";
	
	z-index:90;		
	position:absolute;
	padding:4px;	
	top:116px;
	left:50px;
	width:690px;
	height:361px;	
	color: #000 ;
	background-color:#FFF;
	/*
	opacity:.85;
	filter: alpha(opacity=85);
	*/
	overflow: auto;		
	border-width: 2px;
	border-color:#FFF;
	border-style: groove;
}

.code {
	background-color:#FFF;
	color:#000;
	width:100%;
	height:80px;
	border:none;
}

.image {
	border-width: 1px;
	border-style: solid;
	border-color:#000;
	
	background-color:red ;
	
	width: 190px;
	height: 150px;
	
	z-index: 20;
	
	margin-bottom: 5px;
}

a {
	text-decoration:none;
}

img.thundernail{
	width: 70px;
	height:70px;
}

#search {
	
	overflow: hidden;
	
	font-size: 12px;
	color:#000;
	
	position: absolute;
	left:780px;
	top:20px;
	z-index: 100px;
	
	width: 215px;
	height:530px;
	
	color:#000;
	background-color: #FFF;
	
	text-align: center;
	
}

h1 {
	font-size: 16px;
	}

#FLAG_FR{
	position: absolute;
	height: 15px;
	width: 21px;
	left:674px;
	top:522px;
}

#FLAG_EN{
	position: absolute;
	height: 15px;
	width: 21px;
	left:710px;
	top:522px;
}

#FLAG_ES{
	position: absolute;
	height: 15px;
	width: 21px;
	left:740px;
	top:522px;
}


#navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #FFF;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #FFF;
padding-bottom: 2px;
background: transparent;
color: #ACF;
}

#navlist a:hover { color: #ACF; }
