* {
  margin:0;
  padding:0;
  font-family: verdana, arial, san-serif;
  font-size: 13px;
}

html {
  /*background-color: #333333;*/
  margin: 0; 
  padding: 0;
}

body {
  /*text-align: center;*/ /* see note 1 above */
  background-color: #000000;
  margin: 0; 
  padding: 0;
}
h1 {
	color: #FFFFFF;
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 26pt;
}

h2 {
	color: #FFFFFF;
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 22px;
}

h3 {
	color: #FFFFFF;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}

p {
	margin-bottom: 20px;
}

#wrapper {
    width: 950px;
    margin: 0 auto;
    text-align: left;
    padding: 0;
	border: solid #666666;
	border-width: 0px 3px 0px 3px;
}
.clearBoth {
	clear: both;
	font-size: 1px;
    line-height: 1px;
    height: 1px;
}

a {
	color:#0DABD6;
}

a:active {
   outline: none;
}

a:focus {
   outline: none;
}

#maindiv {
  background-color: #333333;
  padding: 0;
}

.contentdiv{
  font-family: verdana, arial, san-serif;
  font-size: 13px;
  color: #FFFFFF;
}


.clear {font-size: 1px;}

.linktoolbar {
	font-size: 0.75em;
	text-align: center;
	margin-top: 20px;
}
.linktoolbar img {
	margin-bottom: -5px;
	border: 0px;
}

.linktoolbar a {
	color:#0DABD6;
	text-decoration: none;
}
.linktoolbar a:active {
   outline: none;
   text-decoration: none;
}
.linktoolbar a:focus {
   outline: none;
   text-decoration: none;
}

/* -----------highScoresDiv------------ */
#highScoresDiv table {
	border: solid 1px white;
	border-collapse: collapse;
}

#highScoresDiv table tr th {
	color: #FFFFFF;
	font-weight: bold;
	border: solid #FFFFFF;
	border-width: 1px 1px 2px 1px;
	padding: 4px;
}
#highScoresDiv table tr td {
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
	padding: 4px;
}
/* ----------newReplyDiv---------------- */
#newReplyDiv h1 {
	margin-left: 10px;
	color: #FFFFFF;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}

#newReplyDiv input {
	margin: 0px 0px 10px 10px;
}
#newReplyDiv label {
	margin: 0px 0px 0px 10px;
	color: #EFEFEF;
	font-weight: bold;
}
#newReplyDiv textarea {
	margin: 0px 10px 10px 10px;
}
#newReplyDiv #submit-button {
	margin-top: 10px;
}
#recaptcha_widget_div {
	margin-left: 10px;
}

/* ------------------------------------- */
