/* 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;
}

#rightedgenarrow {
	position: absolute;
	left: 554px;
	top: 0;
	width: 286px;
	height: 500px;
}

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

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

#biotext {
 font-size: 8pt;
 font-family: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: 5px;
	margin-right: 10px;
	margin-left: 50px;
}

.bodytextcontact {
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 10px;
	margin-left: 50px;
	text-align:center;
}

#showtext {
	position: absolute;
	top: 77px;
	width: 550px;
	left: 2px;
}

#contacttext {
	position: absolute;
	top: 181px;
	width: 550px;
	left: 3px;
}

#addresstext {
  position: absolute;
  left: 120px;
  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;
}
