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

.contentWidth{
	width: 460px;
}

.side{
	min-height: 310px;
	height:100%;
	background-image:url(images/margarita.gif);
	background-position:center bottom;
	background-repeat: no-repeat;
}

.sand{
	height:48px; 
	background:url(images/margarita_bottom.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:110px; 
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	font-size:8pt; 
	color:#e2d8ce;
}

a.sandLink:link {
	color: #967848;
	text-decoration:none;
}

a.sandLink:visited {
	color: #967848;
	text-decoration:none;
}

a.sandLink:hover {
	color: #967848;
	text-decoration:underline;
}