body {
  background-color:	black;
  font-family:		verdana, arial, geneva, sans-serif;
  color:		rgb(215, 215, 215);
}

a {
  color:		rgb(215, 215, 215);
}

a:visited {
  color:		rgb(175, 175, 175);
}

#header {
  width:		750px;
  margin-left:		auto;
  margin-right:		auto;
}

#header img#title {
  width:		750px;
  height:		78px;
  margin-top:		2em;
  margin-left:		auto;
  margin-right:		auto;
}

img#hero1 {
  width:		62px;
  height:		35px;
  margin-top:		15px;
  margin-left:		150px;
}

img#hero2 {
  width:		62px;
  height:		35px;
  float:		right;
  margin-top:		15px;
  margin-right:		150px;
}

#menu {
  font-weight:		bold;
  font-size:		1.25em;
  border-width:		1px;
  border-style:		solid;
  float:		left;
  padding:		0.5em;
  margin-top:		2.5em;
  margin-right:		3em;
}

#menu a {
  color:		yellow;
  text-decoration:	none;
}

#menu a:hover {
  color:		rgb(155,155,100);
  text-decoration:	none;
}

#menu #active {
  color:		red;
}

div#content {
  margin-top:		3.5em;
  margin-right:		3em;
  margin-left:		13em;
  font-size:		1.1em;
  /*border:		solid;*/
}

#content p.member_left {
  background-color:	rgb(54, 84, 128);
  color:		rgb(110, 168, 255);
  width:		290px;
  min-height:		105px;
  margin-top:		0px;
  margin-bottom:	3em;
  border-style:		solid;
  border-width:		2px;
  border-color:		rgb(110, 168, 255);
  padding:		5px;
}

#content p.member_right {
  float:		right;
  background-color:	rgb(54, 84, 128);
  color:		rgb(110, 168, 255);
  width:		290px;
  min-height:		105px;
  margin-top:		0px;
  margin-bottom:	3em;
  border-style:		solid;
  border-width:		2px;
  border-color:		rgb(110, 168, 255);
  padding:		5px;
}

img.member {
  float:		left;
  margin:		0px;
  margin-right:		1em;
  border-style:		solid;
  border-width:		1px;
  border-color:		black;
}

img.scrshot {
  margin-top:		0px;
  margin-right:		4em;
  margin-bottom:	3em;
  width:		240px;
  height:		180px;
  border-style:		solid;
  border-width:		1px;
  border-color:		white;
}

input {
  margin-bottom:	0.5em;
  width:		25em;
}

#highscores {
  margin-bottom:	2em;
}

#highscores tr td {
  width:		14em;
  height:		1.5em;
}

