/* 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) #99182c;
}
		
#container {
		margin-left:auto;
		margin-right:auto;
		width:825px; 
		min-height:100%;
		text-align:left;
		background:url(../img/main_bg.png) repeat-y right top;
        position:relative;
		}
#content{
	margin-left:225px;
}

/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:720px;w\idth:718px;}
* html body{font-size:xx-small;f\ont-size:x-small}
/* end hack */ 
#header {
height:210px;
width:100%;
background:url(../img/header.png);

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

#sidebar {
float:left;
width:177px;
padding-right:30px;
}

#footer	{
position:absolute;
bottom:0;
width:100%;
background:#fff url(../img/footer.png);
height:50px;
color:#527d35;
text-transform:uppercase;
}
#footer_text{
	font-size:x-small;
	margin-top:32px;
	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-top:160px;
margin-right:15px;
}

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


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

