/* AUTHOR ~ 365-66-8005
--------------------------------------------
COLOR
      color #1 - #000000
	  color #2 - #FFFFFF
	  color #3 - #CC0000
	  color #4 - #bfac60
	  color #5 - #fff2bf
--------------------------------------------*/

/* Document Order
--------------------------------------------
TAGS
STRUCTURE
IMAGES 
TEXT 
LINKS

/**************************~TAGS************************************/

body {
	color: #000000;
  margin: 10px 0px 0px 0px;
  text-align: center;
  background: #bfac60 url(http://www.milfseeker.com/s2/images/tourpage/tour_background.gif);
  font: 10pt/12pt verdana, sans-serif;
}

p {
	margin-top: 0px;
	text-align: left;
}

h1, h2 h3 {
  margin: 0px;
  text-align: center;
  font-family: 11pt Arial, Helvetica, sans-serif;
  line-height: 14pt;
}

h1 { font-size: 12pt; }

h2{	margin: 0px;
	color: #000000;
}
h3{ color: #232323; }

/************************~STRUCTURE~***********************/

/* the div that contains the whole page */
div.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  width: 800px;
  background: #fff2bf;
  border: #bf9960 solid 1px;
}

/* Table_01 contains the table which contains top episode; it puts together the bounding box */
table.Table_01 {
  width: 800px;
  height: 492px;
  border: 0px none;
  border-spacing: 0px;
  border-collapse: collapse;
}
table.Table_01 td {
  padding: 0px;
  margin: 0px;
  border: 0px none;
}
table.Table_01 td.top {
  background: url(http://www.milfseeker.com/s2/images/tourpage/tour_topbground.gif);
}

/* this table holds the "newest" episode (or whichever was requested) */
table.newestInner {
  width: 765px;
  border: 0px none;
  border-spacing: 3px;
}
table.newestInner td {
  text-align: center;
  vertical-align: top;
  font: 11pt verdana, sans-serif;
  margin: 0px;
  color: #FF6600;
}
table.newestInner td.left {
  width: 312px;
}
table.newestInner td.center {
  width: 216px;
}
table.newestInner td.right {
  width: 214px;
}
table.newestInner td.body {
}
table.newestInner td.story {
  text-align: left;
  font: 10pt/12pt verdana, sans-serif;
  color: black;
  padding: 8px;
}
table.newestInner td.trailer {
  vertical-align: middle;
}

/* the "GET INSTANT ACCESS" section */
table.join {
  width: 800px;
  border: 0px none;
  border-spacing: 0px;
  padding: 0px;
}
table.join td.title {
  font: 14pt verdana, sans-serif;
  margin: 0px;
  text-align: center;
  color: #B36B00;
  background: none;
}
table.join td.body {
  vertical-align: middle;
  background: #232323;
  font-family: verdana, sans-serif;
  font-size: 8pt;
  color: #FFFFFF;
  padding: 10px 20px 15px 20px;
}
table.join td.nocredit {
  font: 11pt verdana, sans-serif;
  margin: 0px;
  color: #FF6600;
  text-align: center;
}

/* the episodes thumbnails parent table */
table.thumbs {
  width: 800px;
  border-spacing: 0px;
  border: 1px solid black;
  margin: auto;
}
table.thumbs td {
  padding: 0px;
  text-align: center;
}

/* the episode thumbnails inner-table */
table.matrix {
  text-align: center;
  width: 98%;
  border-spacing: 20px;
  border: 0px;
  }
/* the td that contains each episode */
table.matrix td {
  border: 1px solid black;
  padding: 1px;
}
table.matrix div.name {
  font-weight: bold;
  text-align: left;
}
table.matrix div.pic {
  text-align: center;
}
table.matrix div.play {
  padding: 0px;
  font-weight: bold;
  text-align: center;
}
table.matrix td.corner {
  border: 0px;
}

div#seo_footer {
  margin: auto;
  width: 600px;
  color: white;
  font-size: 11px;
  text-align: center;
}

/**************************~IMAGES*********************************/

img { border: 0px none; }

/**************************~LINKS************************************/

a { text-decoration: none; background: none;}
a:link, a:visited{
  color: #CC0000;
}
a:hover, a:active{
  color: #FF6600;
  text-decoration:underline;
}