
/* Layout Stylesheet */ 

body {
 scrollbar-arrow-color: c2eff4;
 scrollbar-base-color:000000;
 scrollbar-dark-shadow-color: 000000;
 scrollbar-track-color: 000000;
 scrollbar-face-color: 000000;
 scrollbar-shadow-color: 000000;
 scrollbar-highlight-color: 000000;
 scrollbar-3d-light-color: 000000;
 font-family:verdana, sans-serif;
 font-size:12px;
 background: #000000;
 color: #333333;
 margin: 20px;
 border:0;
 text-align: center;
 }


#sex-top {
 width: 100%;
 height: 25px;
 color: #333333;
 border: solid #000000;
 border-width: 0px 0;
 margin: 0;
}

#sex-bottom {
 height: 100px;
 position:relative;
 border: solid #000000;
 border-width: 0px 0;
 overflow: auto;
 margin:0 20% 0 20%;
 }

 #sex-info {
 position:relative;
 display: block;
 text-align: left;
 float: left;
 width: 100%;
 color: #ffffff;
 overflow: auto;
 }

#sex-content {
 height: 350px;
 position:relative;
 border: solid #000000;
 border-width: 0px 0px;
 color: #333333;
 overflow: auto;
 margin:0 15% 0 15%;
 }