html {
	margin:			0;
	padding:		0;
}
body {
	text-align:		center;
	margin:			0;
	padding:		0;
	background-color: #D9D5D2;
	background-repeat: no-repeat;
	background-position: top; 
	background-margin: 20px;; 
}
#main {
	text-align: 		left; 
	margin-left: 		auto; 
	margin-right: 		auto; 
	width:				1190px;

}
#main div.text {
	width: 650px;
	padding-bottom:200px;
}


#main div.contentRoses {
	background: url('/images/roses.jpg') repeat-y top right; 
	background-color: #EDEDED;
	float:			left;
	text-align:		left;
	width:			1190px;
	color: 			gray;
	padding-left:   10px;
}
#main div.content {
	background: url('/images/torta.jpg') repeat-y top right; 
	background-color: #EDEDED;
	float:			left;
	text-align:		left;
	width:			1190px;
	color: 			gray;
	padding-left:   10px;
}


#main div.contents h1,h2,h3,h4,h5,p,ul li {
	font-family:		Arial, geneva, verdana, helvetica, sans-serif;
	font-weight:		normal;
	font-style:		italic;
}
#main div.contents p {
	font-size:		12px;
	line-height:		1.3em;
}
#main div.contents ul li {
	font-size:		12px;
	margin-bottom:		0;
	margin:			0 50px 0.5em 8px;
}
#space {
	height: 200px;
}
#footer {
	float: left;
	bottom: 0px;
	color: gray;
	background-color: #EDEDED;
	width:			100%;
	text-align: 	center; 
	font-size:		10px;
	font-family:	geneva, verdana, helvetica, arail, sans-serif;
}
#footer a {
	color: gray;
	text-decoration: none;
}
#footer td {
	font-size:		10px;
}

