@charset "UTF-8";
/* CSS Document */

body {
	height: 100%;
	width: 100%;
	margin: 0px;
}

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Geneva, sans-serif;
}
h1 {
	font-size: 14px;
	color: #333;
}
h2 {
	font-size: 12px;
	color: #666;
}
h3 {
	font-size: 10px;
	color: #949C9E;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
h4 {
	font-size: 8px;
	color: #999;
	text-decoration: none;
}

#headerbox {
	height: 96px;
	width: 100%;
	float: left;
	background-color: #000;
	left: 0px;
	top: 0px;
}

#bodybox {
	width: 100%;
	float: left;
	left: 0px;
	top: 0px;
}
#footerbox {
	height: 340px;
	width: 100%;
	float: left;
	background-color: #000;
	left: 0px;
	top: 0px;
}

#headerhigh {
	height: 96px;
	width: 800px;
	background-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	float: left;
	height: 70px;
	width: 400px;
}

#menutop {
	width: 400px;
	height: 70px;
	float:left;
}

#menutop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menutop li {
	float: left;
	width: 80px;
	height: 70px;	
}

#menutop li a {
	display: block;
	width: 80px;
	;
	height: 50px;
	background-image:url(../images/menunew.jpg);
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding-top: 20px;
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
}

#menutop li a:hover {
	background-image:url(../images/menunewhover.jpg);
	background-repeat: no-repeat;
}

#language {
	height: 20px;
	width: 70px;
	padding-left: 730px;
	float:left;
	padding-top: 3px;
	padding-bottom: 3px;
}

#body {
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#bodysx {
	float: left;
	width: 450px;
	padding-right: 50px;
	text-align: justify;
	background-image: url(../images/back_body_sx.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-bottom: 30px;
}
#bodybox #body #bodysx ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333;
}

#comments {
	float: left;
	width: 460px;
	padding-right: 40px;
	padding-bottom: 10px;
}

#bodydx {
	float: left;
	width: 200px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-right: 50px;
	padding-left: 50px;
	text-align: justify;
	background-repeat: repeat-y;
	margin-bottom: 30px;
	background-image: url(../images/back_body_dx.jpg);
	margin-top: 10px;
}

#footer {
	width: 800px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
	background-color: #000;
	height: 340px;
	margin-right: auto;
	margin-left: auto;
}

#footer1 {
	float: left;
	height: 260px;
	width: 200px;
	background-image: url(../images/footerline.png);
	padding-top: 10px;
	background-repeat: no-repeat;
}
#footer a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #C6C6C6;
	text-decoration: none;
}
#footer2 {
	float: left;
	height: 260px;
	width: 160px;
	background-image: url(../images/footerline.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#footer3 {
	float: left;
	height: 260px;
	width: 160px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/footerline.png);
	background-repeat: no-repeat;
}
#footer4 {
	float: left;
	height: 260px;
	width: 160px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-color: #000;
}
#footer5 {
	float: left;
	width: 760px;
	text-align: center;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #000;
	height: 70px;
}
#footer a:hover {
	color: #F00;
	text-decoration: none;
}
#footer h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #DFE5DF;
	text-decoration: none;
}
#bodybox a {
	color: #F00;
	text-decoration: none;
}
