@font-face {
	font-family: ENFont;
	src: url("ChopinScript.otf");
}

body, a, ul, li, p, span {
	padding: 0; 
	margin: 0;
	text-decoration: none;	
	font-size: 18px;
}
body {
	background: white;
	text-align: center;
	color: #785D56;
	font-family: 'Lobster', cursive;
}
body h1 {
	font-family: ENFont;
}
ul {
	list-style: none;
}
a {
	color: #785D56;
}
img {
	border: none;
}
.wrapper {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.content {
	width: 800px;
	float: left;
}
.menu {
	width: 200px;
	position: fixed;
	top: 140px;
	right: 50%;
	margin-right: -520px;
}
.top_bg {
	background: white url("../images/scroll_head_new.png") no-repeat;
	width:800px;
	height: 232px;
}
.top_bg_backward {
	display: none;
	background: white url("../images/head_backward.gif") no-repeat;
	width:800px;
	height: 232px;
	margin-bottom: 0;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -505px;
	overflow: hidden;
}
.top_bg_forward {
	display: none;
	background: white url("../images/head_forward.gif") no-repeat;
	width:800px;
	height: 232px;
	margin-bottom: 0;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -505px;
	overflow: hidden;
}
.footer_bg {
	background: white url("../images/scroll_end.png") no-repeat;
	width: 800px;
	height: 233px;
}
.footer_bg_up {
	background: white url("../images/backward.gif") no-repeat;
	width: 800px;
	height: 233px;
	margin-top: 0;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -505px;
	overflow: hidden;
	display: none;
}
.footer_bg_down {
	background: white url("../images/forward.gif") no-repeat;
	width: 800px;
	height: 233px;
	margin-top: 0;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -505px;
	overflow: hidden;
	display: none;
}
.content_bg {
	background: url("../images/scroll_new.png") repeat-y;
	clear: both;
	overflow: hidden;
	min-height: 400px;
	margin-bottom: 0px;
	z-index:10;
}
.top {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}
.logo {
	font-size: 22px;
	font-weight: bold;
	margin-left: 80px;
	float: left;
}
.languages ul {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
.languages ul li {
	float: left;
	margin-right: 10px;
}
.languages ul li a {
	color: white;
	font-weight: normal;
	background: #ccc;
	padding: 2px 3px;
}
.languages ul li a.selected {
	background: #BE4C54;
}
.text {margin: 20px 40px; clear: both; overflow: hidden; padding-bottom: 50px; padding-left: 40px; padding-right: 40px;}
.page {clear: both; overflow: hidden; padding: 20px 0; border-bottom: 1px solid #fafafa; margin-bottom: 20px;}
.page h3 {
	font-size: 28px;
}
.idea {font-size: 22px; text-align: center; clear: both; overflow: hidden; padding: 10px; border: 1px solid #fafafa; border-radius: 5px; }
.news {
	margin-bottom: 20px; margin-top: 20px;
	clear: both;
	overflow: hidden;
}
.news .news_item {
	border: 1px solid #fafafa;
	margin-bottom: 20px;
	padding: 10px;
	clear: both;
	overflow: hidden;
}
.news .news_item h2 {
	margin-top: 0;
}
h1 {
	font-size: 40px;
	margin-top: 10px;
}
.comment_form {
	display: none;
	text-align: center;
	border: 1px solid #fafafa;
	border-radius: 3px;
	clear: both;
	padding: 10px 0;
	overflow: hidden;
}
.comment_form p {
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}
.comment_form label {
	width: 100px;
	margin-left: 100px;
}
.comment_form input, .comment_form label {
	float: left;
	text-align: left;
	margin-right: 10px;
} 
.comment_form input, .comment_form textarea {
	width: 300px;
	border: 1px solid #fafafa;
	border-radius: 3px;
}
.comment_form textarea {
	height: 100px;
	float: left;
}
.comment_form input[type=submit] {
	width: auto;
	float: right;
	margin-right: 100px;
	background: white;
}
.comment {
	margin-bottom: 20px;
}
.comment p {
	font-size: 14px;
}
.comment_date, .comment_name { margin-right: 10px; font-size: 18px;}
.search {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
.search input[type=text] {
	width: 100px;
	float: left;
	margin-right: 10px;
	background: #fafafa;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 2px 0;
}
.search input[type=submit] {
	width: 80px;
	background: #ccc;
	color: white;
	border: 1px solid #999;
	border-radius: 3px;
	cursor: pointer;
}
.highlighted {
	background: yellow;
	padding: 0 5px;
	border-radius: 3px;
}
.document {
	margin-bottom: 20px;
}
.document a{
	text-decoration: underline;
	background: url("../images/document.png") no-repeat 0 50%;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	display: block;
}
.secure {
	padding-left: 10px;
	font-size: 12px;
}
.menu_links li.secure a {
	font-size: 16px;
}
span.error_msg {
    clear: both;
    color: #FF0000;
    float: left;
    font-size: 12px;
    margin-left: 210px;
    overflow: hidden;
}
.additional_news {
	display: none;
}
.show_all {
	float: right;
	display: block;
	clear: both;
	overflow: hidden;
}
.hide_all {
	float: right;
	display: none;
	clear: both;
	overflow: hidden;
}
.bottom_connector {
	background: url("../images/scroll_30px.png") no-repeat bottom left;
	height: 29px;
}
#search-button {
	font-family: 'Lobster', cursive;
}
#fallr-wrapper, #fallr-wrapper * {
	font-family: 'Lobster', cursive !important;
}
.additional_news .news_content {
	display: none;
}
#fallr-wrapper {
	background: url("../images/scroll_sign_in.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border: 0 !important;
	box-shadow: none !important;
	padding-bottom: 30px !important;
	min-height: 380px;
}
#fallr {
	padding-left: 50px !important;
	z-index: 100;
}
#fallr input[type="submit"] {
	float: left;
	margin-left: 20px;
}
#fallr-buttons {
	bottom: 50px !important;
	right: 40px !important;
}
#fallr-icon {
	display: none !important;
}
#fallr h4 {
	margin-top: 15px;
}
#fallr-buttons a {
	z-index: 110;
}