body {
	background-color: #1b7f69;
	color: #000000;
}

.container {
	background-image: url(images/background_tequila2.jpg);
	width: 930px;
}

.header {
	background-image: url(images/header_tequila2.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 930px;
}

div.boxes {
	float: left;
	width: 550px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
  }
 
 div.boxesjoin {
	float: left;
	width: 250px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
  }
 
 div.boxesjointext {
	float: left;
	width: 230px;
	text-align: left;
	padding-left: 165px;
	padding-right: 10px;
  }

a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #993300;
	text-decoration: none;
}


.rssThumbFloat {
	float: left;
	padding-right: 20px;
}

