@charset "UTF-8";
/* CSS Document */

DIV.outer
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 700px;
      height: 495px;
      margin-left: -350px; /* half of width */
      margin-top: -247px;  /* half of height */
      }
	  
body {
	background-color: #76A4B4;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.textnav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.textnav:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.textnav:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
a.textnav:active {
	text-decoration: none;
	color: #FFFFFF;
}
.botnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
	text-align: center;
 }
 .searchbox {
 	
}

.maintitle {
	padding-bottom: 8px;
}

.pagelogo {
	padding-bottom: 20px;
	padding-top: 20px;
}

#hamishdoll {
	position: absolute;
	left: 3px;
	top: 42px;
	z-index: 10;
	height: 339px;
	width: 165px;
}

#rustydoll {
	position: absolute;
	left: 3px;
	top: 42px;
	z-index: 10;
	height: 339px;
	width: 165px;
}

.drag {
	position: relative;
	z-index: 100;

}
.profiletext{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	width:493px;
	height:249px;
	position: absolute;
	left: 192px;
	top: 142px;
	text-align: left;
	overflow: visible;
}

.boxtop {
	padding-top: 20px;
}

#commingsoon {
	position: absolute;
	left: 225px;
	top: 162px;
	z-index: 10;
	height: 108px;
	width: 266px;
}
