body{
	background: #EDEADE url("../images/bg.png") no-repeat top center;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}  


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

 
p{
	margin: 0 0 10px 0;
}


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


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

a:visited{
	color: #B69989;
}


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


div#head{
	height: 125px;
}

img.logo{
	width: 287px;
	height: 96px;
}


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


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



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



div#inner{
	padding: 15px 15px 20px 25px;	
	
}



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


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;
}


div#head ul li a,
div#foot ul li a{
	text-decoration: none;
	color:#000;
	display: block;
	background: transparent url("../images/sep.gif") no-repeat 25px center;
	padding-left: 50px;
}

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


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



div#foot ul{
	width: auto;
	margin-top: 3px;	
}
div#foot ul li a{
	background: transparent url("../images/sep.gif") no-repeat 20px center;	
	padding-left: 40px;	
}


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;}
