html {
    background: #eeeeee url(fon.jpg) center top;
    height: 100%;
}
body {
position: relative;
min-height: 100%;
margin: 0;
font: normal 14px Arial;
color: #555555;
}
a:link, a:visited {color: maroon; text-decoration: none;}
a:hover {color: maroon; text-decoration: underline;}

img {border: 0;}
td {vertical-align: top; font: normal 12px Arial;}

table.cv {

}
table.cv td {
  width: 310px;
  padding: 0 0px 0 0;
}

table.cv td p {
  margin: 20px 0 0px 0;
}

table.cv td p.cva {
  height: 400px;
  width: 295px;
  padding: 0px;
  margin: 0px;
  background: url(cva.jpg) left top no-repeat;
}
table.cv td p.cvahover {
  height: 400px;
  width: 295px;
  padding: 0px;
  margin: 0px;
  background: url(cva.jpg) right top no-repeat;
}

table.cv td p.cvr {
  height: 400px;
  width: 295px;
  padding: 0px;
  margin: 0px;
  background: url(cvr.jpg) left top no-repeat;
}

table.cv td p.cvrhover {
  height: 400px;
  width: 295px;
  padding: 0px;
  margin: 0px;
  background: url(cvr.jpg) right top no-repeat;
}

#header {
width: 100%;
height: 200px;
padding-top: 30px;
}
#content {
width: 100%;
margin: 0 auto;
padding: 10px 0 10px 0;
}
#footer {
position: absolute;
bottom: 50px;
width: 100%;
height: 60px;
background: url(bottom.gif) center top repeat-x;
}

.contenttext {width: 980px; text-align: left;}
.text {padding: 10px 0 0 84px;}

.menu {
  width: 240px;
}


#menupane {
  float: right;
  text-align: right;
  font: bold 11px Verdana;
  padding-right: 10px;
}


#menupane a {
    color: #555555;
}

.menu_item1 {
    color: #555555;
    padding: 16px 10px 8px 0;
    text-align: right;
}

.menu_head {
	cursor: pointer;
    color: #555555;
    padding: 16px 10px 8px 0;
    text-align: right;
    background: url(arr-down.gif) right 22px no-repeat;
}

div.menu_body {
  display:none;
  padding-right: 10px;
  text-align: right;
}

#menupane div.menu_body a{
  display:block;
  padding: 0px 0px 4px 0px;
  color:#555555;
  text-decoration:none;
  text-align: right;
}

#menupane a:hover{
  color: #000000;
  text-decoration:none;
  }

#menupane div.menu_body a:hover{
  color: #000000;
  text-decoration:none;
  }

#sign {
  color: #555555;
  margin: 20px 16px 0 0;
  font: normal 10px Arial;
}

.nav {
  color: #555555;
  font: normal 11px Verdana;
  height: 40px;
  padding-left: 84px;
}
.nav a:link, .nav a:visited {
 color: #555555;
}

div.cell {text-align: center;}
table.cell {}
table.cell td { padding: 7px; text-align: center;}

