/* tested with IE5.0, IE6.0, and Firefox 1.5 */

/* ---------------------------------
          MPPGAMES.COM
   --------------------------------- */

/* ---------------------------------
          BODY AND CONTAiNERS
   --------------------------------- */

html, body {
	height: 100%;
	width: 100%;
}

body {
	background-color: #faf4dc;
	background-image: url("images/battle.jpg");

	color: #ffffcc;

	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;

	margin: 0px;
}

div#wrapper {
	background-color: #444444;
	background-image: url("images/steel.gif");

	width: 760px;

	/*CENTER OBJECT HACK*/
	position: absolute;
	left: 50%;
	margin-left: -402px;

	border-top: 12px solid #c0c0c0;
	border-left: 12px solid #c0c0c0;
	border-bottom: 12px solid #8d8d8d;
	border-right: 12px solid #8d8d8d;

	margin-top: 1em;
}

div#header {
	background-color: #000000;
	background-image: url("images/header.gif");
	background-repeat: no-repeat;
	background-position: center center;

	height: 170px;
}

div.navigation {
	text-align: center;

	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

div#footer {
	font-size: 70%;

	text-align: center;

	clear: both;
}

/* ---------------------------------
            NAViGATiON iNFO
   --------------------------------- */

ol.nav {
	list-style-type: none;

	margin: 0px;
	padding: 0px;
}

ol.nav li {
	font-weight: normal;
	font-size: 1.3em;

	display: inline;

	padding: 0px;
}

ol.nav li a:link {
	text-decoration: none;
}

/* ---------------------------------
                HEADERS
   --------------------------------- */

h2, h3, h4, h5, h6 {
	margin: .5em 1em 1em 1em;
}

h1 {
	display: none;

	margin: 0px;
}

h2 {
	color: red;

	margin-bottom: .5em;
}

h3 {
	clear: both;
}

h4 {
	font-size: 80%;
	font-weight: normal;

	margin: -2em 0em 1em 2.5em;
}

/* ---------------------------------
                 TEXT
   --------------------------------- */

p {
	text-indent: 1em;
	text-align: left;

	margin: 1em 3em;
	padding: 0px;
}

/* ---------------------------------
                 TABLES
   --------------------------------- */

table {
	width: 100%;
}

table td.badge {
	text-align: center;

	width: 75%;
}

table td.info {
	background-color: black;

	padding: 4px;
}

table img {
	margin: 0px;

	border: 0px;
}

table a:link {
	text-decoration: none;
}

/* ---------------------------------
                 FORMS
   --------------------------------- */

fieldset {
	border: 0px;
}

label {
	width: 8em;

	text-align: right;

	font-weight: bold;

	float: left;

	clear: left;

	margin: 0px 1em 10px 30px;
}

input {
	margin-bottom: 5px;
}

/*ie SUCKS*/
html>body input {
	margin-bottom: 10px;
}

textarea {
	margin-top: 5px;
}

/* ---------------------------------
                 LiNKS
   --------------------------------- */

a {
	font-weight: bold;
}

a:link {
	color: #9999cc;

	text-decoration: underline;
}

a:visited {
	color: #7777bb;

	text-decoration: line-through;
}

a:hover {
	color: red;

	text-decoration: overline underline;
}

a:active {
	color: red;

	background-color: black;
}

/* ---------------------------------
                 MiSC
   --------------------------------- */

img {
	border: 1px solid black;

	margin: .5em 1em;
}

ul li {
	list-style-image: url("images/bullet.gif");

	margin-bottom: 5px;
}

ol li:first-line {
	font-weight: bold;

	text-decoration: underline;
}

ol, ul {
	margin-left: 5em;
}

.noborder {
	border: 0px;
}

.nomargin {
	margin: 0px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.red {
	color: red;
}

.center {
	text-align: center;
}
