html, body {height:100%; }
body {
	margin:0;
	padding:0;	
	background: #03193e url(img/bodybg.jpg) no-repeat fixed;
	color:#ecf5f6;	
}

	
/*----- boxes -------------------------*/
.clearer {clear:both;height:150px; width:100%; }


.bodybox {	
	width:100%;
	height:100%;	
	margin: 0 0;
	text-align: left;

}

#leftbox {
	width:32%;
	max-width:400px;
	height:70%;
	position:fixed;
	display:table;
	padding:0;
}
.mainbox {	width:60%; margin-left: 35%; position:absolute; top:0px;}


#menu {
	height:100%;
	display:table-cell;
	vertical-align: middle; 
	max-width:400px;	
	text-align:right;
	z-index: 1000;
}


.contentbox {float:left; width:70%; }
.contentbox .inner { margin: 80px 0 80px 0;  }
.mainbox #contentwide {float:left; width:90%;}

.rightbox {float:right;  width:28%; max-width:250px;}
.rightbox .inner { margin: 100px 0 0 0;}

.rightbox .inner h2 { margin:5px 0 0 0; line-height: 120%; font-size:14px; }
.rightbox .inner h3 { margin:5px 0 0 0; line-height: 120%; font-size:12px; }
.rightbox .inner p { margin:0 0 5px 0; 	line-height: 130%; font-size:11px; }





.footer {width:100%; height:150px; position: fixed; left: 0px;	bottom: 0px; background: transparent url(img/footer.png) repeat-x; pointer-events: none;	}
.footer .inner { width:35%; max-width:400px;  margin:80px 0 0 30px;  font-size:11px; color:#839cc3; }
.footer .inner a {text-decoration: none; color:#aec0db ! important;}



#menuswitch {display:none; position:fixed; left:0; top: 30%;}
#menu a {
	width:200px;
	display:block;	
	color: #000;
	text-decoration: none;
	padding:3px 10px 3px 0;
	margin:0 10px 0 auto ;	
	text-shadow: 0px 0px 4px #fff;
/* #fc76f8 */
	font-size:10px;
	word-wrap: break-word;
}

#menu .level0 {font-size:12px; padding:10px 10px 10px; }
#menu .level1 {font-size:11px; padding:6px 10px 6px; }


#menu a.menu-current {color: #fc76f8; font-weight: bold; padding:10px 10px 10px 0; background: transparent url(img/mbg.png) no-repeat right top;}
#menu a:hover {color: #fff; text-shadow: none; background: transparent url(img/mhbg.png) no-repeat right top;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*Extras   */
.mod_topic_loop img.tp_thumb {max-width: 25% ! important;}
.topic_block2 img.tp_pic {max-width: 100% ! important;}
