@charset "utf-8";
body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center;
	color: #663300;
	background-color: #cee1df;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 20px;
}
#container {
	width: 964px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
#container  .borderLeft {
	background-image: url(images/sidebar_bg.png);
	background-repeat: repeat-y;
	background-position: left;
}
#container .borderRight {
	background-image: url(images/border_right.png);
	background-repeat: repeat-y;
	background-position: right;
}
#container .cornerTopRight {
	background-image: url(images/corner_top_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#container .borderTop {
	background-image: url(images/border_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 24px;
}
#container .borderBottom {
	background-image: url(images/border_bottom.png);
	background-repeat: no-repeat;
	background-position: 259px bottom;
	padding-bottom: 42px;
}
#container .borderInner {
	background-image: url(images/border_inner.gif);
	background-repeat: repeat-y;
	background-position: 259px;
}
#container .bottomPic {
	background-image: url(images/bottom_left_image.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#logo  {
	height: 373px;
	background-image: url(images/logo_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #6a806c;
	color: #FFFFFF;
}
#logo .header {
	background-image: url(images/logo_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 185px;
}
#logo .body {
	height: 67px;
	background-image: url(images/logo_body.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-right: 32px;
	color: #f6ece1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	/*line-height: 67px;*/
}

#logo .footer {
	background-image: url(images/logo_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 121px;
}
#sidebar {
	float: left;
	width: 259px;
	padding-bottom: 230px;
	font-family: "Times New Roman", Times, serif;
}
#sidebar .textBlock {
	padding-left: 40px;
	padding-right: 20px;
}
#sidebar  .lang  {
	text-align: right;
	padding-right: 15px;
}
#sidebar .lang a {
	color: #506451;
	text-decoration: none;
}
#sidebar ul {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#listMenuRoot a {
	color: #663300;
	text-decoration: none;
}
#listMenuRoot li {
	list-style-type: none;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #663300;
}
#mainContent {
	margin-left: 259px;
	background-image: url(images/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 332px;
	font-size: 12px;
}
#mainContent .text {
	padding-right: 88px;
	padding-left: 30px;

}
#mainContent  h3 {
	font-size: 24px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	padding-bottom: 15px;
}
#mainContent p {
	line-height: 18px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p, h1, h2, h3, ul, li {
	margin: 0;
}
