html {
	height: 101%;
	margin:0;
	padding:0;
	padding-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background: #554A38 url(pattern_bg.jpg);
	font: 12px/1.4 "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
	padding: 20px 0;
}

/* @font-face { 
    font-family: "Lucida Sans"; 
    src: url("lsans.ttf"); 
} 
.fontLucidaSans { 
    font-family: "Lucida Sans"; 
} */

#outer {
	width: 860px !important;
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
}
#inner {
	background: #554A38;
}

#header {
	padding-top: 15px;
	position: relative;
	background: #554A38;
}
#header_img {
	width: 830px;
	height: 250px;
	margin: 0 auto;
	padding: 5px 0;
	background: #fff;
}

#menu_bar {
	width: 826px !important;
	width: 830px;
	height: 38px;
	margin: 0 auto;
	background: #554A38;
	text-align: left;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#menu_top {
	float: left;
}
#menu_lang {
	float: right;
}
#menu_path {
	clear: both;
	width: 830px;
	height: 20px;
	margin: 5px auto 3px;
	text-align: left;
}

#content {
	width: 830px;
	margin: 0 auto;
}
#left {
	float: left;
	background: #fff;

}
#content_normal {
	min-height: 510px;
	height: auto !important;
  	height: 540px;  /* IE */
	width: 535px;
	margin: 30px;
	text-align: left;
}
#right {
	float: right;
	background: #fff;
}
#menu_right {
	clear: both;
	width: 200px;
	margin: 20px 10px 10px;
	text-align: left;
	padding-bottom: 15px;
	border-bottom: 3px solid #554A38;
}

#content_right {
	clear: both;
	width: 200px;
	margin: 20px 10px 10px;
	text-align: right;
}

#footer {
	clear: both;
	height: 15px;
	margin-top: 15px;
	font-size: 10px;
	color: #000;
	background: #fff;
}

DIV.clear {
        clear: both;
}

/*------------------------------------*/

DIV.mpath_items {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 3px 0 0 4px;
}
DIV.mpath_items a {
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
}
DIV.mpath_items a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
}
DIV.mpath_items a:hover {
	color: #fff;
	text-decoration: underline;
	border-bottom: 0px;
}
DIV.mpath_items a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
}

DIV.mpath_items_act {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 3px 0 0 4px;
}
DIV.mpath_items_act a {
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
}
DIV.mpath_items_act a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
}
DIV.mpath_items_5D5D5Da:hover {
	color: #fff;
	text-decoration: underline;
	border-bottom: 0px;
}
DIV.mpath_items_act a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
}

/*------------------------------------*/

DIV.mright_items {
	width: 200px;
	margin-bottom: 5px;
}
DIV.mright_items a {
	color: #000;
	text-decoration: none;
}
DIV.mright_items a:visited{
	color: #000;
	text-decoration: none;
}
DIV.mright_items a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

DIV.mright_items_act {
	width: 200px;
	margin-bottom: 5px;
}
DIV.mright_items_act a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
DIV.mright_items_act a:visited{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
DIV.mright_items_act a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


/*------------------------------------*/

DIV.mfooter_items {
	float: right;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid #fff;
}
DIV.mfooter_items a {
	display: block;
	padding: 0 5px;
	color: #fff;
	text-decoration: none;
	background: #554A38;
	border-bottom: 0px;
}
DIV.mfooter_items a:visited{
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
}
DIV.mfooter_items a:hover {
	color: #fff;
	text-decoration: none;
	background: #f3970e;
	border-bottom: 0px;
}

DIV.mfooter_items_act {
	float: right;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid #fff;
}
DIV.mfooter_items_act a {
	display: block;
	padding: 0 5px;
	color: #fff;
	text-decoration: none;
	background: #f3970e;
	border-bottom: 0px;
}
DIV.mfooter_items_act a:visited{
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
}
DIV.mfooter_items_act a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
}
