body {
	margin: 0;
	padding: 0;
}

td,tr {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	}
	
a.link{
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}


/* Normal link */
a {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:hover {
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


/*	splash page links	*/

A.splash {
    color: #FF0099;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration:none;
    }
                  
A.splash:hover {
    color: #FF0099;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration: underline;
    }

div.home {
	width:950px;
	height:628px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	visibility: visible;
}

div.secundary_bg {
	width:950px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	background-image:url(images/logo_bg.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	visibility: visible;
}
div.secundary_bg_hidden {
	width:950px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	background-image:url(images/logo_bg.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	visibility: hidden;

}
div.secundary_nobg {
	width:950px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	visibility: visible;
}
div.disclaimer_pop {
	width:650px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-325px;
	margin-top: -250px;
	background-color: #fff;
	visibility: visible;
	height: 500px;
}
#mycustomscroll {
	/*percantage width: make it 100% to match container*/
	width: 610px;
	height: 308px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background-color: transparent;
}
#mycustomscroll2 {
	/*percantage width: make it 100% to match container*/
width: 610px;
	height: 308px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background-color: transparent
}

#mycustomscrol_wellness1 {
	/*percantage width: make it 100% to match container*/
	width: 635px;
	height: 308px;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
padding: 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background-color: transparent;
}

.links_assco {
	width: 635px;
	height: 300px;
	overflow: auto;
	position: relative;
	visibility: visible;
	z-index:1;
	padding-left: 10px;
	}
	
.links_friends{
width: 635px;
height: 300px;
position: absolute;
left:50%;
margin-left:-475px;
top: 224px;
overflow: auto;
padding: 10px;
visibility: hidden;
z-index:51;
}

.links_personal {
width: 635px;
height: 300px;
position: absolute;
left:50%;
margin-left:-475px;
top: 224px;
overflow: auto;
padding: 10px;
visibility: hidden;
z-index:52;
}

.links_fitness {
width: 635px;
height: 300px;
position: absolute;
left:50%;
margin-left:-475px;
top: 224px;
overflow: auto;
padding: 10px;
visibility: hidden;
z-index:52;
}

.links_info {
width: 635px;
height: 300px;
position: absolute;
left:50%;
margin-left:-475px;
top: 224px;
overflow: auto;
padding: 10px;
visibility: hidden;
z-index:52;
}

.links_network {
width: 635px;
height: 300px;
position: absolute;
left:50%;
margin-left:-475px;
top: 224px;
overflow: auto;
padding: 10px;
visibility: hidden;
z-index:52;
}

.links_ads {
width: 635px;
height: 300px;
position: absolute;
left:50%;
margin-left:-475px;
top: 224px;
overflow: auto;
padding: 10px;
visibility: hidden;
z-index:52;
}

.mix_bio {
width: 440px;
height: 200px;
overflow: auto;
background-color: transparent;
position: relative;
visibility: visible;
z-index:99;
}

.testi01{
	width: 645px;
	height: 345px;
	overflow: auto;
	position: relative;
	visibility: visible;
	z-index:1;
	padding-left: 10px;
	}
.testiI{
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	font-weight:bold;
	font-style: italic;
}
.testititle{
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}	
.bg_pink{
color: #333; 
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
background-image:url(images/testi_pink.gif)
}

.bg_blue{
color: #333; 
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
background-image:url(images/testi_blue.gif)
}

/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	}
	
#flashcontent2 {
	width: 309px;
	height: 474px;
}
#flashcontent_bethstory{
	width: 425px;
	height: 319px;
	}
	
#contact_form {
	width: 640px;
	height: 340px;
	}


.pink {
	color: #FF0099;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}
.red {
	color: #FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}
.black {
	color: #00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}
.blue {
color: #0099FF; 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
}

.stories {
	color: #00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	font-weight: normal;
	text-align: left;
}




.tips1{
background-color:#0099FF 50%;
}


.tips2{
background-color: #FF0099 50%;
}

.tips_font{
color: #0099FF; 
font-family:Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
}
.tips_font2{
color: #FF0099; 
font-family:Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
}

.showcase1{
color: #FF0099; 
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: lighter;
text-transform: uppercase;
}

.showcase1_1{
color: #FF0099; 
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}

.showcase2{
color: #0099FF; 
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}

.showcase2_2{
color: #0099FF; 
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight:  bold;
text-transform: uppercase;
}

.ads{
color: #FF0099; 
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: lighter;
text-transform: uppercase;
}
.disclaimer{
color: #FF0099; 
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: lighter;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	bottom: 5px;
	margin-bottom: 10px;
	position: relative;
}

.pie {
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	width: 950px;
	clear: both;
	margin: 0 auto 0 auto;
	padding-top: 8px;
	color: #333;
}

.pie small {
	float: left;
	display: block;
	color: #666666;
	padding: 0;
}

.derecha {
	text-align: right;
	width: 450px;
	padding-bottom: 6px;
	/* any IE */
    padding-bottom: expression('4px');
	font-size: smaller;
}

.pie a {
	font-size: smaller;
	color: #333;
	text-decoration: none;
}

.pie a:hover, #ja-footer a:active, #ja-footer a:focus {
	font-size: smaller;
	color: #333;
	text-decoration: underline;
}

.pie ul {
	float: left;

}

.pie li {

	display: inline;
}

.pie li a {
	color: #333;
	display: inline;
	font-size: smaller;
	line-height: normal;
	padding-top: 15;

}

.testititle2{
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
}	

