* {
	margin: 0;
	padding: 0;
	border: 0;
}

a:focus
{
  -moz-outline-style: none;
}



body {
	background-image:url('/img/div/bg.jpg');
	background-color:#000;
	background-repeat:no-repeat;
	background-position:top center; 		
	text-align:center;
	padding:18px 0px 50px 0px;
	color: #FFF;
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
}

div#page {
	width:900px;	
	margin: 0 auto;	
	text-align:left;
	min-height:500px;
}

/**

GENERAL

**/

h2 {
	font-family: courier, monospace;	
	font-weight:normal;
	font-size:18px;
	text-transform:uppercase;
	height:20px;
	margin-bottom:5px;
	border-bottom:1px solid;
	border-bottom-color:#FFF;
}

h3 {
	font-family: courier, monospace;	
	font-weight:normal;
	font-size:18px;
	text-transform:uppercase;
	margin:3px 0px;
	text-decoration:underline;
}

h3.space {
	margin-top:20px;
}

h4 {
	text-transform:uppercase;	
	font-family: courier, monospace;	
	font-weight:normal;
	font-size:14px;
	margin-bottom:3px;
}

h4.space {
	margin-top:10px;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#FFF;
	text-decoration:underline;
}

a:visited {
	text-decoration:none;
	color:#FFF;
}

a:visited:hover {
	color:#FFF;
	text-decoration:underline;
}

ul {
	list-style-type:none;
	text-indent: 0px;	

}

div.clear {
	clear:both;
}

/**

TOP MENU

**/

div#topmenu {
	font-family: courier, monospace;	
	text-transform:uppercase;
	font-size:20px;	
}

div#topmenu div.logoholder {
	width:770px;
	float:left;
}

div#topmenu img.themap {
	margin-top:41px;
}

div#topmenu ul {
	margin-top:10px;
}

div#topmenu li {
	margin-right:15px;
	float:left;
	display:inline;
}

div#topmenu li.last {
	margin-right:0px;
	float:left;
	display:inline;
}

/**

RIGHT COLOUMN

**/
div#rightcoloumn {
	width:285px;
	float:left;
}

/**

RIGHT MENU

**/
div#rightmenu {
	font-family: courier, monospace;
	width:285px;
	height:309px;
	float:left;
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
}

div#rightmenu li {
	height:25px;
	float:left;
	clear:both;	
}

div#rightmenu li.selected {
	float:left;	
	height:20px;
	margin-bottom:4px;
	border-bottom:1px solid;
	border-bottom-color:#FFF;
	clear:both;
}



/**

RIGHT MENU

**/
div#submenu {
	width:285px;
	float:left;
}

div#submenu li {
	margin-bottom:20px;
}

div#submenu h3 {
	text-decoration:none;
	border-bottom:1px solid;
	border-bottom-color:#FFF;	
}

div#submenu h4 a {
	text-decoration:underline;
}

div#submenu h4 a:hover {
	text-decoration:none;
}

div#submenu ul.movie {
	margin-top:59px;
}
/**

CONTENT

**/

div#content p {
	margin-bottom:10px;
}

div#content {
	width:600px;
	float:left;	
	margin-right:15px;
}

div#content h3.space {
	margin-top:25px;
}


div#content h2.m2 {
	margin-top:25px;
}

div#content h2.m3 {
	margin-top:50px;
}

div#content h2.m4 {
	margin-top:75px;
}

div#content h2.m8 {
	margin-top:225px;
}
/**

FOOTER

**/


div#footer {
	font-family: courier, monospace;
	width:900px;	
	margin: 0 auto;	
	text-align:left;
}

div#footer ul {
	margin-top:10px;
}

div#footer li {
	margin-right:5px;
	float:left;
	display:inline;
	border-top:1px solid;
	border-top-color:#FFF;
	padding-top:3px;
}

div#footer li.facebook {
	width:130px;
}

div#footer li.twitter {
	width:115px;
}

div#footer li.army {
	width:170px;
}

div#footer li.bullit {
	width:170px;
	margin-right:15px;
}

div#footer li.copyright {
	text-align:right;
	width:285px;
	margin-right:0px;
}

div#footer li.last {
	margin-right:0px;
	float:left;
	display:inline;
}


/**

MAP

**/

h3.map {
	font-family: courier, monospace;	
	font-weight:normal;
	font-size:18px;
	text-transform:uppercase;
	margin:3px 0px 3px 40px;
	text-decoration:none;
}

div.maptekst {
	width:600px;
	margin-top:5px;
}

div#charactercontent {
	min-width:600px;
	min-height:265px;	
}

ul.mapmenu {
	display:block;	
	text-indent: 0px;
	float:none;
	margin-top:8px;
}

ul.mapmenu li {
	list-style-type:disc;	
	margin-bottom:10px;
}

div#belowlinkmenu {
	height:20px;
}

div#flashmap {
	width:900px;
	height:550px;
	padding:0;
	margin:0;
}

div.overlay {
	border:3px solid;
	border-color:#777;
	background-color:#000;
	/* growing background image */
	text-align:left;
	/* dimensions after the growing animation finishes  */
	width:760px;
/*	min-height:480px;		*/
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:15px;
	overflow:auto;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(/img/map/close.png);
	position:absolute;
	left:15px;
	top:15px;
	cursor:pointer;
	height:23px;
	width:22px;
}


/* black */
div.overlay.black {
	color:#fff;
}










