@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 850px;
	box-shadow: 0px 0px 1em #000;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #header {
	height: 130px;
	width: 850px;
	background-image: url(../images/linen.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper #header #hl {
	float: left;
	height: 115px;
	width: 275px;
	margin: auto;
	padding-top: 15px;
	padding-left: 15px;
}
#wrapper #header #hr {
	float: right;
	width: 560px;
	height: 110px;
	text-shadow: 1px 1px 1px #666666;
	padding-top: 20px;
}
#wrapper #header #hr h1 {
	font-size: 40px;
	text-align: center;
}
#wrapper #header #hr h2 {
	font-size: 22px;
	text-align: center;
}
#wrapper #navbar {
	height: 25px;
	width: 850px;
}
#wrapper #slide {
	height: 200px;
	width: 850px;
}
#wrapper #mhgallery {
	height: 200px;
	width: 850px;
}
#wrapper #texto {
	height: auto;
	width: 828px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	text-shadow: 1px 1px 1px #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #2f2f2f;
	font-size: 16px;
}

#wrapper #footer {
	height: 90px;
	width: 848px;
	background-image: url(../images/linen.png);
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	background-color: #2f2f2f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#wrapper #texto {
	text-align: left;
}
#wrapper #texto p {

}
