html, body {
  background-color: #111111;
}
body {
  color: white;
  font-family: sans-serif;
  font-size: 10pt;
  padding: 0;
  padding-top: 5px;
  margin: 0;
}

a, a:visited, a:active {
  color: white;
}

a:hover {
  color: blue;
}

h1 {
  font-size: 12.5pt;
  font-weight: bold;

}

h2 {
  font-size: 11pt;
  font-weight: bold;

}

#main {
  width: 790px;
  /*height: 640px;*/
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #111111;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

#content {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 780px;
  height: 100%;
  margin-top: 0px;
  margin-left: 5px;
  overflow: visible;
}

.pad {
  margin-right: 10px;
  margin-bottom: 125px;
  margin-top: 10px;
}

table {
  height: 100%;
}

table td {
/*  border: 1px solid red;*/
}

table .girl {
	padding: 0;
	margin:0;  background: url(../images/right_full.jpg) no-repeat center;
}

#girl {
  width: 237px;
  min-height: 580px;
	padding: 0;
	margin:0;}

td.top {
  background: url(../images/top_pole.jpg) repeat-y 100px bottom;
  height: 100%;
}
td.bottom {
  background: url(../images/bottom_pole.jpg) repeat-y 106px 0px;
  height: 100%;
}

#top {
  padding-top: 9px;
}

#top .bar {
  background: url(../images/pink_bar.gif) repeat-x;
  width: 100%;
  height: 26px;
  overflow: visible;
}

#top .bar .dot {
  background: url(../images/pink_dot.gif) no-repeat 100% 0%;
  width: 100%;
  height: 100%;
}

#bottom {
  height: 26px;
  width: 790px;
  padding-bottom: 24px;
  background-color: #111111;
  position: relative;
}

#bottom .bar {
  background: url(../images/blue_bar.gif) repeat-x;
  width: 100%;
  height: 26px;
}

#bottom .bar .dot {
  background: url(../images/blue_dot.gif) no-repeat 100% 0%;
  width: 100%;
  height: 100%;
}

#logo {
  background: url(../images/ispin.gif) 25px 0px no-repeat #111111;
  width: 250px;
  height: 162px;
  position: absolute;
  bottom: 2px;
  left: -24px;
  padding-left: 25px;
  padding-right: 15px;
  z-index: 200;
}

.bar .text {
  font-size: 8pt;
  position: relative;
  top: 6px;
  width: 800px;
  z-index: 300;
}

#bottom .bar .text {
  margin-left: 110px;
  text-align: center;
  color: #EC008C;
  font-weight: bold;
/*  border: 1px solid red;*/
  font-size: 12pt;
  top: 3px;
}
.bar .text a {
  margin-right: 4px;
  margin-left: 13px;
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.bar .text a:hover {
  text-decoration: underline;
}

body div.textblock {
  font-family: arial;
  font-weight: 450;
}
 
body div.textblock em {
  font-style: normal;
  font-weight: bold;
}

body div.textblock h1 {
}

body div.textblock h2 {
  padding-bottom: 0px;
  margin-bottom: 1px;
}

body div.textblock p {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 0px;
}

body.home div.textblock p, body.home div.textblock h1 {
  text-align: center;
}

body.home div.textblock ul {
  list-style-type: none;
  padding:0;
}

body.home div.textblock li {
  background-image: url(../../images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0.6em 0.1em;
  padding-left: 2.2em;
  margin: 18px;
  position: relative;
  top: 2px;
}

td.content {
  width: 545px;
}

/*p {
  width: 100%;
  text-align: center;
}

div.textblock img {
  margin-left: auto;
  margin-right: auto;
}
*/

.source {
  border: 1px solid green;
  background-color: #003300;
}

.invisible_data {
  display: none;
}

