/* index.css */

.SiteRight {
  display: none;
}

.SiteContent {
  padding: 0 10px;
  //padding: 0;
}

#PresentationBox {
  background: white;
  width: 660px;
  height: 180px;
  padding: 10px 5px;
  border: 1px solid #EAEBDB;
}

#DefinitionBox {
  background: white;
  width: 320px;
  height: 120px;
  border: 1px solid #EAEBDB;
  padding: 10px 5px;
  margin: 10px;
}

#ArtgalleryBox {
  background: white;
  width: 320px;
  height: 180px;
  margin-top: 10px;
  border: 1px solid #EAEBDB;
  padding: 10px 5px;
}

#PorcelainBox {
  background: white;
  width: 320px;
  height: 180px;
  margin-top: 10px;
  border: 1px solid #EAEBDB;
  padding: 10px 5px;
  margin-left: 10px
}

#ActuBox {
  background: white;
  width: 320px;
  height: 120px;
  border: 1px solid #EAEBDB;
  padding: 10px 5px;
  margin-top: 10px;
}

#DefinitionBox h2 a {
  color: #FF6600;
  text-decoration: none; 
}

#DefinitionBox .definition a {
  color: #595959;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

#PresentationBox h1 a {
  color: #136a29;
  font-size: 15px;
  font-family: Tahoma;
  padding-left: 10px;
  background: #EAEBDB;
  margin: -10px -5px 0 -5px;
  text-decoration: none;
  display: block;
}

#ArtgalleryBox h1,
#ActuBox h1 a,
#PorcelainBox h1,
#DefinitionBox h1 a {
  color: #136a29;
  font-size: 15px;
  font-family: Tahoma;
  padding-left: 10px;
  background: #EAEBDB;
  margin: -10px -5px 0 -5px;
  text-decoration: none;
  display: block;
}

#ArtgallerytBox p,
#PresentationBox p,
#ActuBox p,
#PorcelainBox p {
  color: #595959;
  font-size: 12px;
  text-align: justify;
  margin: 10px 0;
}

#ArtgalleryBox li,
#PresentationBox li,
#PorcelainBox li {
  margin: 0;
}

#ArtgalleryBox a,
#PresentationBox a,
#PorcelainBox a {
  color: #595959;
  font-size: 12px;
  text-align: justify;
  margin: 10px 0;
  font-weight: bold;
}

#ActuBox a {
  color: #595959;
  font-size: 12px;
  text-align: justify;
  margin: 10px 0;
  font-weight: bold;
  text-decoration: none;
}

.boxImage {
  float: left;
  margin: 12px 10px;
  height: 70px;
}
