@charset "utf-8";
/* CSS Document */

body
{
	background-color: #b6e091;
	color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#wrapper
{
	margin: auto;
	width: 700px;
}

#slideshow
{
	margin: auto;
	background-image:url(images/san_patricio.jpg);
	background-repeat:no-repeat;
	width: 700px;
	height: 387px;
}

h1
{
	padding-top: 10px;
	font-size: 36px;
	font-weight:bold;
	color:#063e4e;
}

a
{
	color: #003300;
}

a:hover
{
	color: #00CC00;
}
