* {
 margin: 0;
 padding: 0;
}
body {
 background-color: #7986A1;
 font-family: verdana,tahoma,arial,sans-serif;
 font-size: 62.5%;
 line-height: 180%;
 color: #4f4532;
 padding: 10px 0; 
}
a:link, a:visited {
 color: #c60;
 text-decoration: none;
}
a:hover {
 color: #f90;
 text-decoration: underline;
}
h1 {
 font-size: 2.0em;
}
h2 {
 font-size: 1.8em;
}
h3 {
 font-size: 1.6em;
 color: #006;
}
h4 {
 font-size: 1.3em;
 color: #c60;
}
h5, p, li, th, td {
 font-size: 1.1em;
}
p {
 padding-bottom: 1.2em;
}
ul {
 list-style-type: none;
 padding: 0 10px 10px 15px;
}





#container {
 background-color: #fff;
 position: relative;
 left: 50%;
 width: 760px;
 margin-left: -380px;
}





#preheader {
 position: absolute;
 Top: 3px;
 right: 10px;
 font-size: 0.9em;
 color: #cdbfa4;
}
#preheader a {
 text-decoration: none;
 color: #cdbfa4;
}
#preheader a:hover {
 color: #fff;
}
#header {
 text-indent: -9999px;
 background: transparent url(images/header.gif) top center no-repeat;
 height: 177px;
 width: 760px;
}





#nav {
 background-color: #c60;
 list-style-type: none;
 width: 760px;    
 float: left; /* Contain floated list items */
 padding: 0;
}
#nav li {
 float: left;
 background: url(images/nav_bg2.gif) top left repeat-x;
 height: 21px;
}
#nav a {
 float: left;
 width: 150px;
 color: #fff;
 text-decoration: none;
 line-height: 1.9;
 text-align: center;
 border-right: 1px solid #c60;
 border-left: 1px solid #f90;
}
#nav a:hover {
 background-color: #f90;
 border-right: 1px solid #f90;
}
#body_hom #nav_hom a,#body_abo #nav_abo a,#body_tec #nav_tec a,#body_fin #nav_fin a,#body_con #nav_con a {
 background-color: #fff;
 color: #1a1303;
 font-weight: bold;
 border-right: 1px solid #fff;
 border-left: 1px solid #fff;
}





#footer {
 text-align: center;
 font-size: 0.9em;
 color: #cdbfa4;
 background-color: #c60;
 clear: both;
}
#footer ul {
 list-style-type: none;
}
#footer li {
 display: inline;
}
#footer p {
 padding: 0;
}
#footer a {
 text-decoration: none;
 color: #cdbfa4;
}
#footer a:hover {
 color: #fff;
}