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

body {
  color: #000;
  background-image: url("http://www.groupersandwich.com/sandbar/images/chiles-background.jpg");
  background-repeat: repeat;font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* Commonly used to style page titles. */
h1 {
	color: #0557A0;
}
/* Commonly used to style section titles. */
h2 {
}
h3 {
	color: #7B9D6B;
}
h4 {
	color: #333333;
}
h5 {
	color: #0557A0;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #E2BFB1;
}
#outerWrapper #leftColumn1 ul {
	background-color: #E2BFB1;
} 

#outerWrapper #contentWrapper #content a,  a:link {
	color: #000099;
}
#outerWrapper #contentWrapper #content a:hover {
	color: #999999;
}
.eventsFloat {
	background: #FCE4DC;
}
.events {
	background: #FCE4DC;
}
.awards {
	background: #FCE4DC;
}
#newsEvents {
	background-image:url(http://www.groupersandwich.com/sandbar/images/newsandevents-mid.png);
	background-repeat:repeat-y;
	color: #666666;
}
#newsEvents a,  a:link {
	color: #0000CC;
}
/* Sets the style for links on mouseover. */
#newsEvents a:hover {
	color: #000099;
}
#shop {
	background-image:url(http://www.groupersandwich.com/sandbar/images/newsandevents-mid.png);
	background-repeat:repeat-y;
	color: #666666;
}
#shop a,  a:link {
	color: #0000CC;
}