body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F1E3C5;
	color: #552F17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #566625;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #7C0A17;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #7C0A17;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 800px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background-color: #FFFFFF;
	background-image: url(https://ba07f6.claudeassets.com/20190318213030im_/http://tropicalstarrestaurant.com/images/bg2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	-webkit-box-shadow: 0px 0px 8px 0px #000000;
	-moz-box-shadow: 0px 0px 8px 0px #000000;
	box-shadow: 0px 0px 8px 0px #000000;
}

/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
.header {
	height: 180px;
	background-image: url(https://02aa84.claudeassets.com/20190318213030im_/http://tropicalstarrestaurant.com/images/ts-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.sidebar_logo {
	float: left;
	width: 200px;
	height: 250px;
}
.sidebar1 {
	float: left;
	width: 360px;
	padding: 10px;
}
.content {
	width: 570px;
	float: left;
	padding-top: 10px;
	padding-right: 30;
	padding-bottom: 10px;
	padding-left: 0;
}
.sidebar2 {
	float: left;
	width: 219px;
	padding-top: 10px;
}
.sidebar3 {
	float: left;
	width: 199px;
	background: #EADCAE;
	padding: 10px;
	background-image: url(https://4b4426.claudeassets.com/20190318213030im_/http://tropicalstarrestaurant.com/images/grdgren.jpg);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.sidebar4 {
	float: left;
	width: 199px;
	background: #EADCAE;
	padding: 10px;
	background-image: url(https://4b4426.claudeassets.com/20190318213030im_/http://tropicalstarrestaurant.com/images/grdgren.jpg);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.carousel {
	width: 600px;
	height: 250px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
.break_blue {
	float: left;
	width: 240px;
	height: 10px;
	background-color:#333366;
}
.break_yellow {
	width: 660px;
	height: 10px;
	padding: 0px;
	background-color: #FFCC00;
	float: left;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: -30px;
}
ul.nav li {
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
	width: 120px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 70px;
	color: #566625;
	font-size: 14px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #7C0A17;
}

/* ~~ The footer styles ~~ */
.footer {
	position: relative;
	clear: both;
	padding: 10px;
	background-color: #566625;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 16px;
}
.footer a, .footer a:visited { 
	text-decoration: none;
	color: #F1E3C5;
}
.footer a:hover, .footer a:active, .footer a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
/* ~~ Miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#navigation {
	position: relative;
	top: 150px;
	width: 660px;
	color: #ffffff;
	height: 20px;
	text-align: center;
	padding-top: 10px;
	float: left;
	margin-left: 150px;
}

#navigation a {
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #566625;
	font-weight: bolder;
}

#navigation a:hover {
	color: #7C0A17;
}
.green {
	color: #566625;
}
.red {
	color: #7C0A17;
}

/*
     FILE ARCHIVED ON 01:18:30 Sep 06, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:08:37 Sep 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.569
  exclusion.robots: 0.055
  exclusion.robots.policy: 0.043
  esindex: 0.011
  cdx.remote: 5.254
  LoadShardBlock: 49.641 (3)
  PetaboxLoader3.datanode: 60.498 (5)
  PetaboxLoader3.resolve: 130.185 (3)
  load_resource: 144.678 (2)
*/