@charset "utf-8";
body {
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-color: #000000;
}
div.shadow {/*this is for the side shadows on the homepage! Do no change. */
	width: 945px;
	margin-left: auto;
	margin-right: auto;
}
.footerbg {
	height: 20px;
	width: 945px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B6000C;
	padding-top: 18px;
	background-image: url(../website/images/site/footerbg.png);
}
.smallRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;

}

.contentarea {
	margin: 0px;
	background-image: url(../website/images/site/oldpaperbg.jpg);
	background-color: white;
	position: relative;
}

.blackslant {
	width: 433;
	height: 111px;
	position: absolute;
	z-index: 5;
}

.NewsArea {
	text-align:left;
	padding-left: 100px;
	padding-top: 84px;
	margin-left: 0px;
	margin-top: 0px;
	width: 530px;
	border: 1;
	background-image: url(../website/images/site/newworldarmylogo.png);
	padding-right: 20px;
}

.newsTitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #690300;
}
.newsDate {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000000;
}
a.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.alvin{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.clickthruArea {
	width: 310px;
	position: absolute;
	left: 635px;
	top: -93px;
	height: 509px;
	overflow: visible;
	z-index: auto;
	visibility: visible;
	background-position: left;
}

a:hover {
	color: #000000;
}


a:hover.alvin {
	color:#990000;
}
a:hover.storelinks{
color: red;
}
a:hover.storelinks_comingsoon{
color: red;
}

a:hover.footerbg {
color: #f3eec6;
}

.newsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #000000;
}

/*STORE CSS*/
.storelinks {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #f3eec6;
	font-size: 11px;
	padding-top: 0px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 12px;
	
}
.storelinks_comingsoon {
	font-family:Arial, Helvetica, sans-serif;
	color: #625a49;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	padding-left: 12px;
	
	
}
.storeItems {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;

}
.storeItemText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 8px;
}
.storeItemTitle {
	font-family:"Courier New", Courier, monospace;
	font-size: 18px;
	color: #990000;
	text-decoration: none;

}
table.gallery td {
	height: 50px;
	width:120px;
	text-align: center;
}
table.gallery td.header {
	height: 60px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #FF0000;
	width:120px;
	background-color:#2f2118;
	text-align: center;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
table.gallery td.cell {
	height: 60px;
	width:120px;
	background-color:#000000;
	text-align: center;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
}