* {
	margin: 0;
}

body,td,th {
	color: #000000;
	font: 12px "Trebuchet MS";
}

#main {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 179px;
	width: 1024px;
	background-color: #fff;
	border-bottom: 3px solid #4a4a4a;
}

#header #logo {
	top: 26px;
	float: left;
	left: 93px;
	position: relative;
}

#flag {
	border: 0px solid #000;
	height: 140px;
	padding: ;
	padding-top: 10px;
	padding-right: 10px;
}

#flag img {
	float: right;
	padding: 3px;

}

#content {
	padding: 20px;
	height: 343px;
	vertical-align: top;
	background: #FFFFFF url(gfx/background_content.gif) repeat-x 0 top;
	margin-top: -30px;
}

#flashcontent {
	border-bottom: 3px solid #4a4a4a;
}

#fotoinfo {
	height: 30px;
	top: -50px;
	position: relative;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	letter-spacing: 5px;
	word-spacing: 10px;
	color: #4a4a4a;
}

body {
	background-color: #4a4a4a;
	margin: 10px;
}

a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}

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

/* MENU styles */

#menu{
	border: 0px solid #000;
	float: right;
	padding-bottom: 5px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}

#menu li {
position: relative;
float: left;
margin: 0;
width: 10em;
}

#menu a, #menu a:visited {
text-decoration: none;
color: #4a4a4a;
	font: 16px "Trebuchet MS";
}

#footer {
	height: 50px;
	text-align: center;
	color: #fdfbfb;
	font: 11px/15px "Trebuchet MS";
	letter-spacing: 1px;
	padding-top: 12px;
}