/* World War 2 English layout */

/* commented backslash hack v2 \\*/
html, body{height:100%;}
/* end hack */

body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:0.7em;
	padding: 0;
	margin: 0;
	}

#outer{
	min-height:100%;
	margin-left:120px;
	margin-right:160px;
	margin-bottom:-35px;
	}
	
* html #outer{
	height:100%
	} /*for IE as IE treats height as min-height anyway*/

#header{
	position:absolute;
	width: 100%;
	top:0;
	height:120px;
	border:0px;
	overflow:hidden;
	}
	
* html #header{
	width:100%
	} /*for IE */

#leftcontent{
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
	margin-left:-119px;/*must be 1px less than width otherwise won\'t push footer down */
	z-index:100;
	left:-1px;
	}
	
* html #leftcontent {
	padding-bottom:52px ;
	margin-right:-3px;
	}/*fix gap in ie next to float and clear footer because we\'ve moved float too far left*/

#rightcontent {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:right;
	margin-right:-159px;/*must be 1px less than width otherwise won\'t push footer down */
	left:1px;
}

#footer {
	width:100%;
	clear:both;
	height:35px;
	background-color: #ffffff;
	color: #000000;
	text-align:center;
	position:relative;
}

#footer_blue {
	width:100%;
	border-top:5px solid #FFcc00;
	border-bottom:0px;
	color: #ffffff;
	text-align:center;
	position:relative;
	background-color: #3973AD;
}

#clearheader{
	height:120px;
	}/*needed to make room for header*/

#clearfooter{
	clear:both;
	height:35px;
	}/*needed to make room for footer*/
	
* > html #clearfooter {
	float:left;
	width:100%;
	}/* ie mac styles */
	
div,p  {margin-top:0}/*clear top margin for mozilla*/

* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE\'s 3 pixel jog */

#centrecontent {
	position:relative;
	padding: 5px 5px 5px 5px;
	z-index:1
	}
	
html > body  #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-52px;} /*safari wrapper thanks to Tim Connor*/

* html #fix {width:100%;overflow:hidden;}

a:link  {
 	color : #0000ff;
 	text-decoration : none;	
}

a:visited  {
 	color : #0000ff;
 	text-decoration : underline;
}

a:hover { 
	font-family:verdana, arial, helvetica, sans-serif;
	color:red;
 	text-decoration : underline;
	}

h1 { 
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 2em;
	text-align: center;
	font-weight: normal;
	margin-bottom: 0;
	}

h2 { 
	font-size: 1.2em;
	font-family:verdana, arial, helvetica, sans-serif;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
	}

h3 { 
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	font-weight: normal;
	margin-top: 0;
	}

.verticaltext {
	writing-mode: tb-rl;
	filter: flipv fliph;
}

table, td {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1em;
	overflow: auto;
} 

.buttonscontainer {
	width: 120px;
	}
	
.buttons a {
	background-color: #FFFFFF;
	width: 100%;
	padding: 2px;
	display: block;
	border-bottom: 1px solid #F3F3F3;
	text-decoration: none;
	text-align: left;
	}
	
.buttons {
	background-color: #FFFFFF;
	width: 100%;
	display: block;
	border-bottom: 1px solid #F3F3F3;
	text-decoration: none;
	text-align: left;
	}

.buttons a:hover {
	background-color: #F3F3F3;
	text-decoration: none;	
	}
	
.sections a {
	background-color: #008000;
	color: #FFFFFF;
	width: 100%;
	display: block;
	text-decoration: none;
	text-align: left;
	}
	
.sections {
	background-color: #008000;
	color: #FFFFFF;
	width: 100%;
	padding: 2px;	
	display: block;
	text-decoration: none;
	text-align: left;
	}

.sections a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.sections a:visited {
	color: #FFFFFF;
	text-decoration: none;	
	}
	
/* Horizontal navigation */

#nav {
	width:100%;
	height:20px;
	background-color: #333333;
	}
	
#nav ul {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 3px 0px 3px 0px;	
	background-color: #333333;
	}

#nav ul li { 
	display: inline;
	padding: 3px 0px 3px 0px;
	}

#nav ul li a{ 
	color: #ffffff; text-decoration: none;
	padding: 3px 5px 3px 5px;	
	}

#nav ul li a:hover	{ 
	background-color: #666666;
	color: #FFCC00;
	padding: 3px 5px 3px 5px;
	}

.navright {
	color: #ffffff;
	float: right;
	}

.navleft { 
	float: left;
	}

#banner {
	padding:2px;
	height:96px;
	background: url(http://www.vojska.info/gallery/world-war-2/logo-ww2-eng.jpg);
	overflow:hidden;
	vertical-align: middle;
	text-align: right;
	}

// by luka
	#rightcontent {padding-left: 5px; padding-right: 5px;}
	#userbox {background-color: #3973AD; color: white;}
	#userbox a {color: white; font-weight: bold;}