body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(mainbg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	color: #007fff;
}
.text1 {
	font-size: 14px;
	color: #000000;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #395ee9;
	margin: 3px auto;
}.epbox-bg {
	background-image: url(epbox-bg.gif);
	background-repeat: repeat-y;
}
.epbox-top {
	background-image: url(epbox-top.jpg);
	background-repeat: no-repeat;
	height: 77px;
	padding-left: 46px;
}
.name {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #c64732;
}
h3 {
	color: #e17649;
	font-size: 24px;
	letter-spacing: -1px;
	padding: 0;
	margin: 8px 0 0 0;
}

img#top-rated {
    margin-bottom: 5px;
	border: 1px dashed aqua;
}

div#teasetxt h4 {
   margin: 0 auto;
   width: 580px;
   font-size: 14pt;
   }
div#teasetxt h3#getinside {
   margin-top: 0;
  } 	
  
table#bump {
   position: relative; top: -6px;
}  

// new addition to footer

table td table#epbox-topb td {background: transparent;}
table td table#epbox-topb 
{
 	border: 0px dashed red;
	background: url(epbox-top-b.jpg); // add dot sot slash before images in css
	background-repeat: no-repeat;
	height: 77px;
	padding-left: 46px;
}
table#epbox-topb td h3 
{
font-size: 240%;
position: relative;
right: 30px;
top: 3px;
}

// end new footer