/* RESET  /////////////////////// */ 
html, body, div, h1, h2, h3, h4, h5, h6, 
ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 


/* BODY SETUP /////////////////////// */
body {
  	margin:0 auto;
  	color: #aaa;
	background:#222 url(images/bg.jpg) repeat-x;background-attachment:scroll;
	font-family:Helvetica, Arial, sans-serif;
	line-height: 1.6;
	font-size: 62.5%; 
	/* IE (10px=62.5%, 11px=68.75%, 12px=75%) remember that!  */ }
html > body   { font-size: 11px; }  /* Other browsers */



/* start content */


div#container{
	          width:1250px;
              height:auto;
              margin-top: 20px;
	          margin-left: auto;
              margin-right: auto;
              text-align:left;
              }
h1{background:#111; color:#fff; font-size: 15px; font-family: Helvetica, Arial, sans-serif; text-transform:capitalize;
   text-align:left; margin-left: 10px;margin-right:10px;}
div#left{
	         float:left;margin-bottom: 20px;margin-right:10px;
	         height:auto;
	         width:170px;
	         padding:10px 0;
	         background: #000;
	         
	        color:#fff;
	        font-size: 11px; 
            font-family: Helvetica, Arial, sans-serif;
             }
             
div#middle{
	        float:left;margin-bottom: 50px;margin-right:10px;
	        width:740px;height:auto;
	        padding:10px 0;
	        background:#000 ;
	        color:#fff;
	        font-size: 11px; 
            font-family: Helvetica, Arial, sans-serif;
           }
div#right{
	        float:left;margin-bottom: 20px;
	        width:220px;height:auto;
	        padding:10px 0;
	        background-color:rgb(1%, 1%, 1%);
	        color:#fff;
	        font-size: 11px; 
            font-family: Helvetica, Arial, sans-serif;
           }
/* end content */


/* start menu*/

div#menu {width: 1150px;float:left;
                 height:auto;
                 margin-left: 0 auto; 
                 margin-right: 0 auto;
	             background-color:rgb(5%, 5%, 5%);
	             text-align: center; 
	             margin-bottom: 20px;
	             font-size: 14px; 
                 font-family: Helvetica, Arial, sans-serif;
                 font-weight: bold ;
	             }
	
              
/* end menu */ 

/* start friends */

div#friends{  width:210px;align:center;background:#000;font-size:12px; }
	
ul#friends,ul#friends li { list-style-type:none;display:block; }

/* end friends */
 

                                     
 
/* start anonymus footer links*/ 
div#footer-links {width:400px;align:center;
                         height:auto;
                         margin-left: auto;
                         
	                     margin-right: auto;
	             }

ul#f-links {width:auto; 
	                 height:auto;
	              }          
ul#f-links li{ font-family:tahoma;
              font-size:9px; 
              font-style: normal; 
              line-height:none;
              font-weight:none; 
              font-variant: normal; 
              text-transform: uppercase;
              text-decoration: none;
              list-style-type:none;
              margin-bottom: 30px;
              margin-top: 30px;
              text-align: center;}		           
/* end anonymus footer links*/ 	       



div#member-footer {
	width: 1000px;
	height: auto;
	margin-top: 50px ;
	margin-left: auto ;
    margin-right: auto ;
	background: #fff;
	font-size: 90%; Verdana,sans-serif;
    padding:10px 0;text-align: center;
}



/* start member */
.delete {

  color:#fff;cursor:crosshair;border:0px;
  background-color: transparent ;
  text-decoration: none ;
  font-weight:900;
  font-size:11px;
  font-family:tahoma;
  text-transform:none;
  margin-left:10px; 
}
.delete:hover {color:#ff00cc;}
.delete  a {text-decoration:none;color: #fff;}
.delete  a:link {  color: #fff;}
.delete  a:visited {  color: #fff;}
.delete  a:hover, a:focus {  color: #ff00cc;}
.delete  a:visited:hover, a:visited:focus {  color: #ff00cc;}
.delete  a:active {  color: #fff;}
.delete  a:visited:active {  color: #fff;}
.member {

  color:#fff;cursor:crosshair;border:0px;
  background-color: transparent ;
  text-decoration: none ;
  font-weight:900;
  font-size:15px;
  font-family:tahoma;
  text-transform:uppercase;
  margin-left:10px; 
}
.member:hover {color:#ff00cc;}
.member  a {text-decoration:none;color: #fff;}
.member  a:link {  color: #fff;}
.member  a:visited {  color: #fff;}
.member  a:hover, a:focus {  color: #ff00cc;}
.member  a:visited:hover, a:visited:focus {  color: #ff00cc;}
.member  a:active {  color: #fff;}
.member  a:visited:active {  color: #fff;}

/* start hyperlinks */

.simple:hover {color:#ff00cc;}
.simple   {text-decoration:none;text-transform:none; color: #fff;}
.simple  a {text-decoration:none;text-transform:none; color: #fff;border:0px;}
.simple  a:link {  color: #fff; text-decoration:none;text-transform:none;border:0px;}
.simple  a:visited {  color: #fff; text-decoration:none;text-transform:none;border:0px;}
.simple  a:hover, a:focus {  color: #ff00cc; text-decoration:none;text-transform:none;border:0px;}
.simple  a:visited:hover, a:visited:focus {  color: #ff00cc; text-decoration:none;text-transform:none;border:0px;}
.simple  a:active {  color: #fff; text-decoration:none;text-transform:none;border:0px;}
.simple  a:visited:active {  color: #fff; text-decoration:none;text-transform:none;border:0px;}

/* end hyperlinks */

/* photo */
.photo {

  color:#fff;cursor:crosshair;border:0px;  
  background-color: transparent ;
  text-decoration: none ;
  
}
.photo:hover {  color: #ff00cc;}
.photo  a {text-decoration:none;color: #ff00cc;}
.photo  a:link {color:#fff;/* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
}
.photo  a:visited {  color: #ff00cc;}
.photo  a:hover, a:focus {  color: #ff00cc;/* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
}
.photo  a:visited:hover, a:visited:focus {  color: #000;}
.photo  a:active {  color: #ff00cc;}
.photo  a:visited:active {  color: #ff00cc;}

/* end photo */

/* photo2 */
.photo2 { color:#fff;cursor:crosshair;border:2px;border-style:dashed; background-color: transparent ; text-decoration: none ; }
.photo2:hover {  color: #ff00cc; border:2px;border-style:dashed;/* for IE */ filter:alpha(opacity=90); /* CSS3 standard */ opacity:0.9;}
.photo2  a {text-decoration:none;color: #ff00cc;border:2px;border-style:dashed;}
.photo2  a:link {color:#fff; border:2px;border-style:dashed; }
.photo2  a:visited {  color: #ff00cc;border:2px;border-style:dashed;}
.photo2  a:hover, a:focus {  color: #ff00cc; border:2px;border-style:dashed;}
.photo2  a:visited:hover, a:visited:focus {  color: #000;border:2px;border-style:dashed;}
.photo2  a:active {  color: #ff00cc;border:2px;border-style:dashed;}
.photo2  a:visited:active {  color: #ff00cc;border:2px;border-style:dashed;}

/* end photo2 */

/* txtu */
.txtu { color:#fff; text-decoration: none ; }
.txtu:hover {  color: #ff00cc;text-decoration: underline ; }
.txtu  a {text-decoration:none;color: #ff00cc;}
.txtu  a:link {color:#fff;  }
.txtu  a:visited {  color: #ff00cc;}
.txtu  a:hover, a:focus {  color: #ff00cc; }
.txtu  a:visited:hover, a:visited:focus {  color: #fff;}
.txtu  a:active {  color: #ff00cc;}
.txtu  a:visited:active {  color: #ff00cc;}
.txtu {font-family:Helvetica, Arial, sans-serif; line-height: 1.6; font-size: 62.5%;  /* IE (10px=62.5%, 11px=68.75%, 12px=75%) remember that!  */ }
.txtu  { font-size: 12px; }  /* Other browsers */

/* txtu */

/* txtuniche */
.txtuniche { color:#fff; text-decoration: none ; }
.txtuniche:hover {  color: #ff00cc;border:0px;  }
.txtuniche  a {text-decoration:none;color: #ff00cc;border:0px;}
.txtuniche  a:link {color:#fff;  }
.txtuniche  a:visited {  color: #ff00cc;border:0px;}
.txtuniche  a:hover, a:focus {  color: #ff00cc;border:0px; }
.txtuniche  a:visited:hover, a:visited:focus {  color: #fff;}
.txtuniche  a:active {  color: #ff00cc;border:0px;}
.txtuniche  a:visited:active {  color: #ff00cc;border:0px;}
.txtuniche {font-family:Helvetica, Arial, sans-serif; line-height: 1.6; font-size: 62.5%;  /* IE (10px=62.5%, 11px=68.75%, 12px=75%) remember that!  */ }
.txtuniche  { font-size: 12px; }  /* Other browsers */

/* txtuniche */

div#txtuniche { width:600px; align:center; }
ul#txtuniche,ul#txtuniche li { list-style-type:none;display:block;text-align:center; }

/* start nav menu */



ul#split,ul#split li{margin-left:10px;padding:0;list-style:none}
ul#split li{float:left;width:210px;margin:0 10px 10px 0}
ul#split h3{font: normal 120%/1.3 georgia,sans-serif;
    text-transform:none;margin-right:10px;padding:5px;text-align:right;color: #c0c0c0}
ul#split p{margin:0;padding:5px 8px 5px;text-align:center;}
ul#split div{background:#000}
li#friends h3{background: #111}
li#tags h3{background: #111}
li#ads h3{background: #111}
li#model-studio h3{background: #111;}


/* end nav menu */


div#footer-member{list-style:none;margin: 0 auto;text-align:center; float:left;}
div#footer-member li{width:1070px;margin: 0 auto;}


/* start niche2 */
.text_url {width:400px; background-color:rgb(5%, 5%, 5%); color:#222; font-size:9px;font-family:Helvetica, Arial, sans-serif;
           line-height: 1.6; font-size: 62.5%; border:0px; }
div#n2content {width:720px;height:240px;align:center;background-color:rgb(4%, 4%, 4%);margin-top:20px;margin-bottom:20px; }
div#n2l { width:180px; height:240px; float: left;background-color:rgb(1%, 1%, 1%); }
div#n2r { width:530px; height:200px; float:right; background-color:rgb(3%, 3%, 3%);margin-top:20px;text-align:left; }
li#n2r { list-style:none;display:block;margin-left:10px; }
/* end niche2 */


div#bottom_ad { width:1250px;height:auto; float:left;}
div#ad1 { float:left;width:300px; height:270px;margin-left:5px;margin-right:5px;margin-top:10px;  }
div#ad2 { float:left;width:300px; height:270px;margin-left:5px;margin-right:5px;margin-top:10px;  }
div#ad3 { float:left;width:300px; height:270px;margin-left:5px;margin-right:5px;margin-top:10px;  }
div#ad4 { float:left;width:300px; height:270px;margin-left:5px;margin-right:5px;margin-top:10px;  }