*
{
	padding: 0px;
	margin: 0px;
}

body {
	height: 100%;
	
	line-height: 1.4em;
	
	font-family: Arial;
	font-size: 12px;
	color: #000000;

	background-image: url(../img/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	
	text-align: center;
}

html {
	height: 100%;
}

#page {
	margin: 0pt auto;
	min-height: 100%;
	text-align: left;
	width: 900px;
}

* html #page {
	height: 100%;
}

#content {
	min-height: 100%;
	position: relative;
}

#header {
	width: 900px;
	height: 230px;
	position: relative;
	background-image:url(../img/header.png);
	background-repeat:no-repeat;

}

#footer {
	margin: -151px auto 0pt;
	height: 151px;
	background-image:url(../img/footer.png);
	background-repeat:no-repeat;
	width: 900px;
}

.hidden {
	display: none;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

a:hover {
	color: #333;
	border-bottom: none;
}

img {
	border: 0px;
}

#languagebar {
	background-image:url(../img/bg_top.png);
	background-repeat:no-repeat;
	width: 940px;
	position: relative;
	height: 40px;
	margin: 0pt -20px;
}

#languagebar a {
	margin-top: 2px;
	float: right;
	display: none;
}

#main {
	width: 900px;
}

#header h1, #header h2 { display: none; }

#nav {
	position: relative;
	top: 180px;
	list-style: none;
	margin-left: 30px;
	text-align: left;
	height: 25px;
}

#nav li {
	margin-right: 25px;
	height: 25px;
	font-size: 18px;
	display: inline;
	font-family: "Times New Roman", Times, serif;
}
#nav li a {
	height: 25px;
	border-bottom: none;
	color: #333;
}
#nav li a:hover {
	text-decoration: underline;
}

#lang_selection {
	position: absolute;
	top: 10px;
	right: 10px;
}


#main .leftblock {
	width: 616px;
	margin: 15px 0px 15px 30px;
	float: left;
	clear: left;
}

#main .leftblock h3 {
	color: #633826;
	font-size: 12px;
	width: 100%;
	height: 26px;
}

#main .leftblock .content {
	color: #000;
	background-image: url(../img/content-left.png);
	background-repeat: repeat-x;
	background-position: 20px 0px;
    margin-bottom: 12px;
}

#main .leftblock p {
	padding: 10px 12px;
	line-height: 170%;
	font-size: 12px;
	
}

#main .rightblock {
	width: 205px;
	margin: 15px 15px 15px 0px;
	float: right;
	clear: right;
	padding: 4px 0px;
}

#main .rightblock h4 {
	font-size: 20px;
	color: #782E1B;
	height: 20px;
}

#main .rightblock .content {
}

#main .rightblock .content div {
	color: #fff;
	margin: 2px 0px;
	padding: 10px;
	background-color: #782E1B;
}

#main .rightblock p {
	line-height: 150%;
	font-size: 12px;
	padding-bottom: 6px;
	text-align: justify;
}

#main .rightblock a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#main .leftblock ul {
	padding: 10px;
	margin-left: 20px;
}

#main .leftblock ul li {
	line-height: 170%;
	margin-bottom: 12px;
}

#main .leftblock img {
	position: relative;
	margin: 4px 9px 4px 4px;
	border: 1px solid #ddd;
}