body
{
  background-color: black;
  color: rgb(204,102,153);
  font-family: "Arial Black", sans-serif;
  margin: 0px;
  padding: 10px;
}

img {border: 0}


h1 {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #99CCFF;
	text-align: center }

h2 {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #99CCFF; }

h3 {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #99CCFF; }

p {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #99CCFF; }

a:link {
	color: blue;
	text-decoration: none}
a:visited {
	color: purple;
	{text-decoration: none}
a:hover {
	color: pink;
	text-decoration: none}

address {
	margin-top: 2em;
  	padding-top: 1em;
	padding-bottom: 1em;
	border-top: thin dotted }

.align-center
{
  position: relative;
  left: 0;
  right: 0;
  margin: auto
}

table.contacts
{
  font-family: Arial, sans-serif
}

div#sidebar
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  text-align: center;
}

div#content
{
  position: absolute;
  left: 300px;
  top: 0px;
  text-align: center;
  z-index: 3;
}

#menu {
	position: relative;
	left: 25px;
	background: black;
	float: left;
	margin: 0;
	padding: 25px 0;
	width: 250px;
}

#menu li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 150%;
	list-style: none;
}
#menu a {
	background: black;
/*	border: 1px solid #99CCFF; */
	color: rgb(204,102,153);
	margin: 0;
	padding: 8px 0;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
#menu a:hover {
	background: rgb(153,255,255);
	color: black;
}	
#menu a:visited {
}	
#menu a:active {
	color: rgb(255,255,204);
}


/* below can probably be deleted */

div.icon
{
  position: absolute;
  margin: 0px 0px 0px 0px;
  width: 300px;
  height: 125px;
  z-index: 1;
  background: url("/images/logo.gif") center center no-repeat;
}

div.info
{
  position: absolute;
  top: 125px;
  width: 300px;
  text-align: center;
  z-index: 2;
}

div.navigation
{
}