body {
	font-family:verdana;
	margin:0;
	background:url(../images/body-bg.png) repeat-x #fff;
}
h1 {
}
h2 {
}
h3 {
}
a {
	color:#2B2C62;
	text-decoration:none;
}
a:hover {
	background:#DFE0FF;
}
form {
	margin:0;
	padding:0;
}
p {
}
ul {
	margin:0;
	padding:0;
}
a img {
	border:none;
}
.block {
	display:block;
}
.left {
	float:left;
}
.right {
	float:right;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.nicer {
	line-height:1.4em;
}
.smaller {
	font-size:11px;
}
.small {
	font-size:10px;
}
div#main {
	width:900px;
	margin:0 auto;
	background:#fff;
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
	border-bottom:1px solid #dadada;
}
div#head {
	padding:14px 10px;
	background:url(../images/head-bg.png) no-repeat right;
}
div#contact {
	position:absolute;
	left:0;
	top:0;
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
	margin:155px 0 0 0;
	z-index:1000;
}
div#contact a:hover {
	background:none;
}
div#contact img {
	display:block
}
div#menu {
	margin:0 0;
	background:#dadada;
	width:100%;
	overflow:auto;
}
div#menu a {
	float:left;
	display:block;
	font-size:11px;
	font-weight:bold;
	padding:8px 10px;
	background:url(../images/menu-bg.png) no-repeat 2px 2px #dadada;
	color:#000;
	text-decoration:none;
	border-right:4px solid #fff;
}
div#menu a:hover {
	color:#DD6C02;
}
div#menu div.lang {
	clear:right;
	float:right;
	font-size:11px;
	padding:5px;
	margin:0 0 0 0;
}
div#menu div.lang select {
	font-size:11px;
}
div#middle {
	width:100%;
	overflow:auto;
	font-size:12px;
}
div#footer {
	font-size:11px;
	text-align:center;
	margin: 1em 0 0 0;
	color:#444;
	line-height:1.7em;
	background:url(../images/footer-bg.png) bottom repeat-x;
	padding:5px 0;
	position:relative;
}
div#footer img.logo {
	position:absolute;
	bottom:0;
	right:0;
}
div#footer a {
	color:#292862;
	padding:0 6px;
}
ul.errors {
	margin:4px 0;
	padding:0 0 0 2em;
	color:red;
	font-weight:bold;
}