
.head {
	background: url(head.png) no-repeat;
	width: 550px;
	margin:0px;
	padding: 0px 0px 0px 0px;
	height:53px;
}
.head-bacheca {
	background: url(head-bacheca.png) no-repeat;
	width: 550px;
	margin:0px;
	padding: 0px 0px 0px 0px;
	height:53px;
}
.head h2 {
	color:green;
	padding:20px 0px 0px 15px;
}
.body {
	margin:0px;
	padding:0px;
	background: url(left.png) repeat-y bottom left;
	
	width: 549px;
}
.body-r {
	background: url(right.png) repeat-y top right;
	padding-bottom:40px;
}
.content {
	padding-top:10px;
	background-color: white;
	margin:0px 12px 0px 10px;
}
.foot {
	background: url(foot.png) repeat-y top right;
	width:550px;
	height:48px;
}

