body {
font-family: arial;
text-align: center;
margin: 0px;
}

a:link {
color: red;
text-decoration: underline;
}

a:visited {
color: red;
text-decoration: underline;
}

a:hover {
color: orange;
text-decoration: none;
}

.container {
margin: 0  auto;
padding: 0px 0px 0px 0px;
width: 900px;
height: 400px;
background-image: url(images/background-top.jpg);
background-repeat: repeat-x;
background-color: transparent;
}

#logo-top {
margin: 0px 0px 0px 18px;
width: 100%;
height: 119px;
background-image: url(images/logo-top.jpg);
background-repeat: no-repeat;
}

.menu {
font-family: arial;
font-size: 15px;
color: orange;
text-align: left;
margin: 12px 0px 0px 20px;
}

.menu a:link {
color: white;
text-decoration: none;
}

.menu a:link {
color: white;
text-decoration: none;
}

.menu a:visited {
color: white;
text-decoration: none;
}

.menu a:hover {
color: orange;
text-decoration: none;
}

.content {
margin: 20px 0px 0px 0px;
background-color: transparent;
}

.text-copy {
margin: 30px 100px 30px 30px;
text-align: left;
}

p {
font-family: "Lucida Grande";
font-size: 14px;
color: #444444;
}

h1 {
font-family: tahoma;
font-size: 20px;
color: #333333;
font-weight: bold;
margin-top: 20px;
margin-bottom: 25px;
}

h2 {
font-family: tahoma;
font-size: 12px;
color: #444444;
font-weight: bold;
margin-top: 60px;
margin-bottom: 0px;
text-align: right;
}

h3 {
font-family: tahoma;
font-size: 16px;
color: #444444;
font-weight: bold;
margin-top: 15px;
margin-bottom: 15px;
text-decoration: underline;
}

h4 {
font-family: tahoma;
font-size: 12px;
color: #444444;
font-weight: bold;
margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}

#img-des {
float: right; 
margin: 0px 10px 10px 10px;
} 

.footer {
width: 100%;
height: 200px;
background-image: url(images/background-bottom.jpg);
background-repeat: repeat-x;
margin-top: 12px;
padding-top: 0px;
}

#footer-copy {
text-align: left;
margin: 12px 12px 12px 12px;
padding-top: 12px;
font-family: tahoma;
font-size: 14px;
color: #222222;


}




