body {
	color: #c4b386;
	background-color:#c4b386;
}
a {
	color:#caa200;
}
a:hover {
	text-decoration:none;
}
#logo {
	position: absolute;
	left:30px;
	top: 20px;
	width:618px;
	height:63px;
}
#langs a {
	display:block;
	float:left;
	margin-right:25px;
}
#langs a:hover {
	background-position:0px -11px;
}
#langs .active {
	background-position:0px -11px;
}
#langs .lv {
	width:52px;
	height:11px;
	background-image:url(../../images/paris/lv.gif);
	background-repeat:no-repeat;
}
#langs .en {
	width:46px;
	height:11px;
	background-image:url(../../images/paris/en.gif);
	background-repeat:no-repeat;
}
#langs .fr {
	width:54px;
	height:11px;
	background-image:url(../../images/paris/fr.gif);
	background-repeat:no-repeat;
}
#langs .ru {
	width:74px;
	height:11px;
	background-image:url(../../images/paris/ru.gif);
	background-repeat:no-repeat;
	margin-right:0px;
}