/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background: #667084 url(../images/bodyBG.jpg) repeat-x 75px 0px;;
	min-width:1010px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	color: #ffffff;
}
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	background: #2A312D url(../images/banners/header.jpg) top left no-repeat;
	height: 75px;
	border-bottom: 2px solid white;
}
#header .countBoxHeader{
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#header .countBox{
	width: 81px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background-image: url(../images/countbox.png);
	background-repeat: none;
	background-position: top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	font-weight: bold;
	text-align: center;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.leftmenu {
/*	background:#FFD8B7;*/
}
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:220px;
/*	background:#fff; */
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:200px;
	padding-bottom:1em;
}
.leftmenu .col1 {
	margin:0 15px 0 215px;
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu .col2 {
	float:left;
	width:220px;
	position:relative;
	right:220px;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	text-align: center;
}
#footer a:link, .footer a:active, .footer a:visited{
	color: #F9C885;
}

#footer p {
	padding:10px;
	margin:0;
}

/*atwmenu*/
#atwmenu {
	width: 219px;
	font-size: 11px;
}

#atwmenu p {
	margin: 0;
	padding: 3px 0;
}

#atwmenu a:link, #atwmenu a:visited {
	color: #ccc;
}

#atwmenu a:hover, #atwmenu a:active {
	color: #fff;
}
#atwmenu .top {
	height: 9px;
	background: url(../images/navTop.gif) top left no-repeat;
	display: block;
}

#atwmenu .mid {
	background-image: url(../images/navMiddle.gif);
	background-position: top left;
	background-repeat: repeat-y;
	display: block;
	padding: 0 20px;
}

#atwmenu .bot {
	height: 9px;
	background: url(../images/navBottom.gif) top left no-repeat;
}


/*content*/
#content {
}
#content .topleft {
	background: url('../images/box/topleftcorner.png') bottom left no-repeat;
	width: 10px ;
}
#content .top {
	background: url('../images/box/top.png') bottom; background-repeat: repeat-x;
	height: 10px ;
}
#content .topright {
	background: url('../images/box/toprightcorner.png') bottom left no-repeat;
	width: 10px ;
}
#content .midleft {
	background-image: url('../images/box/sideleft.png');
	background-repeat: repeat-y;
	width: 10px ;
}
#content .mid {
	background: #424242 ;
}
#content .midright {
	background-image: url('../images/box/sideright.png');
	background-repeat: repeat-y;
	width: 10px ;
}
#content .botleft {
	background: url('../images/box/botleftcorner.png') top left no-repeat;
	width: 10px ;
}
#content .bot {
	background: url('../images/box/bottom.png') top; background-repeat: repeat-x;
	height: 10px ;
}
#content .botright {
	background: url('../images/box/botrightcorner.png') top left no-repeat;
	width: 10px ;
}

#battlefield_rollover:hover {
	background: #2A312D ;
}
row_clicked {
	background: #2A312D ;
}

/*Clock*/
#clock .year {
	position: absolute;
	margin: 20px 0px;
}
#clock .month {
	position: absolute;
	margin: 20px 34px;
}
#clock .day {
	position: absolute;
	margin: 10px 0px;
}
#clock .hour {
	position: absolute;
	margin: 0px 0px;
}
#clock .minute {
	position: absolute;
	margin: 0px 13px;
}
#clock .am {
	position: absolute;
	margin: 0px 44px;
}

<!--[if lt IE 7]>
<style media="screen" type="text/css">
.col1 {
	width:100%;
}
<![endif]-->