/**************************************
 *         That 1 Website CSS         *
 *   Designed By Tom! (and Jamie =D)  *
 *************************************/

/* Body and links and titles n stuff */

body {
  background-color: #292929;
  background-image: url(images/bg.gif);
  color: #000000;
  font-family: verdana;
}

a:link {
  color: #0060ff;
  text-decoration: none;
}

a:visited {
  color: #0060ff;
  text-decoration: none;
}

a:hover {
  color: #fff833;
  text-decoration: none;
  border-bottom: 1px dotted #fff883;
}

a:active {
  color: #00b32e;
  text-decoration: none;
}

h1 {
  font-size: 10px;
  color: #0060ff;
}

li {
	list-style-image: url(images/li.bmp);
	padding-top: 4px;
    padding-right: 40px;
}

.top {
  color: #fff833;
}

hr {
  border: 1px dashed #000000;
}

/* Containers */

#container {
  width: 900px;
  margin: 0px auto;
  padding: 0px;
  border: 2px solid #000000;
}

#header {
  background: #292929;
  height: 125px;
}

#menu {
  text-align: left;
  padding: 4px;
  font-size: 10px;
  font-family: verdana;
  background: #333333;
}

#content {
  background: #292929;
  padding: 4px;
  text-align: left;
  font-size: 10px;
  font-family: verdana;
  color:#999999;
}

#content2 {
  width: 600px;
  background: #292929;
  padding: 10px;
  text-align: justify;
  font-size: 10px;
  font-family: verdana;
  color: #00b32e;
  margin: 0px auto;
  border-left: 1px dotted #000000;
  border-right: 1px dotted #000000;
}

#footer {
  background-color: #333333;
  padding: 6px;
  text-align: center;
  font-size: 10px;
  font-family: verdana;
  color:#666666;
  border-top:1px dotted #000000;
}

/* News Stuff */

#news_title {
  color: #0060ff;
  font-family: verdana;
  font-size: 12px;
  padding: 4px;
  margin: 0px;
}

#news_content {
  font-family: verdana;
  font-size: 10px;
  padding: 8px;
  padding-top:0px;
  padding-bottom: 20px;
  margin: 0px;
}

#news_date {
  color:#666666;
  font-family: verdana;
  font-size: 9px;
  padding: 4px;
  padding-top:0px;
  margin: 0px;
}

/* Forms */

table {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.name {
  width: 180px;
  vertical-align:top;
}

.input {
  width: 420px;
}

form {
	display: inline;
}

.textbox {
	font-size: 10px;
	background-color: #666666;
	color: #000000;
	border: 1px solid #000000;
	padding: 1px;
}

.textbox:hover, textbox:active {
	background-color: #b6b6b6;
}

.button {
	background-color: #666666;
	border: 1px solid #333333;
	font-size: 10px;
	text-align: center;
}

.button:hover {
	color: #00cc00;
}

.textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	color: #000000;
	border: 1px solid #000000;
	padding: 1px;
	width: 97%;
}

.textarea:hover, textbox:active {
	background-color: #b6b6b6;
}

#stat {
    text-transform: uppercase;
    font-weight: bold;
	color: #00cc00;
}