@charset "utf-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/flag.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#container {
	width: 1007px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(images/shrimpBoat2.jpg);
} 
.thrColFix #mainContent {
	margin: 0 60px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h3 {
	color: #684522;
}
#shoppingcart {
	float: right;
	width: 112px;
	margin-top: 23px;
	margin-right: 23px;
	margin-bottom: 12px;
	margin-left: 12px;
	text-align: left;
	font-size: 80%;
}

#header img {
	border: none;
}
#shoppingcart div {
	padding: 2px;
}
#nav {
	padding-left: 60px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#nav a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 10px;
}
#nav a:hover { text-decoration: underline }

.maintext {
	background-color: #FFFFFF;
	border: 1px solid #CC0033;
	padding: 2px;
	margin-bottom: 5px;
}
.centertext {
	text-align: center;
}
.shirtcell {
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
	vertical-align: top;
	padding: 3px;
}
.shirtcell2 {
	
		border: 1px solid #CC0000;
	vertical-align: center;
	padding: 3px;
	
}
