/* -- Global Styles -- */
/* ------------------- */
* { margin:0; padding:0; }

html, body { height:100%; }

body {
	font: 78%/1.5 Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #FFF;
}

#wrapper {
	position:relative; /* needed for footer positioning*/
	
	width:783px;
	margin:0 auto;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/

	min-height:100%; /* real browsers */
}

a { color: #FFFFFF; }
a:active { }
a:hover { }
a:visited { }

a img{ border:none; }
img { border:none; }

#content { 
	width: 783px;
	margin: 0 0 0 0;
	text-align: center;
}

#image {
	background: url(../images_gl/main.jpg) no-repeat 0 10px;
	width: 783px;
	height: 586px;
}

#nav, #subNav {
	margin: 10px 0 0 0;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
	width: 284px;
	padding: 4px 58px;
	margin: 0 auto;
	text-align: left;
}
#subNav {
	border: none;
	border-bottom: 2px solid #999;
	width: 295px;
	padding: 4px 52px;
}

#nav a, #subNav a {
	display: block;
	float: left;
	width: 42px;
	height: 21px;
	text-indent: -300em;
	overflow: hidden;
	background: url(../images_gl/nav.gif) no-repeat;
	margin: 0 17px 0 17px;
}
#nav a#europe { width: 62px; background-position: -76px 0; }
#nav a#australia { width: 78px; background-position: -172px 0; }

#nav a:hover { background-position: 0 -21px; }
#nav a#europe:hover { background-position: -76px -21px; }
#nav a#australia:hover { background-position: -172px -21px; }

#subNav a#airstrike { width: 66px; background-position: -297px 0; }
#subNav a#airstrike:hover { background-position: -297px -21px; }
#subNav a#swnf { width: 161px; background-position: -375px 0; }
#subNav a#swnf:hover { background-position: -375px -21px; }



.cF:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.cF {display: inline-table;}

/* Hides from IE-mac \*/
* html .cF {height: 1%;}
.cF {display: block;}
/* End hide from IE-mac */


