/*----------------------------------------------
Main stylesheet for Giulia Mureddu
date:			januari 2008
author: 	Rian Rietveld, RRWD
website: 	http/www.rrwd.nl

font: Verdana, Arial, Helvetica, "Sans Serif";
text-colour: #000;
------------------------------------------------*/

body.site {
  background-color: #636363;
  background-image: url('../layout/background.jpg');
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
}

#wrapper {
  position: relative;
  width: 700px;
  height: 590px;
  margin: 0 auto;
  background-image: url('../layout/background-wrapper.gif');
  background-position: bottom center;
  background-repeat: no-repeat;
}

div.textbox {
  margin: 4px;
}
#menu-left div.textbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu-left div.textbox ul li{
  margin-bottom: 5px;
}

#menu-left div.textbox a {
  text-decoration: none;
  font-weight: bold;
}

#menu-left div.textbox a:hover {
  text-decoration: underline;
}


/* layout home ------------------------------------------------*/

#title-home {
  position: absolute;
  top: 175px;
  right: 5px;
  width: 569px;
  height: 34px;
}

#photo-home {
  position: absolute;
  top: 210px;
  left: 128px;
  height: 334px;
  width: 562px;
}
#menu-left {
  position: absolute;
  top: 176px;
  left: 10px;
  width: 118px;
  height: 368px;
  background-image: url('../layout/background-left.jpg');
  background-repeat: repeat-x;
}

/* layout content ------------------------------------------------*/
#title-content {
  position: absolute;
  top: 140px;
  left: 5px;
  width: 401px;
  height: 28px;
}

#photo-content {
  position: absolute;
  top: 176px;
  left: 128px;
  height: 368px;
  width: 280px;
}

#content {
  position: absolute;
  top: 176px;
  right: 10px;
  width: 282px;
  height: 368px;
  background-image: url('../layout/background-content.jpg');
  background-repeat: repeat-y;
  overflow: auto;
}

#gallery {
  position: absolute;
  top: 176px;
  right: 10px;
  width: 569px;
  height: 368px;
  overflow: auto;
  text-align: center;
}

/* menu's ------------------------------------------------*/

#menu-top {
  position: absolute;
  top: 107px;
  right: 8px;
  margin: 0;
  padding: 0;
}

#menu-top li {
  list-style: none;
}

#menu-bottom {
  position: absolute;
  top: 550px;
  left: 2px;
  margin: 0;
  padding: 0;
}

#menu-bottom li {
  float: left;
  list-style: none;
}



/* image styles ------------------------------------------------*/
img {
  border: 0;
}


/* font presentation ------------------------------------------------*/
 * {  
 font-size: 10px; 
 color: #000;
 font-family: Verdana,  Arial, Helvetica, "Sans Serif"; 
 line-height: 150%;
}
 
h1 {
  font-size: 11px;
  font-family: Georgia, "Times New Roman", Times, serif;
} 
h2  { 
  font-size: 11px;
  font-family: Georgia, "Times New Roman", Times, serif;
}


h3  { 
  font-size: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;

}

















