body{
	/*background: #EBEEF7 url("../images/bg2.png") no-repeat top center;*/
	background: #E8ECF6 url("../images/bg2.png") no-repeat top center;
	
	
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;	
	padding-bottom: 30px;
}  


h1,h2,h3,h4,h5,h6{
	font-size: 13pt;
}  

 
p{
	margin: 0 0 20px 0;
}


a{
	color: #A77055;
	text-decoration: none;
}


a:hover{	
	color: #A77055;	
	text-decoration: underline;
}

a:visited{
	color: #B69989;
}


.small{
	font-size:10px;
}

div#main{
	margin-left: auto;
	margin-right: auto;
	width: 812px;
}


div#head{
	height: 176px;
}


img.logo{
	width: 350px;
	height: 145px;
}
div#ie8 img.logo{
	height: 149px;
}


div#content{
	height: 396px;
	background-color: #232323;
	text-align: left;	
	color:#fff;
}


div#left{
	float: left;
	width: 412px;	
	height: 396px;	
	overflow: hidden;	
}



div#right{
	float: right;
	width: 400px;
	background-color: #232323;
	height: 396px;	
	overflow: auto;
}



div#inner{
	padding: 40px 40px 20px 40px;	
	
}



body#front div#inner{
	padding: 40px 40px 30px 40px;	
}


div#foot{
	position: relative;	
}


div#head ul,
div#foot ul{
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 95%;	
	margin-top: 3px;
	clear: both;
	white-space: nowrap;
}


div#head ul li,
div#foot ul li{
	float: left;
	text-transform: uppercase;
	font-weight: bold;	
	line-height: 25px;	
	white-space: nowrap;
	background: transparent url("../images/sep.gif") no-repeat 45px center;
	padding-left: 90px;	
}

div#english div#head ul li{
	background: transparent url("../images/sep.gif") no-repeat 37px center;
	padding-left: 74px;	
}


div#head ul li a,
div#foot ul li a{
	text-decoration: none;
	color:#8B0B04;
	display: block;

}

div#head ul li a:hover{
	text-decoration: none;
}


div#head ul li.first,
div#foot ul li.first,
div#english div#head ul li.first{
	background: none;
}



div#foot ul{
	width: auto;
	margin-top: 3px;	
	float: right;
	margin-right: 20px;
}
div#foot ul li a{
	background: none;	

}


div#info{
	clear: both;	
	padding-top: 15px;
	font-size: 14px;
}



div#lang{
	text-transform: uppercase;	
	font-size: 10px;	
	position: absolute;
	right: 0;
	top: 35px;
}

div#lang a{
	color: #000;
}


.align-right{text-align: right;}
.align-left{text-align: left;}
.align-center{text-align: center;}
.align-justify{text-align: justify;}
