body {
	font-family:  arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color: #FFFFFF;
	/*overflow: -moz-scrollbars-vertical; */
}

a {

	text-decoration:underline;
	color: #000000;

}
a:hover {
	text-decoration: overline;
	color: #000000;

}
a:visited { 
	text-decoration: striketrue;
	color: #000000;
}

h3.main{
	width:420px;
	font-size: 32px;
	margin: 0 0 20px 0;
}

h4{
	font-size: 21px;
}

img {
	border: 0px;
}

img.left{
	float:left;
}

#title{	
	top:0px;
	width:400px;
	height: 100px;
	vertical-align:top;
	border:1px solid red;
}

#print{
	position: absolute;
	width:25px;
	right: 	10px;
	top:	7px;
	z-index: 3;
}

#bglayer {
	position: relative;
	background-color: #FFFFFF;
	top:	15px;
	margin: 0 auto;
	width: 1000px;
	height: 600px;
}

#main_menu{
	position: absolute;
	left: 10px;
	top:0px;
	width: 180px;	
	padding-top: 0px;
	border-top: 1px solid black;
	z-index:2;
}

#main_content{
	position: absolute;
	left: 210px;
	top:0px;
	width: 450px;	
	border-top: 1px solid black;
	z-index:2;
}

#main_content p br:first-child{
	display:none;
}

#article_img{
	display: block;
}

.floating_left_img{
	float:left;
	margin-right: 8px;
}

#bgline{
	position:absolute;
	top:0px;
	left:189px;
	z-index:1;
}

/********** MAIN MENU **********/

#language_container a{
	text-decoration:none;
	font-weight: bold;
}

#vm_xml_menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#vm_xml_menu a{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}

#vm_xml_menu .child_container{
	display:none;
	margin-left:10px;
}

#vm_xml_menu .child_container{
	font-weight:bold;
}
#vm_xml_menu .child_container a{
	font-weight:normal;
	width:130px;
}

#vm_xml_menu a:hover{
	color:#666666;
}

#vm_xml_menu a.menu_edit{
	color: #006600;
}

#vm_xml_menu a.menu_delete{
	color:#FF0000;
}

#vm_xml_menu ul{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
	margin-top:2px;
	margin-bottom:2px;
}

#vm_xml_menu li{
	list-style-type:none;
	margin-top:2px;
	margin-bottom:2px;
}

#vm_xml_menu ul.category{
	margin: 7px 0 22px 0;
}

/* hack to fix xhtml standard`s mandatory li elements in ul elements:
  the first li element in a #vm_xml_menu ul element is always a dummy and shouldn't
  be displayed */
  
#vm_xml_menu li:first-child{
	display:none;
}

#vm_xml_menu .active{
	display:block;
	background-color:#FFFF00;
}

/************ VISUAL MENU *********/

#visual_menu{
	position: absolute;
	left: 680px;
	top: 0px;
	width: 260px;
	padding: 5px 0 0 0;
	margin:0;
	border-top: 1px solid black;
	z-index:2;
}

#visual_menu div{
	margin: 10px 0 0 0;
	padding: 0;
	height:89px;
}

#visual_menu div:hover{
	background-color: #FFFF00;
}

#visual_menu img{
	padding:0;
	margin:0;
	border:none;
	height:89px;
}

#visual_menu h3.visual_menu_name{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#visual_menu a{
	color:#000000;
	text-decoration: none;
}

#visual_menu .visual_menu_subhead{
	color:#000000;
	font-weight: bold;
	margin: 18px 0 -8px 0;
	height:18px;
}

#visual_menu .visual_menu_txt{
	font-weight:bold;
	vertical-align: top;
	margin: 0 0 0 5px;
	padding:5px;
}

#visual_menu .active{
	background-color:#FFFF00;	
}


/********MOVIE PLAYER *******/

#movie{
	position:relative;
	width:448px;
	height:336px;
}
