body{
	background: #f8f4eb url(../img/bodybgsub.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
html>body{
	background: #f8f4eb url(../img/bodybgsub.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
a{
	color: #949291;
	text-decoration: none;
	font: 13px;
}
a:hover{
	text-decoration: underline;
	color: #36373a;
}
#container{
	width: 1024px;
}
#header{
	height: 229px;
}
#logo{
	float: left;
	width: 443px;
	height: 229px;
	background: url(../img/mariposaazul-logo.jpg) no-repeat;
}
#logo h1{
	text-indent: -9999px;
}
#navigation{
	float: left;
	margin-top: 45px;
}
#address{
	color: #582753;
	font: bold 13px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: right;
	width: 200px;
	float: right;
	margin-top: 45px;
}
#signup{
	
}
#buttons{
	height: 67px;
	width: 700px;
}
#buttons ul{
	width: 700px;
	height: 67px;
	float: left;
	display: block;
}
#buttons li{
	float: left;
	height: 67px;
	display: block;
}
li a#about{
	height: 67px; width: 175px;
	display: block;
	background: url(../img/buttons.jpg) 0 0;
	text-indent: -9999px;
	float: left;
}
li a#specials {
	height: 67px; width: 235px;
	display: block;
	background: url(../img/buttons.jpg) -175px 0;
	text-indent: -9999px;
}
li a#services{
	height: 67px; width: 290px;
	display: block;
	background: url(../img/buttons.jpg) -410px 0;
	text-indent: -9999px;
}

li a:hover#about{
	height: 67px; width: 175px;
	display: block;
	background: url(../img/buttons.jpg) 0 -67px;
	text-indent: -9999px;
	float: left;
}
li a:hover#specials {
	height: 67px; width: 235px;
	display: block;
	background: url(../img/buttons.jpg) -175px -67px;
	text-indent: -9999px;
}
li a:hover#services{
	height: 67px; width: 290px;
	display: block;
	background: url(../img/buttons.jpg) -410px -67px;
	text-indent: -9999px;
}
#main{
	margin-left: 30px;
	width: 960px;
	margin-top: 25px;
}
#body{
	margin-bottom: 25px;
}
#body h2{
	color: #189ac9;
	font: normal 26px Georgia, "Times New Roman", Times, serif;
}
#body h2.title{
	color: #36373a;
	font: normal 19px Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
}
#body h3{
	color: #5a1359;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	text-indent:15px;
}
#body p{
	color: #000;
	font: 12px/16px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding:5px 8px 10px 20px;
}
#gallery{
	
}
#gallery h2{
	color: #5a1359;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
}
#galleryimg{
	margin-top: 10px;
}
#galleryimg img{
	padding: 0 40px 0 0;
}
#footer{
	margin-top: 85px;
	margin-bottom: 100px;
}
#footernav{
	margin-left: 30px;
}
#footernav p{
	color: #949291;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}
#footernav p a{
	color: #949291;
	text-decoration: none;
}
#footernav p a:hover{
	text-decoration: underline;
	color: #36373a;
}
#copyright{
	margin-left: 30px;
}
#copyright p{
	color: #582753;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}
.clear{
	clear: both;
}