
BODY {
background: rgb(109,133,163);
background-image: url('contente.jpg');
background-repeat: repeat-y;
background-attachment:fixed;
background-position: center 150px;
}

IMG {
border-color: rgb(42,71,163);
}

H1 {
position: absolute; 
left: 275px; 
top: 15px;
z-index: 1 }
H1 {
color: #EEAD0E;
font-family: cambria;
}

H2 {
position: absolute;
z-index: 12;
color: #EEAD0E;
}


div.nav {
visibility:hidden;
margin-right: 6cm;
position: absolute;
left:320px;
top:105px;
width:680px;
height:120px;
z-index:9;
line-height:1.2;
color:blue;
font-size:13.5pt;
}


div.content {
position: absolute;
left:27%;
top: 105px;
z-index: 9;
width:600px;
height:200px;
color: #FFB90F;
font-size: 13pt;
font-family: cambria;
}

A.box:link {
text-decoration: underline;
color:#FFB90F;
  }
A.box:active {
color:#FFB90F;
font-weight:bold;
text-decoration: none;
 }
A.box:visited { 
color: #FFB90F;
text-decoration: underline;
} 
A.box:hover { 
color: brown;
text-decoration: underline;
background: yellow; 
} 


A.nav:link {
text-decoration: none;
color:#FFB90F;
font-weight:bold;
  }
A.nav:active {
color:#FFB90F;
font-weight:bold;
text-decoration: none;
 }
A.nav:visited { 
text-decoration: none;
color:#FFB90F;
font-weight:bold;
}
A.nav:hover { 
text-decoration: underline;
color:#FFB90F;
font-weight:bold;
}

p {
text-indent:2cm;
}

A.high:link {
border:solid;
border-width:2px;
text-decoration: none;
color:#FFD700;
font-weight:bold;
  }
A.high:active {
border:solid;
border-width:2px;
color:#FFD700;
font-weight:bold;
text-decoration: none;
 }
A.high:visited { 
border:solid;
border-width:2px;
text-decoration: none;
color:#FFD700;
font-weight:bold; 
}









.container {
position: relative;
width: 100%;
}

.leftbar {
position: absolute;
top: 0px;
left: 0px;
width: 190px;
}

.centerbar {
margin-left: 200px;
margin-right: 205px;
}


.rightbar {
position: absolute;
top: 0px;
width: 190px;
left: opx;
margin-left: 401px;
margin-right: 0px;

}

