
#body {

  background:url("img/bg.jpg") repeat-x;
  
}

#whole {

}

#head {
  width:594px;
  height:128px;
  background:url("img/header.jpg") no-repeat;
}

#content {
  margin-left:70px;
  height:500px;
  width: 473px;
  background:#FFFFFF;
}

#menue {
margin-left:10px;
}

#content h2 {
font-family:"Lucida Sans Unicode", "Lucida Grande", arial, helvetica ;
font-size:14px;
color:#C374C4;
margin-left:20px;
}

#content p, #content ul, #content li, #content center {
font-family:"Lucida Sans Unicode", "Lucida Grande", arial, helvetica ;
font-size:11px;
color:#AA65AB;
margin-left:20px;
margin-right:20px;
}


