/* CSS Document */

body {
 background-color: #000000;
}

#centrepage {
 position:absolute;
 top: 50%;
 left: 50%;
 width:800px;
 height:500px;
 margin-top: -250px; /*set to a negative number 1/2 of your height*/
 margin-left: -400px; /*set to a negative number 1/2 of your width*/
}

#rightedge {
	position: absolute;
	left: 450px;
	top: 0;
	width: 350px;
	height: 500px;
}

#navigation {
 position: absolute;
 width: 100px;
 height: 75px;
 left: 1px;
 top: 425px;
 z-index: 2;
}

#titlelogo {
 position: absolute;
 left: 1px;
 top: 0px;
 color: #FF3399;
 font-size:14pt;
 width: 233px;
 z-index: 2;
}

#biotext {
 font-size: 9pt;
 font: Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 color: #666666;
}

.bodytext {
	font-size: 12px;
	color: #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}



#showtext {
  position: absolute;
  top: 75px;
  width: 450px;
}

#addresstext {
  position: absolute;
  left: 100px;
  border-style: solid;
  border-width:	thin;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  font-size: 12px;
  color: #CCCCCC;
  margin-left: 10px;
  top: 350px;
  width: 300px;
}
  

a {
 font-size: 9pt;
 color: #666666;
 font-weight: bold;
}
a:link {
 text-decoration: none;
 color: #666666;
}
a:visited {
 text-decoration: none;
 color: #666666;
}
a:hover {
 text-decoration: underline;
 color: #666666;
}
a:active {
 text-decoration: none;
 color: #666666;
}
