body {

	margin: 0px;
	padding: 0px;
	background-color: #BB9940;
	color: #6A6255;
	
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px;
}

h1 {
	font-size: 18px;	
}

h2 {
	font-size: 16px;	
}

.box {
	width: 1000px;
	
	margin: 0 auto;	
}

.container {
	
	width: 900px;
	
	padding-left: 50px;
	padding-right: 50px;
	
	background: url(../img/sf-container.jpg) top left repeat-y;
	
	float: left;
	
}

.testata {

	height: 220px;
	width: 900px;
	
	float: left;
}

.menu {
	height: 28px;
	width: 900px;
	
	padding-top: 7px;
	
	font-size: 18px;
	
	font-family: "Times New Roman", Times, serif;
	
	background: url(../img/sf-menu.jpg) top left no-repeat;
	
	float: left;
}

.menu a {

	color: #403D2E;
	text-decoration: none;
	
	padding-left: 14px;
	padding-right: 14px;
}

.menu a:hover {

	color: #795E40;
	text-decoration: none;
	
	padding-left: 14px;
	padding-right: 14px;
}

.corpo {
	
	width: 900px;
	
	background: #F1E6CA; 
	color: #6A6255;
	
	float: left; 
}

.boxesCheck {
	
	width: 350px;
	
	background: #F1E6CA;
	border: 0px;
	color: #202020;
	
}

.boxes {
	
	width: 150px;
	
	color: #6A6255;
	
}

.corpo-left {
	width: 446px;
	
	padding: 15px;
	
	float: left;
}

.corpo-right {
	width: 400px;
	
	padding: 15px;
	padding-left: 0px;
	padding-top: 35px;
	
	float: right;
}


.footer {
	width: 870px;
	
	padding: 15px;
	
	text-align:center;
	font-size: 11px;
	
	background-color: #E2B536;
	
	float: left;
}

.footer a {
	color: #6A6255;
	font-size: 11px;
	text-decoration: none;
}

.footer a:hover {
	color: #6A6255;
	font-size: 11px;
	text-decoration: underline;
}

.bg-img {
	width: 423px;
	height: 286px;
	
	padding-top: 22px;
	padding-left: 21px;
	
	margin-bottom: 15px;
	
	float: left;
	
	background: url(../img/bg_img.png) top left no-repeat;
}

.int-img {
	width: 403px;
	height: 265px;
	
	float: left;
}

.box2 { 
   margin-left: 50px;
   position: fixed; 
} 

* html .box2 { 
    position: absolute; 
} 

