/* *********** rivista casanaturale.info vers. php 3.0 **************** */
@import "footer.css";
@import "menunav.css";
* {
  margin: 0;
	padding: 0;
}
html, body {
  width: 100%;
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	color: #000;
	text-align: center;
	background: #00809a;
}
html {
  overflow: -moz-scrollbars-vertical;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
div#pagina {
  margin: 0 auto;
  width: 990px;
  text-align: left;
  background: #fff;
}
div#testata {
  position: relative;
  float: left;
  width: 990px;
  height: 142px;
  background: #fff url(../images/testata.png) top left no-repeat;
}
div#sottotesta {
  position: relative;
	float: left;
	width: 990px;
	margin-top: 8px;
	background: url(../images/bgmenunav.png) top left repeat-x;	
}
div#sottotesto {
  position: relative;
	float: left;
	width: 800px;
	margin-top: 0px;
	margin-left: 26px;
	font: normal 15px tahoma,arial,helvetica,sans-serif;
	color: #fff;
}
div#mainmenu {
  position: relative;
	float: left;
	width: 660px;
	height: 30px;
  margin-top: 10px;
	margin-left: 15px;
}
div#content {
  clear: both;
  width: 990px;
  text-align: left;
  background: #fff;
  height: 480px;
  min-height: 490px;
  background: #fff url(../images/bgcontent.jpg) top left no-repeat;
}
div#colsx {
  position: relative;
	float: left;
  width: 600px;
}
div#boxtestotop {
  position: relative;
	float: left;
  width: 550px;
	margin-top: 50px;
	margin-left: 50px;
	font: normal 14px tahoma,arial,helvetica,sans-serif;
	color: #000;
	text-align: justify;
	line-height: 20px;
}
div#coldx {
  position: relative;
	float: left;
  width: 350px;
}
div#copertina {
  position: relative;
	float: left;
    width: 300px;
	margin-top: 50px;
	margin-left: 70px;
}
div#copertina img {
  width: 251px;
}












