 body {
	color: #000000;
	padding-left: 4em;
	background: url(images/sizzle_bg_core.jpg) no-repeat fixed;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

  table.filler {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 97px;
        height: 40px;
	background: #A7A388;
	}
 
  table.navbar {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 97px;
	height: 100%;
	border-right: solid;
	border-right-width: medium;
              }

  table.menu  {
        padding: 0;
	margin: 0;
	position: fixed;
	top: 40px;
	left: 0px;
	width: 95px;
    	}

  table.navbar a { text-decoration: none; }
  
  table.content {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 97px;
	width: 707px;
	text-decoration: none; }
                           
  table.content a { text-decoration: none; }

  a:link { color: #FF9900; }
  a:visited { color: #990000; }
  a:hover { background: #FFFFFF; color: #000000; }

  h1 {
	color: #FFFFFF;
	background: #A7A388;
	margin: 0;
	font-size: 32px;
	position: absolute;
	left: 80px;
	font-style: italic;
}

h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bolder;
	text-align: center;
}

h5 {
	color: #4040FF;
	margin: 0;
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
}

  div.box1 {
	position: absolute;
	margin: 0;
	top: 0px;
	left: 97px;
	width: 100%;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: solid;
    height: 40px;
	background-color: #A7A388;
	border-bottom-width: medium;
}

