body {

	/* background-color: #2a2d2a;
	margin-top: 20px; */
	background-color: #FAFAD2;
	margin-top: 0px;

	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

.entireContainer {
 width: 1000px;
 margin-left: auto;
 margin-right: auto;
 background-color: #eeeab0;
 line-height: 100%;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 14px;
 border: 3px solid black;
}


#heading {
 clear: both;
 /*background-color: white;
 color: #f4a460;
 color: #fdaf11;
 color: #d2541a;*/
 color: black;
 width: 100%;
 line-height: normal;
 text-align: center;
 font-weight: bold;
 font-size: 1.5em;
/*border-left: 10px solid white;
 border-right: 10px solid white;*/
}
#middleContent {
    width: 1000px;
  /*  background-color: white;*/
    margin-top: 0px;
    padding-top: 10px;
	/* border:6px groove grey;*/
    margin-left: 0px;
    border-left:  0;
    border-right: 0;
}
/* */
#framecontent{
float: left;
margin: 0;
top: 0;
bottom: 0;
left: 0;
width: 200px; /*Width of frame div*/
height: 700px;
overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #eee8aa;
color: black;
margin-left: 10px;
border: 3px solid black;

}

#maincontent{


float: right;
top: 0;
right: 0;
bottom: 0;
margin: 0;
width: 760px;
height: 700px;
background-color: #EFC55F;
color: black;
/*border-right: 10px solid white;*/
margin-right: 10px;
border: 3px solid black;
overflow: hidden;
}

/* */
.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

#footer{
    clear: both;
    padding: 0px;
    border: 0;
    height: 9px;
    width: 1000px;
    margin: 0;
   /* background-image: url(/images/index_13.gif)*/;
}
a.name,
a:hover.name,
a:focus.name,
a:active.name
{
text-decoration: none;
}
a:hover.name {
  background-color: #F4A460;
  background-color: #eab632;
  font-weight: bold;
}


* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}



div.imgholder {
 float:right;
 background: url(specials/dropshadow.png) no-repeat bottom right;
 /* margin: 10px 7px 0 10px !important; */
 margin: 10px 0 0 5px;
}

div.imgholder img {
 display: block;
 position: relative;
 background-color: #fff;
/* border: 5px groove #666;*/
 margin: -3px 5px 5px -3px;
 padding: 2px;
/* height: 200px;
 width: 250px; */
}

table#tiredata {
   border: 8px groove black;

}
th#tiredata ,td#tiredata  {
 border: 1px solid #eab632;
 }

tr.row:hover {
    background-color: white;

}

tr#head:hover {
    background-color: #eab632;

}


