body { 
	background-color: #FFFFFF; 
	margin-top: 0px;
	margin-bottom: 0px;
	font: 14px/1.4em Georgia, "Times New Roman", Times, serif;
	color: #3e270c;
	background-image:url(../images/background.gif);
}
.clearer{clear:both;height:1px;}
.container {width:971px;
}
.select{
	background:#023A51;color:#F9EDE4;font-weight: bold;
}

p {padding: 0 30px;
}
a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #364F6F;
	text-decoration: underline;
	font-weight: bold;
}

/*TOP MENU*/
.menuLine {
	background-repeat:no-repeat;
	background-position:top;
	height:141px;
	float:left;
	cursor:pointer;
}
#pash {width:283px;height:141px;}
#troops { background-image:url(../images/troops.png); width:143px; }
#troops:hover { background-image:url(../images/troops-o.png); }
#minef{ background-image:url(../images/minefields.png); width:135px; }
#minef:hover { background-image:url(../images/minefields-o.png); }
#fail{ background-image:url(../images/failure.png); width:139px; }
#fail:hover { background-image:url(../images/failure-o.png); }
#hq{ background-image:url(../images/hq.png); width:134px; }
#hq:hover { background-image:url(../images/hq-o.png); }
#intel{ background-image:url(../images/intel.png); width:137px; }
#intel:hover { background-image:url(../images/intel-o.png); }

h1.smalltext {
	font-size: 0.9em;
	color: #F8C3C3;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}

.home {background-image:url(../images/homeback.png);
	height: 326px;
	width:970px;
	}
/*TEXT BOXES*/
.top {
	background-image:url(../images/texttop.png);
	background-repeat:no-repeat;
	height:16px;
}
.base {
	background-image:url(../images/textbase.png);
	background-repeat:no-repeat;
	height:20px;
	/*margin-top:-20px;
	_margin-top:0px;*/
}
.back {
	background-image:url(../images/textback.png);
	background-repeat:no-repeat;
	margin-top:20px;
	padding-bottom: 10px;
	}
