body {
	text-align:center;
	margin:0 auto;
	width:900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.head {
	height: 119px;
	background-image: url(../img/testata.jpg);
}
.contenthome {
	height: 315px;
	background-image: url(../img/home.jpg);
}
img {
	border:0;
}
.menu {
}
a, a:link, a:visited{
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.wrap{
}
.wrap .content {
	text-align: left;
	float: left;
	width: 500px;
	padding-bottom: 20px;
}
.wrap .contentleft h1 {
	font-size: 200%;
	color: #8b8b8b;
	font-weight: bold;
	margin: 5px 0 10px 0;
}

.wrap .contentleft {
	width: 230px;
	float: left;
	text-align: right;
	padding-right: 10px;
}
.wrap .contentright {
	width: 93px;
	float: right;
	background-image: url(../img/rosadx.jpg);
	height: 157px;
}
.bot {
	background-image: url(../img/bot.jpg);
	height: 148px;
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: left;
	padding: 5px 0 0 230px;
	clear: both;
	background-color: #FFFFFF;
}
.bot strong {
	font-size: 120%;
}
.wrap .content p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.wrap .content .gallery img {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	width: 100px;
	height: 100px;
}
.wrap .content h2 {
	font-size: 120%;
	color: #FF9900;
	font-weight: bold;
	margin-top: 15px;
}
