body {
	background:#f0f0f0;
	font-family: Arial, sans-serif;
	font-size:11px;
	text-decoration: none;
	color:#525252;
}

#global {
	position:absolute;
	background:none;
	width:830px;
	left:50%;
	margin-left:-415px;
	top:0;
}

#pictures{
	float:left;
	background:url(../visual/structure/pictures.jpg) no-repeat;
	width:370px;
	height:180px;	
}

#header{
	float:left;
	width:100%;
	height:95px;
	background:url(../visual/structure/bg.jpg) repeat-x;
}

#logo{
	float:left;
	background:url(../visual/structure/logo.jpg) no-repeat;
	width:553px;
	height:95px;
}

h2{
	font-size:16px;
}

h3{
	font-size:13px;
}

#language{
	float:right;
}

#language_txt{
	margin-right:10px;
	margin-top:50px;
}

#language_txt a{
	text-decoration:none;
	color:#F93;
}

#language_txt a:hover{
	text-decoration:underline;
}

#contener{
	float:left;
	width:100%;
	background:#fff;
	padding-bottom:15px;
	margin-top:-8px;
}

#contener-down{
	float:left;
	width:100%;
	height:13px;
	background:url(../visual/structure/bottom-bg.jpg) repeat-x;
}

#left{
	float:left;
	width:290px;
	height:100%;
}

#right{
	float:left;
	width:510px;
	height:100%;
	margin-top:10px;
	margin-left:5px;
	text-align:justify;
}

#footer{
	float:left;
	width:100%;
	height:25px;
	background:url(../visual/structure/footer.jpg) repeat-x;
}

#sub_menu{
	float:left;
	margin-left:10px;
	margin-top:10px;
	width:267px;
}

#sub_menu_title{
	background:url(../visual/structure/left-title.jpg) no-repeat;
	width:267px;
	height:32px;
	float:left;
}

#sub_menu_title_txt{
	float:left;
	margin-left:10px;
	margin-top:8px;
	width:200px;
	color:#fff;
	font-size:14px;
	font-weight:bolder;
}

#sub_menu_items{
	float:left;
	width:263px;
	border:#ccc solid 1px;
	margin-left:1px;
	padding-top:10px;
}

#sub_menu_items li{
	list-style-image:url(../visual/structure/red_arrow.jpg);
}

#sub_menu_items a{
	color:#c66269;
	text-decoration:none;
	font-weight:bolder;
	font-size:12px;
}

#sub_menu_items a:hover{
	color:#7b2025;
	text-decoration:underline;
}

#sub_menu_items a.current{
	color:#7b2025;
	text-decoration:underline;
}


#sub_menu_moreinfo{
	background:url(../visual/structure/more_info.jpg) no-repeat;
	width:267px;
	height:37px;
	float:left;
}

#sub_menu_block{
	float:left;
	width:267px;
	height:25px;
	background:url(../visual/structure/more_info_block.jpg) no-repeat;
}

#sub_menu_block2{
	float:left;
	width:267px;
	height:27px;
	background:url(../visual/structure/more_info_block2.jpg) no-repeat;
}

#sub_menu_block_txt{
	float:left;
	margin-left:10px;
	margin-top:4px;
	width:200px;
	font-size:11px;
}

#sub_menu_block_txt a{
	color:#fff;
	text-decoration:none;
	font-weight:bolder;
}

#sub_menu_block_txt a:hover{
	text-decoration:underline;
}

a{
color:#a12020;
text-decoration:none;
}

a:hover{
	color:#C33;
	text-decoration:underline;
}