/* *********** condizioni generali formelloindustriale.com vers. 1.0 php **************** */
@import "base.css";
@import "menunavtop.css";
@import "login.css";
@import "footer.css";

html, body {
  width: 100%;
	font: normal 11px sans-serif,tahoma,arial,helvetica;
	color: #000;
	text-align: center;
}
html {
	background: url(../images/bghtml.png) top center repeat-y;
  overflow: -moz-scrollbars-vertical;
  height: 100%;  
}
div#content {
  clear: both;
  width: 990px;
  text-align: left;
  min-height: 550px;  
}
div#colcentralebottom {
  position: relative;
  float: left;	
  width: 990px;
	height: 440px;
}
div#coldx {
  position: relative;
  float: left;	
  width: 680px;
  font: normal 12px sans-serif,tahoma,arial,helvetica;
  color: #333;
	text-align: justify;
	line-height: 18px;
  padding: 20px;
}
div#colsx {
  position: relative;
  float: left;	
  width: 240px;
  min-height: 500px;
  border-right: #ccc 1px solid;
  font: bold 12px sans-serif,tahoma,arial,helvetica;
  color: #000;	
  padding-top: 20px;
}
