body {
	background : #fff url(../pictures/bg_main.jpg) repeat-x;
	margin : 0;
	padding : 0;
}
/* ==========================layout itself===================================== */
#header {
	position: relative;
	width: 800px;
	height: 203px;
	margin: 0 auto;
	padding: 0;
	background : transparent url(../pictures/header.jpg) no-repeat;
}
#nav {
	position: absolute;
	bottom: 7px;
	right: 60px;
	width: 329px;
	height: 50px;
	padding: 0;
	margin: 0;
}
#nav_content {
	width: 350px;
	margin: 10px 0 0 0;
	padding: 1px 3px 1px 6px;
	border-left: 3px solid #333;
	background-color: #efefef;
}
#content {
	width: 650px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	border-bottom: 2px solid #ddd;
}
#footer {
	font: normal 11px arial;
	color: #a19e86;
	text-align: right;
	width: 600px;
	margin: 0 auto;
	padding: 0 50px 25px 0;
}
#lang {
	text-align: right;
	margin: 0 0 0 0;
	padding: 6px;
}
#lang ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#lang ul li{
	display: inline;
	width: 30px;
	height: 20px;
	margin: 0;
	padding: 0px;
	list-style: none;

}
#lang ul li img{
	width: 24px;
	height: 13px;
	margin: 2px;
	padding: 0px;
}

/* ============================content=================================== */
#content h1 {
	font: normal 22px 'Lucida Grande', 'Luxi Sans',  Lucida, 'Lucida Sans Unicode', sans-serif;
	margin: 0 0 30px 0;
	padding: 40px 0 0 0;
	border-bottom: 2px solid #660000;
	color: #660000;
}

#content p {
    	font: normal 13px arial, verdana, tahoma, sans-serif;
    	color: #333;
	margin: 10px 0 0 0;
	line-height: 23px;
	padding: 0 8px  20px 8px;

}
.images {
	font: bold italic 13px arial, verdana, tahoma, sans-serif;
	width: 600px;
	margin: 0 auto;
	color: #333;
	padding : 0;
	text-align: center;
}
.images img {
	margin: 15px;
	padding: 0;
	border: 2px solid #000;
}
img {
	margin: 10px;
	padding: 0;
	border: 1px solid #000;
}
.clear {
	clear: both;
}
/* ============================Hyper Links(all)=================================== */
span {
	height: 50px;
	display: block;
	background: transparent;
}
ul#tabs {
	height: 50px;
	margin : 0;
	padding : 0;
	list-style : none;
}
#tabs li{
	float: left;
	display: block;
}

li#tab_1.active a span, li#tab_1.active a:hover span{
	width: 100px;
	background : transparent url(../pictures/nav.jpg) left 3px no-repeat;
}
li#tab_1 a span{
	width: 100px;
	background : transparent url(../pictures/nav.jpg) -340px 3px no-repeat;
}
li#tab_1 a:hover span{
	width: 100px;
	background : transparent url(../pictures/nav.jpg) left 3px no-repeat;
}

li#tab_2.active a span, li#tab_2.active a:hover span{
	width: 119px;
	background : transparent url(../pictures/nav.jpg) -100px 3px no-repeat;
}
li#tab_2 a span{
	width: 119px;
	background : transparent url(../pictures/nav.jpg) -440px 3px no-repeat;
}
li#tab_2 a:hover span{
	width: 119px;
	background : transparent url(../pictures/nav.jpg) -100px 3px no-repeat;
}

li#tab_3.active a span, li#tab_3.active a:hover span{
	width: 110px;
	background : transparent url(../pictures/nav.jpg) -219px 3px no-repeat;
}
li#tab_3 a span{
	width: 110px;
	background : transparent url(../pictures/nav.jpg) -559px 3px no-repeat;
}
li#tab_3 a:hover span{
	width: 110px;
	background : transparent url(../pictures/nav.jpg) -219px 3px no-repeat;
}

#nav_content dt {
	font: normal 22px 'Lucida Grande', 'Luxi Sans',  Lucida, 'Lucida Sans Unicode', sans-serif;
	margin : 0 0 3px 0;
	padding : 0;
}
#nav_content dd{
	margin: 0;
	padding: 3px  0 7px 30px;
	}
#nav_content a{
	font: normal 16px 'Lucida Grande', 'Luxi Sans',  Lucida, 'Lucida Sans Unicode', sans-serif;
	color: #333;
	text-decoration : none;
}
#nav_content a:hover{
	font: normal 16px 'Lucida Grande', 'Luxi Sans',  Lucida, 'Lucida Sans Unicode', sans-serif;
	color: #990000;
}

a {
	font: normal 13px arial;
	text-decoration : none;
	color : #4a7dff;
}
a:hover {
	font: normal 13px arial;
	color : #333;
}
#footer a {
	font: normal 12px arial;
	text-decoration : none;
	color : #333333;
}
#footer a:hover {
	font: normal 12px arial;
	text-decoration : underline;
	color : #333333;
}