@charset "utf-8";
/* CSS Document */

@import url(margins.css);
@import url(menu.css);

* html img {
	behavior: url(/tools/iepngfix/iepngfix.htc);
}

body {
	margin: 0;
	background: url(/img/background.jpg) repeat-x left top;
	background-color: #FCF9EC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
}

#page {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	background: url(/img/body.jpg) transparent repeat-y 16px center;
}

#background {
	background: url(/img/header.jpg) transparent no-repeat center top;
	padding-top: 220px;
}

#header {
	position: absolute;
	top: 0;
	width: 830px;
	/*height: 540px;*/
	z-index: 1;
}

#title {
	position: absolute;
	overflow: hidden;
	left: 60px;
	top: 85px;
	height: 50px;
	width: 220px;
}

#title h1 {
	font-size: 0px;
	background: none;
}

#title h1 a {
	display: block;
	overflow: hidden;
	padding-top: 50px;
	padding-left: 220px;
}

* html #title h1 a {
	font-size: 0px;
}

#languages {
	position: absolute;
	top: 77px;
	right: 18px;
	font-size: 9px;
	color: #F1E0A0;
}

#languages a {
	color: #F1E0A0;
}

#body {
	/*position: absolute;*/
	margin-left: 15px;
	width: 815px;
	z-index: 10;
}

#left {
	float: left;
	width: 130px;
	margin-left: 14px;
	padding-bottom: 15px;
}

* html #left {
	margin-left: 7px;
}

#left ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#left li {
	padding: 0;
	margin: 0;
}

#right {
	float: right;
	width: 647px;
	margin-right: 15px;
	padding-bottom: 20px;
}

* html #right {
	margin-right: 7px;
}

#footer {
	clear: both;
	background: url(/img/footer.gif) #FCF9EC no-repeat center top;
	font-size: 9px;
	letter-spacing: -0.5px;
	padding-top: 3px;
	color: #EBDFA1;
	width: 100%;
}

#footer a {
	color: #EBDFA1;
}

#links {
	width: 240px;
	float: left;
	margin-left: 25px;
}

* html #links {
	margin-left: 12px;
}

#address {
	width: 500px;
	float: right;
	text-align: right;
	margin-right: 25px;
}

* html #address {
	margin-right: 12px;
}

#copyright {
	clear: both;
	text-align: right;
	margin-right: 25px;
	padding-top: 15px;
	color: #CCB8A0;
}