/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
		margin:0;
		padding:0;
}
body {		
		font:small arial, hevetica, sans-serif;
		text-align:center;
		color:#fff;
		background: url(../img/bg.png) #2e517b;
}
		
#container {
		margin-left:auto;
		margin-right:auto;
		width:990px; 
		min-height:100%;
		text-align:left;
        position:relative;
		}
#content{
	margin-left:265px;
	border:1px solid #14243b;
	min-height:538px;
	padding:10px;
}

/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:990px;w\idth:990px;}
* html body{font-size:xx-small;f\ont-size:x-small}
/* end hack */ 
#header {
height:110px;
width:100%;

position:relative;
z-index:2;
overflow:visible;
}
* html #header {height:110px;he\ight:110px}

#sidebar {
float:left;
width:240px;
padding:10px;
background:url(../img/menu_bg.png) repeat-x #173152;
min-height:540px;
}

#footer	{
position:absolute;
bottom:0;
width:100%;
height:50px;
color:#fff;
text-transform:uppercase;
}
#footer_text{
	font-size:x-small;
	text-align:center;
}
#footer p {margin:0;padding:0}
* html #footer {height:51px;he\ight:50px;}
#clearfooter {height:50px;width:100%;clear:both}
.blank , .blank2 {
position:absolute;
left:547px;
width:7px;
height:0px;
overflow:hidden;
}
.blank {top:-1px;}
.blank2 {bottom:-1px;}

.module{
background:transparent;
padding:3px;
}

.module_header{
padding-left:3px;
font-weight:bold;
font-size:11pt;
}

.mininews{
border-bottom:1px dotted #000;
margin:0 0 10px 5px;
}
.mininews h2{
margin:0;
padding:0;
line-height:15px;
font-size:9pt;
color:#2773b7;
}
.mininews a {
color:#004685;
}
.mininews h2 span{
display:block;
font-weight:normal;
font-size:9px;
margin:0;
padding:0;
}
.mininews_body{
font-size:10px !important;
margin-top:10px;
}
.site_languages{
height:25px;
padding:0;
line-height:25px;
float:right;
margin-right:15px;
}

h1{
	color:#fff;
	font-size:18px;
}


a{color:#fff;text-decoration:none;}
a:link{color:#fff;text-decoration:none;}
a:visited{color:#fff;text-decoration:none;}
a:hover{color:#7fb9de;text-decoration:none;}


