/* Cascading Style Sheet */
P{
Color: black;
font-family: verdana;
font-size: 12px;
Font-Weight: normal;
}
H1{
Color: black;
font-family: verdana;
font-size: 20px;
Font-Weight: bold;
margin-top: 0;
margin-bottom: 10px;
}
H2{
Color: black;
font-family: verdana;
font-size: 14px;
Font-Weight: bold;
margin-top: 0;
margin-bottom: 8px;
}
.link{
Color: black;
width: 100%;
font-family: verdana;
font-size: 12px;
text-decoration: none;
Font-Weight: bold;
line-height: 24px;
}
A:link{
Color: black;
width: 100%;
font-family: verdana;
font-size: 12px;
text-decoration: none;
Font-Weight: normal;
line-height: 24px;
}
A:visited{
Color: black;
width: 100%;
font-family: verdana;
font-size: 12px;
text-decoration: none;
Font-Weight: normal;
line-height: 24px;
}
A:hover{
Color: black;
width: 100%;
font-family: verdana;
font-size: 12px;
text-decoration: underline;
Font-Weight: normal;
line-height: 24px;
}
.desc{
Color: black;
font-family: verdana;
font-size: 10px;
Font-Weight: bold;
text-align: justify;
margin: 0;
}
img {
  border: none;
}
.icecube{
  padding: 0;
  margin: 0;
  border: 0;
}
#background{
  background-color: #E0E0E0;
  width: 930px;
  height: 490px;
  position: absolute;
  top: 20px;
  left: 35px;
  z-index: 1;
}
#topleft{
  background-color: #E0E0E0;
  width: 269px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  left: 55px;
  text-align: left;
  z-index: 2;
}
#topright{
  background-color: #E0E0E0;
  width: 621px;
  height: 15px;
  overflow: hidden;
  position: absolute;
  top: 75px;
  left: 324px;
  text-align: right;
  z-index: 2;
}
#menu{
  background-color: #FFFFFF;
  width: 240px;
  height: 380px;
  overflow: hidden;
  position: absolute;
  top: 110px;
  left: 55px;
  z-index: 2;
}
#bottom{
  background-color: #FFFFFF;
  width: 700px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: 510px;
  left: 265px;
  text-align: right;
  z-index: 2;
}
#bottom2{
  background-color: #FFFFFF;
  width: 230px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: 510px;
  left: 35px;
  z-index: 2;
}
#content1{
  background-color: #FFFFFF;
  width: 370px;
  height: 380px;
  overflow: hidden;
  position: absolute;
  top: 110px;
  left: 315px;
  z-index: 2;
}
#content2{
  background-color: #FFFFFF;
  width: 240px;
  height: 235px;
  overflow: hidden;
  position: absolute;
  top: 110px;
  left: 705px;
  z-index: 2;
}
#content3{
  background-color: #FFFFFF;
  width: 240px;
  height: 125px;
  overflow: hidden;
  position: absolute;
  top: 365px;
  left: 705px;
  z-index: 2;
}
#contentbig{
  background-color: #FFFFFF;
  width: 630px;
  height: 380px;
  overflow: hidden;
  position: absolute;
  top: 110px;
  left: 315px;
  z-index: 3;
}
#menupadding{
  background-color: #FFFFFF;
  width: 200px;
  height: 340px;
  overflow: hidden;
  position: absolute;
  top: 130px;
  left: 75px;
  text-align: right;
  z-index: 3;
}
#content1padding{
  background-color: #FFFFFF;
  width: 330px;
  height: 340px;
  overflow: hidden;
  position: absolute;
  top: 130px;
  left: 335px;
  text-align: justify;
  z-index: 3;
}
#content2padding{
  background-color: #FFFFFF;
  width: 200px;
  height: 195px;
  overflow: hidden;
  position: absolute;
  top: 130px;
  left: 725px;
  text-align: justify;
  z-index: 3;
}
#content3padding{
  background-color: #FFFFFF;
  width: 200px;
  height: 105px;
  overflow: hidden;
  position: absolute;
  top: 375px;
  left: 725px;
  text-align: center;
  z-index: 3;
}
#contentbigpadding{
  background-color: #FFFFFF;
  width: 590px;
  height: 340px;
  overflow: hidden;
  position: absolute;
  top: 130px;
  left: 335px;
  text-align: justify;
  z-index: 4;
}

