/* CSS Document */

/* AUTHOR ~ 356-13-7394
--------------------------------------------
COLOR
      color #1 - #FFFFFF
	  color #2 - #CE4C03
	  color #3 - #1e1e1e
	  color #4 - #333333

--------------------------------------------*/

/* Document Order
--------------------------------------------
TAGS
STRUCTURE
IMAGES 
TEXT 
LINKS

/**************************~TAGS************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(http://www.slutsonthebeach.com/s1/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

a img {
	border: none;
}

/************************~STRUCTURE~***********************/

/* the main div that controls the width of all content */
.wrapper {
	width: 956px;
	margin: auto;
	background-image: url(http://www.slutsonthebeach.com/s1/images/contentBg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* the div that holds the header images */
.header {
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	width: 900px;
}

/* the div that holds the standard text at the very bottom */
.footer {
	font-size: 11px;
	color: #CE4C03;
	padding: 10px;
        text-align:center;
}

.bottomLinks {
    width:900px; 
	margin:auto; 
	padding-top:15px;
}
/* the div that holds the content tables */
.content {
	background-repeat: repeat-y;
	background-position: center;
}

div#seo_footer {
  margin: auto;
  width: 600px;
  color: #CE4C03;
  font-size: 11px;
  text-align: center;
}

/**************************~IMAGES************************************/

.tablebottom {
	background-image: url(http://www.slutsonthebeach.com/s1/images/contentBoxBottom.gif);
	background-repeat: no-repeat;
	height: 213px;
	width: 360px;
	color: #1e1e1e;
	font-size: 12px;
}

.thumb {
	float:right;
}

/**************************~TEXT************************************/

.hdr {
	font-size: 15px;
	font-weight: bold;
	padding-top: 19px;
	padding-left: 35px;

}
.hdr .date {
	font-size: 11px;
        color: #333333;
}
.text {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 20px;
	text-align: left;
	font-size: 12px;
}

/**************************~LINKS************************************/

a.linksmall:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.linksmall {
	font-weight: bold;
	color: #333333;
}