body
{ 
	background-color: #000000;
	background-image: url(pics/background.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;

	font-family: tahoma, verdana, arial;
	color: #000000;
	font-size: 10pt
}

a:link, a:visited
{ text-decoration: none; color: #96974F }
a:hover
{ text-decoration: none; color: #000000 }
a:active
{ text-decoration: underline; color: #96974F }

a img {border: none; }

#header
{
	background-image: url(pics/layout.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 631px;
	height: 474px;
	margin: 0;
	padding: 0;
}

#menu a 
{
  	position: absolute;
  	height: 25px;
  	width: 75px;
  	top: 31px; 
  	text-decoration: none;
}

#menu a i { visibility: hidden; }

a#home, a#about, a#join, a#members, a#buttons, a#extras { left: 540px; }
a#home { top: 270px; }
a#about { top: 300px; }
a#join { top: 330px; }
a#members { top: 365px; }
a#buttons { top: 395px; }
a#extras { top: 425px; }

#content
{
	width: 450px;
	margin-left: 50px;
	margin-top: -50px;
	padding-bottom: 10px;
	/* border-style: dashed; */
}

h2
{
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 3px;
}

.update
{
	border: medium dotted;
	padding: 10px;
	background-color: #7B7C40;
	width: 400px;
	/*margin-left: 25px;
	margin-right: 25px;	*/
}

.footnote
{
	text-align: center;
	font-size: 8pt;
}