body {
		background-image: url('/images/layout/bodybgr.jpg');
		background-repeat: repeat-x;
		background-position: top center;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Arial;
    font-size: 70%;
}

#brdr {
  margin: 0px auto;
  text-align: left;
  width: 900px;
/*  overflow: auto; */
}

#header {
	background-image: url('/images/layout/header.jpg');
	background-repeat: no-repeat;
	background-color: #eeffff;
	margin: 0px auto;
	width: 900px;
	height: 90px;
	clear: both;
}

#header #headright {
	float: right;
}

#header #headright #langs {
	float: right;
	height: 20px;
	visibility: hidden;
}

#search {
	background-image: url('/images/layout/search.jpg');
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 900px;
	height: 60px;
	clear: both;
}

#subsearch {
	padding-left: 20px;
	background-color: #ffd093;
	border: 1px solid #eb3e02;
	border-top: none;
	height: 40px;
	line-height: 35px;
	clear: both;
}

#subsearch #tip {
	font-weight: Bold;
	width: 50px;
	float: left;
}

#subsearch #reftips {
	float: left;
}

#menu, #footer {
	background-image: url('/images/layout/menu.jpg');
	background-repeat: no-repeat;
	background-color: #0B5DA7;
	padding: 5px;
	height: 34px;
	line-height: 34px;
	margin: 0px auto;
	clear: both;
}

#footer {
	border: 1px solid #D04D00;
	background-color: #FF6B19;
	color: white;
	text-align: center;
	padding-right: 20px;
}

#subfooter {
	margin-bottom: 20px;
	padding: 1px;
}

#submenu {
	background-image: url('/images/layout/submenu.jpg');
	background-repeat: no-repeat;
	background-color: #ffeedd;
	margin: 0px auto;
	padding: 0px 20px 0px 10px;
	width: 920px;
	height: 51px;
/*line-height: 52px;*/
	clear: both;
	overflow: auto;
}

#menu #search {
	margin-left: 22px;
	margin-top: 2px;
	width: auto;
	float: left;
}

#left {
	background-image: url('/images/layout/left.jpg');
	background-repeat: no-repeat;
	background-color: White;
	width: 200px;
	min-height: 430px;
	float: left;
}

#main {
	width: 660px;
	min-height: 760px;
	margin: 10px 20px;
	overflow: auto;
	float: left;
}

#right {
	margin-top: 10px;
	border: 1px solid #D04D00;
	width: 198px;
	min-height: 760px;
	float: left;
}
