/* CSS Document */




@import "br.css";

html {
	/*height:100%;*/
	margin:0;
	padding:0;
}

body {
	background:#000;
	font-family:"Trebuchet MS";
	color:#fff;
	padding:0;
	margin:0;
	font-size:12px;
}
* { outline:none; padding:0; margin:0; }

a {
  font-weight:bold;
  text-decoration:none;
  color:#000;
  z-index:999;
}

#wrapper {
  width:800px;
  display:block;
  margin:20px auto 0px auto;
  text-align:left;
  padding:0px;
}

#header {
  background:url('../girlsmenu.jpg') no-repeat top left;
  width:800px;
  height:24px;
  margin:0px auto 20px auto;
  display:block;
  padding:6px 0px 0px 0px;
}

#header li {
  width:200px;
  text-align:center;
  float:left;
  display:block;
}

#header a {
  color:#fff;
  font-size:14px;
}

#header a:hover {
  color:#f66;
}

#content {
  width:800px;
  margin:0px;
  float:left;
  display:block;
}

#footer {
  width:786px;
  color:#600;
  text-align:center;
  border:solid 1px #966;
  padding:6px;
}

a.footersite {
  color:#600;
}

a:hover.footersite {
  color:#fff;
  text-decoration:underline;
}

.girls {
  background:#300;
  margin:18px 0px 6px 0px;
  width:800px;
  height:244px;
  float:left;
  display:block;
}

.left {
  width:160px;
  height:244px;
  margin:0px 4px 0px 0px;
  text-align:center;
  float:left;
  display:block;
}

.namepic {
  background:#600;
  width:158px;
  height:198px;
  border:solid 1px #966;
  text-align:center;
  float:left;
  display:block;
}

a.rufan {
  background:#600;
  color:#f66;
  width:158px;
  margin:4px 0px 0px 0px;
  border:solid 1px #966;
  height:38px;
  text-align:center;
  float:left;
  display:block;
}

a:hover.rufan {
  color:#fff;
}

.details {
  width:636px;
  _width:634px;
  height:150px;
  text-align:center;
  float:left;
  display:block;
}

.message {
  background:#600;
  width:634px;
  _width:632px;
  height:88px;
  margin:4px 0px 0px 0px;
  border:solid 1px #966;
  overflow-y:auto;
  text-align:center;
  float:left;
  display:block;
}

.three {
  background:#600;
  width:207px;
  height:20px;
  margin:0px 0px 0px 4px;
  _margin:0px 0px 0px 2px;
  padding:4px 0px 0px 0px;
  border:solid 1px #966;
  overflow:hidden;
  text-align:center;
  float:left;
  display:block;
}

.two {
  background:#600;
  margin:4px 0px 4px 4px;
  _margin:2px 0px 2px 2px;
  padding:4px 0px 0px 0px;
  width:314px;
  height:20px;
  border:solid 1px #966;
  overflow:hidden;
  text-align:center;
  float:left;
  display:block;
}

.one {
  margin:4px 0px 0px 0px;
  width:634px;
  _width:632px;
  height:58px;
  overflow:hidden;
  font-size:48px;
  font-weight:bold;
  text-align:center;
  float:left;
  display:block;
}

.isie {
  float:none !important;
}

.leftest {
  margin-left:0px !important;
}

a.girlname,a.girlfoto,a.girlstatus {
  color:#f66;
  width:160px;
  text-align:center;
  float:left;
  display:block;
}

a.girlstatus {
  color:#f00;
}

a:hover.girlname,a:hover.girlstatus {
  color:#fff;
}

.none {
  display:none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */