body {
	font: 14px 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	background-color: #3daaf1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(bg.gif);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 780px;
	height: 200px;
	background-image: url(sexbumpkin.com_01.gif);
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	
	display: none;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
   background: #FFFFFF;
	background-image: url(sexbumpkin.com_02.gif);	
	font-weight: bold;
	text-align: justify;
	margin-right: 20px;}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	width: 780px;
	height: 200px;
	background-image: url(sexbumpkin.com_04.gif);
	font-size: 13px;
	text-align: center;	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link, a:visited {
	color: #00bfff;
	text-decoration: none;
}
a:active, a:hover {
	color: red;
	text-decoration: underline;
}
li {
	font-size: 16px;
	font-weight: bold;
	list-style: none;
	color: black;
	line-height: 19px;
}
.bans {
	width: auto;
	text-align: justify;
	font-size: 20px;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	text-align: right;
	color: #ff8c00;
	padding-right: 40px;
}
#tabs {
	float:left;
	width:730px;
	background:#EFF4FA;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #DD740B;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url(tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url(tabright.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	font-weight: bold;
   font-size: 12px;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
.menu {
	width: 600px;
	text-align: center;
   font-size: 15px;
	line-height: 25px;
}
.next {
	width: 650px;
	text-align: center;
   font-size: 25px;
	font-weight: bold;
}
.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: red;
	display: inline;
}
.keys {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}	