@charset "utf-8";
body {

	background-image: url(img/bg-rpt.jpg);
	background-repeat: repeat-x;
	text-align:center;
	margin-top:0;
	color:#000000;
	font-weight:bold;
}

p {paddiing-left: 30px;}
a {color:#3399FF; text-decoration:none; font-weight:bold;}
a:active {color:#3399FF;}
a:hover {color:#FF9933;}
a:visited {color:#333333}
	
.wrapper {
	font-family: "Century Gothic";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: black;
	text-decoration: none;
	text-align:center;
	width: 714px;
	margin: 0 auto;
	margin-top:0;
	overflow: hidden;

}
.wakeskates {position:absolute; height:25px; width:695px; padding-top:5px; background-color:transparent; color:#33CCFF; font-size:18px; top:0;}
.header {
	background-image: url(img/header.jpg);
	width: 714px;
	height: 255px;
	overflow:hidden;
	text-align:left;
	clear: both;
}

.content {
	background-image: url(img/content-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width: 714px;
	min-height: 400px;
	text-align:left;
	
}

.contentdetails {
	background-color: transparent;
	padding-left: 25px;
	padding-right:30px;
	text-align:left;

}

.footer {
	width: 100%;
	height: 30px;
	text-align:center;
}

.menu_container {
	background-color:transparent;
	position: absolute;
	top:195px;
	height:35px;
	width:619;	
	padding-left: 12px;
	padding-right:45px;
	text-align:left;
	overflow:hidden;
	display: inline-block;
	
		
}
/* \*/ 
* html .gainlayout { height: 1%; } 
/* */ 

/*- Menu Tabs--------------------------- */ 


    #tabs {
      float:left;
      width:695px;
      background:#BBD9EE;
      font-size:100%;
      font-weight: bold;
      line-height:normal;
	  
      }
    #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 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
