html, body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: "Bookman Old Style";
	color: #474747;
	font-size: 12px;
}

#layout {
	margin: 0 auto;
	width: 900px;
}

#left {
	float: left;
	width: 200px;
}

#left-top {
	float: left;
	width: 200px;
}

#logo {
	float: left;
	width: 200px;
	height: 172px;
	background: url('../image/logo2.gif');
}

#language {
	float: left;
	width: 200px;
	height: 29px;
	border-top: 1px solid #7F7F7F;
	border-bottom: 1px solid #7F7F7F;
	font-weight: bold;
	font-size: 12px;
}

#language p {
	margin-left: 12px;
	margin-top: 7px;
}

#language p a {
	color: #474747;
	text-decoration: none;
}
#language p a:hover {
	color: #EF6868;
	text-decoration: none;
}

#menu_left {
	float: left;
	width: 200px;
	background: #F3F3F3;
	border-bottom: 1px solid #7F7F7F;
}

#menu_left ul {
	margin-top: 16px;
	margin-bottom: 16px;
	list-style-type: none;
	margin-left: 0px;
}

#menu_left ul li {
		margin-left: -28px;
		margin-left: 12px !ie7;
}

#menu_left ul li a {
	color: #474747;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#menu_left ul li a:hover, #menu_left ul li a#active_main_menu {
	color: #EF6868;
	font-weight: bold;
	text-decoration: none;
}

#info {
	float: left;
	width: 200px;
	border-bottom: 1px solid #7F7F7F;
	font-size: 11px;
}

#info p {
	margin-top: 12px;
	margin-left: 7px;
	margin-bottom: 12px;
}

#right_top {
	position: absolute;
	left: 201px;
	width: 700px;
	height: 142px;
}

#main {
	line-height: 130%;
}

#footer {
	float: left;
	margin-top: 50px;
	width: 900px;
	font-size: 8px;
	text-align: right;
	border-top: 1px solid #7F7F7F;
}

#footer a {
	color: #474747;
	text-decoration: none;
}

#footer a:hover {
	color: #EF6868;
	text-decoration: none;
}


