body  {
	font: 100% Arial, Helvetica, sans-serif;
	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: #000 url(../images/back.gif) repeat 0 0;
	
}

/* ---------------  LAYOUT  --------------- */

#container { 
	width: 800px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #000; 
	padding: 10px 0 0 0;  /* 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. */
} 
#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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 8px;
}
#mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px solid #ff3399;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fb6cb3; 
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ---------------  NAVIGATION  --------------- */

#nav {
	margin: 14px 0 0 0;
	padding: 12px 0 0 3px; 
	background: url(../images/nav-bg.gif) repeat-x;
	height:40px; 
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#nav a {
	float:left;
	line-height:14px;
	font-size: 13px;
	font-weight: bold;
	margin: 0 14px 0 14px;
	text-decoration: none;
	color: #FFF;
	le
}

#nav a:hover {
	text-decoration: none;
	color: #666;

}

/* ---------------  SIDEBAR  --------------- */

p.small {
	padding: 0;
	font-size: 10px;
}

p.small a {
	color:#990066;
}

p.small a:hover {
	color:#666;
}

/* ---------------  TEXT  --------------- */

h1 {
	color:#660066;
	margin: 0;
	padding:20px 0 0 0;
	font-size:1.4em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size:1.2em;
	color:#660066;
}

h3 {
	margin:5px 0;
	padding:8px 0 0 0;
	font-size:1.1em;
	color:#660066;
}

h4 {
	padding:0;
	margin:0;
	font-size:1em;
	color:#660066;
}

h5 {
	padding: 20px 0 0 0;
	font-size:1.4em;
	color:#660066;
	border-top: 1px solid #ff3399;
}

#mainContent p {
	font-size: 0.9em;
	line-height: 1.4em;
	color:#660066;
}

#sidebar1 p.shows {
	padding: 0 10px 0 0;
	font-size: 0.8em;
	line-height: 1.4em;
	color:#660066;
}

li {
	font-size: 0.9em;
	padding: 0 0 3px 0;
	color:#660066;
}

.bold { 
	font-weight: bold;
}

/* ---------------  FOOTER TEXT  --------------- */

#footer p {
	margin: 0;
	padding: 10px 0;
	font-size:12px;
	color:#FFFFFF;
}

#footer a {
	margin: 0 10px;
	padding: 0;
	font-size:12px;
	text-decoration: underline;
	color:#FFFFFF;
}

#footer a:hover {
	font-size:12px;
	text-decoration: none;
	color:#666;
}

/* ---------------  IMAGES  --------------- */

img.pic {
	padding:8px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background-color:white;
}

img.pic1 {
	margin: 0 0 8px 8px;
	padding:8px;
	border:solid;
	border-color: #ff3399;
	border-width: 1px;
	background-color:white;
}

img.pic1-ftR {
	float: right;
	margin: 0 0 8px 8px;
	padding:8px;
	border:solid;
	border-color: #ff3399;
	border-width: 1px;
	background-color:white;
}

img.pic-ftR {
	float: right;
	margin: 8px;
	padding:8px;
}

img.pic-ftL {
	float: left;
	margin: 0 14px 10px 0;
	padding:0;
}

/* ---------------  CONTACT  --------------- */


#contact1 {
	margin: 0 0 10px 0;
	padding: 18px;
	width:250px;
	height:180px;
	background: url(../images/card1.jpg) 0 0 no-repeat;
}

#contact1 p {
	margin: 0 0 10px 0;
	font-weight: bold;
	line-height: 16px;
}

#contact2 {
	margin: 0;
	padding: 18px;
	width:250px;
	height:180px;
	background: url(../images/card2.jpg) 0 0 no-repeat;
}

#contact2 p {
	margin: 0 0 10px 0;
	font-weight: bold;
	line-height: 16px;
}

/* ---------------  Clubs  --------------- */
.nodis {
	display: none;
}

h1.club {
	width:481px;
	height:142px;
	background: url(../images/club-01.gif) 0 0 no-repeat;
}


/* ---------------  Easter 2011  --------------- */
.nodis {
	display: none;
}

h1.easter {
	width:477px;
	height:142px;
	background: url("../images/easter-fun-2.gif") 0 0 no-repeat;
  margin-left: auto;
  margin-right: auto;
}

p.easter {
	text-align:center;
}

img.easter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#b_easter
{
  display: block;
  width: 212px;
  height: 93px;
  background: url("../images/b_easter.gif") no-repeat 0 0;
  margin-left: auto;
  margin-right: auto;
}

#b_easter:hover
{ 
  background-position: 0 -98px;
}

#b_easter span
{
  position: absolute;
  top: -999em;
}

#b_online
{
  display: block;
  width: 272px;
  height: 60px;
  background: url("../images/b_book-online.gif") no-repeat 0 0;
  margin-left: auto;
  margin-right: auto;
}

#b_online:hover
{ 
  background-position: 0 -60px;
}

#b_online span
{
  position: absolute;
  top: -999em;
}

/* ---------------  FIT-FUN CASE  --------------- */

#b_funcase
{
  display: block;
  width: 212px;
  height: 189px;
  background: url("../images/b_fun-fit-case.jpg") no-repeat 0 0;
  margin-left: auto;
  margin-right: auto;
}

#b_funcase:hover
{ 
  background-position: 0 -189px;
}

#b_funcase span
{
  position: absolute;
  top: -999em;
}

h1.funcase {
	width:520px;
	height:150px;
	background: #fff url("../images/funfitcase-hdr.gif") 0 0 no-repeat;
  	margin-left: auto;
  	margin-right: auto;
}

#b_electrick
{
  display: block;
  width: 212px;
  height: 189px;
  background: url("../images/b_electrick.jpg") no-repeat 0 0;
  margin-left: auto;
  margin-right: auto;
}

#b_electrick:hover
{ 
  background-position: 0 -189px;
}

#b_electrick span
{
  position: absolute;
  top: -999em;
}


/* ---------------  SPD  --------------- */
.spd {
	float:right;
	margin-right: 10px;
}

/* ---------------  paypal box  --------------- */

div.form-box {
	padding:20px;
	border:1px solid #660033;
  	width: 400px;
  	margin-left: auto;
  	margin-right: auto;
	background-color: #faecf3;
	font:13px arial,sans-serif;
	font-weight: bold;
	color:#000;
	text-align:center;  
}
