body {
	margin:10px 0 0 0;
	background-color:#831d05;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
img {
	border:0;	
}

#page {
	position:relative;
	width:100%;
    text-align: center;
}
#center-wrapper {
	position:relative;
	width:760px;
	margin:0 auto;
	background:#e5ba0d;
}
#center {
	position:relative;
	margin:0 -12px 0 -12px;
}



#top {
	height:80px;
	margin:0 0 20px 0;
	background:url("../../images/pattern.gif") bottom repeat-x;	
}
#header {
	position:relative;
	text-align:left;
	height:35px;
	margin:0 20px 0 5px;
	background:url("../../images/top-bg-cn.gif") right no-repeat;	
}
#langnav {
	position:absolute;
	top:33px;
	left:5px;
	height:40px;
}
#langnav div{
	float:left;
}
#langnav a:hover {
	color:#d5000f;
}


#bottom {
	position:relative;
	height:30px;
	margin:20px 0 0 0;
	background:url("../../images/pattern.gif") top repeat-x;
	clear:both;	
}

#content {
	margin-left:171px;
	width:537px;
	text-align:left;
}

#index {
	position:absolute;
	height:431px;
	width:265px;
	left:50%;
	margin-left:-132px;
	background-image:url("../../images/index/home-accikl.gif"); 
}
#indexlangnav {
	position:absolute;
	top:379px;
	left:44px;
	height:15px;
}
#indexlangnav div{
	float:left;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	margin-right: 20px;
	margin-left: 10px;
text-align: justify;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	margin-right: 20px;
	margin-left: 10px;
}


p.left {
	text-align:left;
}
p.justify {
	text-align:justify;
}
ul {
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	margin-right: 20px;

}


h1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin:10px 20px 15px 0;
}
h2 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin:10px 20px 15px 10px;

}

a:link {
	font-size: 11px;
	font-style: normal;
	color: #990000;
	text-decoration: none;
}
a{
	font-size: 11px;
	font-style: normal;
	color: #990000;
	text-decoration: none;
}
.photo {
	margin: 5px;
}
.up {
	font-size:8px;
	vertical-align: text-top;	
}


/*menu*/
#menu {
	float:left;
	position:relative;
	left:0;
	width:165px;
	background-image:url("../../images/menu/menubgrd.gif") bottom no-repeat;
	text-align:left;
}
#menu ul {
	width:100%;
	margin:0;
	padding:0;
       list-style:none;
}
#menu li {
	position:relative;
	background:#dfb111;
	margin:2px 0 2px 2px;
	padding:0 5px 0 5px;
}

#menu li:hover {
	background:#f7c209;
}
#menu img {
	position:relative;
	margin:0 auto 0 auto;
}
#menu a, #langnav a {
	font: bold 9pt Trebuchet MS, sans-serif;
	color:#000000;
	text-decoration:none;
}

#logo {
	margin:5px 0;
}



/*Corners*/
.bl {background: url(../../images/bl.gif) bottom left no-repeat;position:relative;}
.br {background: url(../../images/br.gif) bottom right no-repeat;position:relative;}
.tl {background: url(../../images/tl.gif) top left no-repeat;position:relative;}
.tr {background: url(../../images/tr.gif) top right no-repeat;padding:12px;position:relative;}

fieldset {
	border:1px solid black;
}

.clear {
	clear:both;
}