/* CSS Document */

/* Generale */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font: 0.7em Trebuchet MS, Verdana, Arial, sans-serif;
	color: #072894;
	background: url(../img/bg.jpg) top repeat;
}

a {
  outline: none;
  font-weight: bold;
  color: #AE6557;
  text-decoration: underline;
}

img {
  border: 0;
}

a:hover {
  text-decoration: none;
}

object {
  margin: 0 70px 0 75px;
}

#main {
  margin: 20px auto 0;
  width: 950px;
  height: 500px;
  border: 1px solid #D7DDB9;
}

#ijtrame {
  margin: 0;
  width: 475px;
  height: 500px;
  float: left;
}

#ijtrame_top {
  margin: 0;
  width: 475px;
  height: 200px;
  background: #eae5c5 url(../img/sf_arciere.png) center no-repeat;
  float: left;
}

#ijtrame_top p img {
  margin: 8px 8px 0 0;
  color: #000;
  float: right;
}

#ijtrame_bottom {
  margin: 0;
  width: 475px;
  height: 300px;
  float: left;
  background-color: #fdf2d4;
}

#ij_filmato {
  margin: 0 67px 0 68px;
  width: 330px;
  height: 155px;
  float: left;
}

#ij_info {
  margin: 0;
  width: 475px;
  float: left;
  background-color: #fdf2d4;
}

#ij_info p {
  margin: 10px 10px 0;
  color: #000;
  text-align: center;
}

#ij_info p img {
  margin: 15px 0 0 0;
}

#arciere {
  margin: 0;
  width: 475px;
  height: 500px;
  background-color: #d7ddb9;
  float: right;
}

#arciere p {
  text-align: center;
  color: #000;
}

#arciere p.title {
  font-size: 12px;
  font-family: Lucida sans;
}

#arciere p.title strong {
  font-size: 14px;
  font-family: Lucida sans;
}


#arciere p.sottotitle {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  font-family: Lucida sans;
  color: #59783C;
  margin: 5px 0 15px;
}

#arciere p img {
  margin: 0;
}

#arciere p img.button {
  margin: 27px 0 0;
}

