html {
	height: 100%;
	background: #000 url(/_pix/bg_grey.jpg) fixed right bottom no-repeat;
}
body {
	height: 100%;
	margin: 0;
	padding: 0 0 60px 0;
	font: 10pt/14pt Verdana,Arial,Helvetica,sans-serif;
	color: #fff;
}
#container {
	margin: 0;
	padding: 0;
	min-height: 750px;
	background-image: url(/_pix/bg_color.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

/*** HEADER ***/
#header {
	margin: 0;
	padding: 0;
	width: 400px;
	text-align: right;
}
#lang {
	margin-top: 0px;
	font-size: 7pt;
	color: #999;
}
#lang a {
	color: #999;
}
#lang a:hover {
	color: #d07;
}
#logo {
	margin: 20px 0 70px 0;
}
#menu {
	width: 400px;
	float: left;
	margin: 30px 0 0 10px;
	text-align: right;
	background-image: url(/_pix/bg_menu.png);
	background-position: right top;
	background-repeat: no-repeat;
}

#menu ul, #menu ul li{
	margin: 0;	
	padding: 0;	
	list-style: none;
	font-size: 10pt;
	font-weight: bold;
}
#menu ul ul, #menu ul ul li{
	font-size: 8pt;
	font-weight: normal;
}

#menu ul li a { color: #fff; text-decoration: none; }
#menu ul li a:hover { color: #d07; }
#menu ul ul li a { color: #09a; }
#menu ul ul li a:hover { color: #d07; text-decoration: underline; }

#menu ul li {
	background-image: url(/_pix/bg_menu.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 0;
}
#menu ul ul li {
	background-image: none;
	padding: 0px;
}

#copyright {
	font-size: 7pt;
	color: #999;
	margin: 100px 0 70px 0;
	padding-right: 10px;
}

/*** CONTENT ***/
#content {
	margin: 0 60px 0 460px;
	max-width: 500px
}

h1, h2, h3, h4, h5 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	letter-spacing: -0.01em;
	margin-top: 0;
}
h1, h2 {
	font-weight: normal;
}
h3 { 
	color: #d07; 
}

blockquote { 
	background-image: url(/_pix/bg_block.png);
	background-repeat: repeat-y;
	padding: 10px;
	margin-left: 0;
	font-size: 8pt; 
	color: #fff;
};
dt {
	font-weight: bold;
}

dt a {
	color: #d07;
		font-weight: bold;
}
dd{
	font-size: 8pt; 
}

.magenta { color: #d07; }
.cyan { color: #09a; }

a { color: #09a; }
a:visited { color: #905; }
a:hover, a:active { color: #d07; text-decoration: underline; }

.normal {
	font-weight: normal;
}