* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 0 50px 0; 
	background: #c2c4ac url(../images/bgd.png) repeat-x;
	text-align: center;
}

/* Links */
a {
	text-decoration: none;
	color: #A56F38; 	
}
a:hover {
	color: #000;
}

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #111;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 345%;
	font-weight: normal;
	letter-spacing: -2px;
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 

#header-wrap-index {
	position: relative;
	margin: 0 auto;
	width: 872px;
	height: 515px;
	text-align: left;
	background-color: #fff;
	background-image: url(../images/wrap-index.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header-photo {
	position: absolute;
	top: 58px;
	left: 24px;
	padding: 0;
	height:288px;
	width: 824px;
	clear: both;
	border: 1px solid #F0F0F0;	/* border: 1px solid #F0F0F0; */
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

#header-wrap-index h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	letter-spacing: -1.5px;
	color: #993300;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 107px;
	left: 87px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 52px;
	font-style: normal;
	line-height: 40px;
	font-weight: normal;
	font-variant: normal;
}

#header-wrap-index h1#logo-text a:hover {
	background: none;	border: none;
}


#intro_bra {
	position: absolute;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	/* change the values of top and left to adjust the position */
	top: 5px;
	left: 509px;
	font-weight: bold;
	background-image: url(../images/Brazil.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#intro_deu {
	position: absolute;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	/* change the values of top and left to adjust the position */
	top: 5px;
	left: 628px;
	font-weight: bold;
	background-image: url(../images/Germany.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#intro_eng {
	position: absolute;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	/* change the values of top and left to adjust the position */
	top: 5px;
	left: 747px;
	font-weight: bold;
	background-image: url(../images/English.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* footer */
#footer-wrapper {
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;			
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	color: #FFFFFF;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	font-size: 1.6em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
}
#footer-wrapper a {
	color: #fff;
	background: transparent;
}


#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 10px;
}
#footer-bottom {
	clear: both;
	width: 880px;
	margin: 0 auto;
}

#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 20px;
}
#footer-bottom .bottom-left {
	text-align: left;
	padding-left: 30px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {
	text-align: right;
	margin-top: -20px;
	font-style: italic;
}


