
body { font: 100% Verdana, Arial, Helvetica, sans-serif; background: #691F01; margin: 0; padding: 0; text-align: center; color: #000000;

}
#header { padding: 0px; margin: 0px; } 
#container { width: 960px; background: #FFFFFF;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url('layout/bg.png');
} 


/*  ff9b2f */

#sidebar1 { float: left; width: 148px; padding: 0px;}
#sidebar1 h3 { font-size: 14px; color: #ff9c1b; font-weight: 900;  }
#sidebar1 p.sIcon { margin-left: 6px; font-size: 12px; color: #fff; font-weight: 700;  }

/* MENU STYLE */
#navcontainer { width: 143px; text-align: center; }
#navcontainer ul { margin-left: 0; padding-left: 0; list-style-type: none; font-size: 17px; font-weight: 550;  }
#navcontainer a  { display: block; padding: 6px; width: 136px; color: #fff; text-decoration: none; }
#navcontainer a:link, #navlist a:visited, a:active { color: #fff; text-decoration: none; } 
#navcontainer a:hover { background-color: #ff9c1b; color: #fff; }


#sidebar2 {	float: right; width: 204px; padding: 0px; }
#sidebar2 h1 { font-size: 12px; color: #fff; font-weight: 900; }
#sidebar2 p { font-size: 11px; color: #ff9c1b; font-weight: 900; }
#sidebar2 p.shrimp { 	
	background-image: url('layout/shrimp.png');
	background-repeat: no-repeat;


}


.whtCtr { color: #fff; text-align: center; }
.whtLrg { color: #fff; font-size: 20px; font-weight: 900; }
.whtSmall { color: #fff; font-size: 10px; }
.red1 { color: #540000; }
.yellow12 { color: #ff9c1b;  font-size: 12px; font-weight: 900; }
.yellow13 { background-color: #ff9c1b;  color: #000000; margin-top: 5px; padding: 5px; font-size: 12px; font-weight: 900; }
.yellow15 { color: #ff9c1b;  font-size: 15px; font-weight: 900; }
.yellow { color: #ff9c1b;}

#mainContent { 
	margin: 0 148px; /* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 600px;
} 
#mainContent h1 { font-size: 18px; color: #ff9c1b; font-weight: 900; margin: 3px 80px 5px 10px;  }
#mainContent h2 { font-size: 15px; color: #ff9c1b; font-weight: 900; margin: 15px 80px -1px 10px;   }
#mainContent h3 { font-size: 15px; color: #ff9c1b; font-weight: 900; margin: 15px 80px 15px 10px;   }
#mainContent h4 { font-size: 14px; color: #000000; }
#mainContent p{ font-size: 12px; color: #fff; line-height: 1.3em;   margin: 3px 10px 10px 10px;}
 #mainContent td { font-size: 12px; color: #fff; line-height: 1.3em;   margin: 3px 80px 10px 10px; }
#mainContent p.menu { font-size: 12px; color: #fff; line-height: 1.3em;   margin: 3px 15px 10px 10px; }
#mainContent .menu { font-size: 12px; color: #fff; line-height: 1.3em;   margin: 3px 10px 10px 10px; }
#mainContent .small { font-size: 10px; line-height: 1.3em; }
#mainContent p.homepage { font-size: 14px; color: #fff; line-height: 1.3em;   margin: 3px 20px 10px 20px; }
  #mainContent p.review { font-size: 13px;  color: #fff; line-height: 1.2em;   margin: 3px 20px 10px 20px; }


#footer { padding: 0px; } 
#footer p { color: #fff; font-size: 10px; text-align: center; margin: 0; padding: 10px; line-height: 1.2em; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}


a:link {color: #005b8e; text-decoration: underline;}
a:visited {color: #005b8e; text-decoration: underline;}
a:active {color: #005b8e; text-decoration: underline;}
a:hover { color: #5555bf; text-decoration: none;}
a {text-decoration: underline;}

a.foot:link {color:#ffffff; text-decoration: none; } 
a.foot:visited {color:#ffffff; text-decoration: none; }
a.foot:active {color:#ffffff; text-decoration: none; }
a.foot:hover {color: #ffffff; background-color: #ff9c1b; text-decoration: underline;}




