html, body {
	margin:0;
	padding:0;
	background-color: #FFF7F0;
	background-image:url(../images/fp-bg.gif);
	background-repeat:repeat;
}
body {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	color: #a11e1c;
}
p {
	margin:0;
	padding:0 0 15px 0;
	border:0;
}

a {
	color: #a11e1c;
	text-decoration:underline;
}
a:hover {
	color: #a11e1c;
	text-decoration:none;
}
h1 {
	font-size:10px;
	margin:0;
	padding:0 0 0 10px;
	line-height:10px;
	font-weight: bold;
}
h2 {
	font-size:36px;
	text-decoration:none;
	font-style:italic;
	margin:0;
	padding:0;
}
h2 sup {
	font-size:20px
}
img {
	border: none;
}

div#container {
	text-align:left;
	width:550px;
	margin:0 auto;
	height:990px;
	overflow:hidden;
}
div#header {
	float:left;
	position:relative;
	height: 55px;
	width: 180px;
	left: 370px;
	top: -505px;
	padding:0;
	margin:0;
}
div#background {
	float:left;
	height:517px;
	margin:0;
}
#header a { 
	text-decoration: none;
	color: #a11e1c;
}

div#footer {
	float:left;
	position:relative;
	margin: 0px 0px 0 0px;
	padding:0;
	text-align: center;
	height: 40px;
	width: 550px;
	line-height:20px;
	top:-320px;
	left:0;
	color:#000000;
	font-size:10px;
}

#footer a { 
	text-decoration: none;
	color:#000000;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.clear-top {
    clear: both;
    display: block;
    height: 10px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* LANGUAGES */
#languages {
	float:left;
	position:relative;
	height: 280px;
	width: 350px;
	left: -35px;
	top: -340px;
	padding:0;
	margin:0;
}
.language{
	float:left;
	width:290px;
	height:80px;
	cursor:pointer;
}

div.lang {
	float:left;
	height:46px;
	width:50px;
	background-image: url(../images/fp-lang-bg.png);
	/*padding:12px 16px;*/
	/*margin:15px;*/
	padding:0;
	margin:0;
	background-repeat:no-repeat;
	cursor:pointer;
}
div.lang span {
	float:left;
	margin:12px 16px;
	padding:0;
	font-size:16px;
	color:#e3211f;
	font-style:italic;
	font-weight:bold;
}
div.lang-text {
	float:left;
	cursor:pointer;
}
.language a {
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}
.language a:hover {
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}

/* SITEMAP */
div#sitemap {
	float:left;
	position:relative;
	width:450px;
	top:-310px;
	left:80px;
}
div.sitemap-lang {
	float:left;
	width:150px;
}
.sitemap-lang span {
	color: #f59535;
	font-size:12px;
	font-weight:bold;
}
.sitemap-lang ul, .sitemap-lang li {
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	padding-left:5px;
	color: #f59535;
	font-size:9px;
}
.sitemap-lang a {
	color: #f59535;
	text-decoration:none;
}
.sitemap-lang a:hover {
	color: #f59535;
	text-decoration: underline;
}
