/* css document. author: project:a - http://projecta.org */

body {
	background-color: #000000;
  background-attachment: fixed;
  font-size: 11px;
	color: white;
	font-family: palatino lynotype, Verdana, Geneva, Arial, Helvetica, sans-serif;
	cursor: crosshair;
	border-color: white;
}

a:link { 
	text-decoration: underline; 
	color: white;
	}
A:unknown {
	text-decoration: none;
	COLOR: white;
}
A:visited {
	text-decoration: underline;
	COLOR: white;
}
a:hover, a:active { 
	text-decoration: none; 
	color: white;
	}

#menu_link:link {
  text-decoration: none;
	color: white;
}
#menu_link:unknown {
	text-decoration: none;
	COLOR: white;
}
#menu_link:visited {
	text-decoration: none;
	COLOR: white;
}
#menu_link:active {
  text-decoration: underline;
  color: white;
}
#menu_link:hover {
  text-decoration: underline;
  color: white;
}

img {
	border-color: white;
}

#central_position {

	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
}

#head {
  font: palatino linotype;
  font-size: 50px;
	text-align: center;
}

#content {
  width: 700px;
  text-align: justify;
  float: left;
  border: 0px;
  padding: 15px;
}
#date {
  width: 400px;
  float: left;
  margin: 0px 15px 15px 0px;
}
#info {
  width: 600px;
  float: right;
  text-align: justify;
}
#pic {
  width: 600px;
  float: right;
  text-align: left;
}
#menu {
  width: 250px;
  float: right;
  text-align: left;
}

#ass {
  clear: both;
  color: black;
  text-align: center;
}

#mailinglist {
  font-size: 10px;
	text-align: center;}

