@charset "utf-8";
/* CSS Document */

body {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	margin: 0 auto;
	text-align: center;
	background: #fff url(../images/bg.jpg) left top repeat-x;
	color: #444;
	line-height: 2em;
}

ol, ul {
	margin: 0;
	padding: 0;
	}

a {
	text-decoration: none;
	}

#wrapper {
	width: 760px;
	margin: 0 auto;
}

#left_head {
	width: 290px;
	float: left;
	overflow: hidden;
}

#logo {
	width: 221px;
	height: 71px;
	flaot: left;
	overflow: hidden;
	margin-top: 69px;
}

#main_menu {
	clear: both;
	float: left;
	margin-top: 80px;
}

#main_menu li {
	clear: both;
	float: left;
	text-align: left;
	list-style: none;
	}

#main_menu a {
	float: left;
	color: #666;
	font-size: 14px;
	padding: 0.5em 1em 0.5em 1.5em;
	background: url(../images/bullet.jpg) left center no-repeat;
}

#main_menu a:hover, #main_menu a.active {
	color: #a46640;
}

#right_head {
	float: left;
	width: 460px;
	overflow: hidden;
}

#language_select {
	clear: both;
	float: right;
	margin-top: 29px;
}

#language_select li {
	display: inline;
	}

#language_select a {
	float: left;
	padding: 0.5em 1em;
	color: #fff;
}
#language_select a img {
	border: none;
	}

#fence {
	width: 458px;
	height: 349px;
	flaot: left;
	overflow: hidden;
	background: url(../images/fence.jpg) left top no-repeat;
}

#fence img {
	float: left;
	margin: 5px auto 5px 22px;
	}

#image_navigation {
	clear: both;
	float: left;
	margin: 0 22px;
}

#image_navigation li {
	display: inline;
	}

#image_navigation a {
	padding: 0.2em 1em;
	float: left;
	color: #a46640;
	border: 1px solid #fff;
	cursor: pointer;
	}

#image_navigation a:hover, #image_navigation a.active {
	border: 1px solid #999;
	color: #666;
}

#bottom_content {
	width: 760px;
	clear: both;
	float: left;
	margin: 20px auto;
	}

#left_content {
	width: 290px;
	float: left;
	margin: 10px 0 10px 0;
	}

#left_content a img{
	clear: both;
	float: left;
	margin: 10px auto;
	padding: 5px;
	border: 1px solid #aaa;
	cursor: pointer;
	}

#right_content {
	width: 450px;
	float: left;
	margin: 10px 0 10px 20px;
	}

#left_title {
	font-size: 14px;
	text-align: left;
	clear: both;
	float: left;
	color: #666;
	font-weight: bold;
	margin: 10px auto;
	}

#left_body {
	clear: both;
	float: left;
	text-align: left;
	font-size: 12px;
	}

#right_title {
	font-size: 14px;
	text-align: left;
	clear: both;
	float: left;
	color: #000;
	font-weight: bold;
	margin: 10px auto;
	width: 450px;
}

#right_content table {
	width: 100%;
	font-size: 10px;
	border: none;
	}

#right_body {
	clear: both;
	float: left;
	text-align: left;
	font-size: 14px;
}

#left_content li{
	list-style: none;
	float: left;
	width: 95%;
	text-align: left;
	}

#left_content li a {
	padding: 0.5em 1em;
	font-size: 14px;
	clear: both;
	float: left;
	color: #00b4ff;
	width: 90%;
	border-bottom: 1px dotted #aaa;
	text-decoration: none;
	}

#flash {
	clear: both;
	float: left;
	padding: 5px;
	border: 1px solid #aaa;
	}

