/* AUTHOR ~ 356-13-7394
--------------------------------------------
COLOR
      color #1 - #000000
	  color #2 - #FFCC00
	  color #3 - #FFFF00
	  color #4 - #000066
	  color #5 - #0066FF
	  color #6 - #ff0000
	  color #7 - #221206
	  color #8 - #FCF6B6
	 
	  
--------------------------------------------*/

/* Document Order
--------------------------------------------
TAGS
STRUCTURE
IMAGES 
TEXT 
LINKS

/**************************~TAGS************************************/

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  margin: 0px;
  padding: 0px;
  background: #FEF200 url(http://cache.members-access.com/bangboat.com/s1/images/bg.jpg) repeat-x top;
}

h1 {
	font-size: 10px;
}

/**************************~STRUCTURE************************************/

/* the main div that controls the width of all content */
div.wrapper {
  width: 780px;
  margin: auto;
  background: none;
  border: 1px solid blue;
}

/* the div that holds the header images */
div.header {
  background: white;
  text-align: center;
}

/* the div that holds the content (episodes) */
div.content {
  background: repeat-y center;
}

.contentBox {
  width:780px; 
  height:284px;
}

.contentBoxHead {
  height:13px;
}

.contentBoxTop {
  width:780px; 
  height:221px; 
  clear:both; 
  margin-bottom:0px;
}

.contentBoxTopLeft {
  width:260px; 
  height:221px; 
  float:left;
}

.contentBoxTopRight {
  width:236px; 
  height:221px; 
  float:right; 
  background-image:url(http://cache.members-access.com/bangboat.com/s1/images/contentBoxRightBg.jpg);
}

.contentBoxFoot {
  width:780px; 
  height:50px; 
  margin:0px; 
  margin-top:0px; 
  float:left;
}
/* the div that holds the MEMBERS/JOIN/SEEMORE link images at the bottom */
div.bottomLinks {
  text-align: center;
  width: 100%;
}

/* the div that holds the standard text at the very bottom */
div.footer {
  background: #FFCC00;
  text-align: center;
  font-size: 11px;
  padding: 10px;
}

div#seo_footer {
  margin: auto;
  width: 600px;
  color: #FFB900;
  font-size: 11px;
  text-align: center;
}

/**************************~IMAGES************************************/

/* removes borders from all links and images */
img, a {
  border: 0px none;                                                                                               
}

/* the image at the very top of the page */
img.topHeader {
  width: 50px;
  height: 50px;
}

/* the large image right below the topHeader */
img.mainHeader {
  
}

/* the image/link at the bottom to get to the members site */
img.members {
  
}

/* the image/link at the bottom that goes to the join page */
img.joinNow {
  
}

/* the image/link at the bottom to go to the next tour page */
img.seemore {
  
}

.thumb {
  margin-left:9px;
}

.thumb1 {
  margin-top:4px;
}

/**************************~TEXT************************************/
.hdr {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
	text-align:center;
	background-color:#FF9900; 
	width:275px;
}
.name {
    background-color:#FFCC00; 
	width:275px;
	font-size: 13px;
	font-weight: bold;
	color: #000066;
	text-align:center;
}
.storybox {
	background-image: url(http://cache.members-access.com/bangboat.com/s1/images/storybox.gif);
	background-color: #0066FF;
	width:284px; 
	height:221px; 
	float:left;
}
.storyboxInner {
	width:275px; 
	margin:auto;
}
.text {
	font-size: 16px;
	font-weight: normal;
	height:175px;
	margin-top:10px;
}
.date {
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
}

/**************************~LINKS************************************/

/* for the links at the very bottom of the tour page */
.linksmall {
	font-weight: bold;
	color: #221206;
}
a.linksmall:hover {
	color: #FCF6B6;
	text-decoration: none;
}