/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			background-color:#3E3822;
			background-image:url(images/pgbg.gif);
			background-repeat:repeat-x;
			background-position:top;
			font-family:Tahoma,Arial, Helvetica, sans-serif;
			font-size:11px;
			}
			
p 	{
			padding:0;
			margin:0;
			}
			
/*------------------------------awards----------------------*/

.awards {
			font-size:20px;
			color:#A68B60;
			}
.startexts {
			font-size:11px;
			color:#261E14;
			font-weight:bold;
			}
			
/*------------------------------warcrafts----------------------*/

.warcrafts {
			font-size:20px;
			color:#A68B60;
			text-transform:uppercase;
			}
			
.wartext {
			font-size:11px;
			color:#8A795A;
			text-transform:none;
			}
			
.warlink {
			font-size:11px;
			color:#757548;
			text-decoration:underline;
			}
			
/*------------------------------top menu----------------------*/

.menutop {
			font-size:12px;
			color:#272316;
			font-weight:bold;
			text-decoration:none;
			text-transform:uppercase;
			}
			
.menutop:hover {
			color:#000000;
			}
			
.menutop2 {
			font-size:8px;
			color:#272316;
			font-weight:bold;
			text-decoration:none;
			text-transform:uppercase;
			}
			
.menutop2:hover {
			color:#000000;
			}
			
			
/*------------------------------copyright----------------------*/

.copyright {
			font-size:10px;
			color:#BBAB76;
			}
			
.footermenu {
			padding-left:12px;
			padding-right:12px;
			font-size:11px;
			color:#261E14;
			font-weight:bold;
			text-decoration:none;
			}
			
.footermenu:hover {
			color:#000;
}
			

			
