#body {
margin: 0px;
padding: 0px;
background: #FFFFFF;
}
#container {
/* margins at top and bottom are 0px but on the sides, "auto" will center the layout */
margin: 0px auto;
padding: 0px;
/* sets the layout width */
width: 800px;
/* add the background to make faux columns */
/*background: url(background.jpg) repeat-y; */
}

#header {
width: 100%;
height: 150px;
background: #FFFFFF;
}

#banda1 {
width:100%;
height:22px;
background:#41627E;
position:relative;
color:white;
}

#banda2 {
width:100%;
height:20px;
background:#41627E;
}

#banda3 {
width:100%;
height:55px;
background:#FFFFFF;
}

#bandafreefind {
width:100%;
height:55px;
background:#FFFFFF;
}


#leftside {
width: 170px;
/* float it to the left of the text */
float: left;
background: #ffffff;
}

#rightside {
position: relative;
width: 170px;
/* float it to the right of the text */
float: right;
background: #ffffff;
}

#text {
width: 460px;
/* background: #; */
/* float it to the left of the right sidebar */
float: left;
}

#footer1 {
width: 100%;
height: 20px;
/* clear: both so that it remains at the bottom of the 3 columns */
clear: both;
background: #ffffff;
} 

#footer2 {
width: 100%;
height: 50px;
/* clear: both so that it remains at the bottom of the 3 columns */
clear: both;
background: #41627E;
}


p {
/* margins on the sides are 10px now */
margin: auto 20px;
/* font size is 11px and line-height is 15px */
font: 11px/15px Verdana, sans-serif, Arial;
}

p.right {
margin: 0px;
top: 0px;
font: 12px/15px Arial, Verdana, sans-serif;
text-align: right;
font-weight:bold;
}

p.center {
margin: 0px;
padding-top: 10px;
font: 12px/15px Verdana, sans-serif, Arial;
text-align: center;
font-weight:bold;
}

p.copyright {
margin: 10px;
top: 10px;
font: 9px/15px Verdana, sans-serif, Arial;
text-align: right;
color:#ffffff;
}

p.marquee {
cursor:pointer;
position:relative;
top: 0px;
font: 10px/15px Verdana, sans-serif, Arial;
color:red;
}

input {
color: #781351;
background: #fee3ad;
border: 1px solid #781351;
align: right;
top: 0px;
font: 11px/15px Arial, Verdana, sans-serif;
}

.submit input {
color: #000;
background: #ffa20f;
border: 1px outset #d7b9c9;
}


img.flag { 
    float:left;
    border:0;
      //position:absolute;
    margin-left:8px;
    margin-top:0px;
}  


body{
background-image:url(fond.jpg);
}
 



h3 {font-family: arial; font-size: 12px; text-align: center; color:white; font-weight:lighter}
h4 {font-family: arial; font-size: 12px; text-align: center; color:black; font-weight:lighter}
a:link {text-decoration: none; color: navy}
a:visited {text-decoration: none; color: navy}
a:active {text-decoration: none; color: white}
a:hover {text-decoration:none; color: red}

.banda1 a:link {text-decoration: none; color: white}
.banda1 a:visited {text-decoration: none; color: white}
.banda1 a:active {text-decoration: none; color: white}
.banda1 a:hover {text-decoration:none; color: yellow}

table: {border-width:1px}
hr {height: 1px; width:80%; color:red  }