@charset "UTF-8";

body {
	margin:0 auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#E9DCFA;

}

#header {
	margin:0 auto;
	width:800px;
	height:56px;
	background-image:url(../img/bg_header.png);
	background-repeat:no-repeat;
}

#apDiv1 {
	margin:0 auto;
	width:450px;
	padding-top:8px;
}

.rightPanelTitle {
	color: #FFFFFF;
	font-family:Helvetica;
	font-size:14px;
	display:block;
	background-image:url(../img/rightPanelTitleBg.png);
	padding-left:3px;
	padding-top:4px;
	height:20px;
	
}

#areas {
	clear:both;
	margin-top:105px!important; margin-top:2px;
}

#areas a {
	text-decoration:none;
	color:#fff;
	}
	
#areas a:hover {
	text-decoration: underline;
	color:#FFFF00;
}

.login {
	height:150px;
	
	
}

#swingers {

}

#forum {
	height:255px;
	
	
}

#leftPanelMemberPics {
	height:110px;
	background-color:#AC61BF;
	
	
}

#leftPanelArticles {
	height:187px;
	background-color:#AC61BF;
	
	
}

#leftPanelMap {
	height:255px;
	background-color:#AC61BF;
	
	
}


#leftMainFront {
	height:300px;
	background-image:url(../img/leftPanelFrontMainPic.jpg);
	background-position:top center;
	background-repeat:no-repeat;

}

#main {
 	margin:0 auto;
	width:800px;
	height:345px;
	background-image:url(../img/bg_main3.png);
	background-repeat:no-repeat;

}

#panelHolder {
	margin:0 auto;
	width:703px!important; width:710px;
	height:auto;
	padding:2px;
	background-image:url(../img/panelHolderBG.png);
	background-repeat:repeat;
	color:#FFFFFF;
}


#leftPanel {
	float:left;
	margin-left:0px;
	width:460px;
	height:220px;
	background-image:url(../img/panelHolderBG.png);
	background-repeat:repeat;
	
	
}

#rightPanel {
	margin-left:461px;
	width:240px;
	height:194px;
	background-image:url(../img/panelHolderBG.png);
	background-repeat:repeat;
	
}

#userHolder {
	float:left;
	width:150px;
	margin-left:15px;
	margin-top:15px;
	text-align:center;
	height:156px;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color: #990099;
	border:3px solid #fff;
	background-color:#CC99FF;
}

#userHolder a {
	text-decoration:none;
	color:#990066;
}

#userHolder a:hover {
	text-decoration: underline;
	color:#990066;
}

#userHolder2 {
	float:left;
	width:150px;
	margin-left:10px;
	margin-top:15px;
	text-align:center;
	height:156px;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color: #990099;
	border:3px solid #fff;
	background-color:#CC99FF;
}

#userHolder2 a {
	text-decoration:none;
	color:#990066;
}

#userHolder2 a:hover {
	text-decoration: underline;
	color:#990066;
}

#userHolder3 {
	float:left;
	width:95px;
	margin-left:8px;
	margin-top:2px;
	text-align:center;
	height:105px;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color: #990099;
	border:3px solid #fff;
	background-color:#CC99FF;
}

#userHolder3 a {
	text-decoration:none;
	color:#ffffff;
}

#userHolder3 a:hover {
	text-decoration: underline;
	color:#ffffff;
}

#userHolder3 a:visited {
	text-decoration: underline;
	color:#ffffff;
}

#clearfloat {
	clear:both;
	height:10px;
	
}

#footer {
	margin:0 auto;
	width:800px;
	height:217px;
	background-image:url(../img/bg_footer3.png);
	background-repeat:no-repeat;

}

#frontText {
	margin:0 auto;
	width:800px;
}

.mainLink {
	color:#fff;
	text-decoration:none;
}

.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.tabs-nav li {
    float: left;
    margin: 0 0 0 3px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../img/tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #666;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 66px; /* IE 6 treats width as min-width */
    min-width: 66px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

.container-1 {
	margin:0 auto;
	width:790px;
	padding-top:16px;
	}
	
