body {
	background-color: #f1f0e6;
}

div#shadow {
	background: url(bg-shadow.gif) center repeat-y;
}

div#page {
	width: 860px;
	margin: 0 auto;
	border: 4px solid #bcbbb2;
	border-top: none;
	padding-top: 1px;
	background-color: #fff;
}

div#top {
	position: relative;
	height: 18px;
	margin: 3px 0 4px 0;
	background-color: #e5e4d2;
}

div#top ul.langs {
	position: absolute;
	top: 1px;
	left: 3px;
	list-style: none;
	white-space: nowrap;
}

div#top ul.langs li {
	float: left;
	margin: 2px;
}

div#top ul.langs li img {
	border: 1px solid #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

div#top ul.langs  li a img {
	filter: alpha(opacity=100);
	opacity: 1;
}

div#top div.menu {
	position: absolute;
	top: 2px;
	right: 5px;
	color: #555;
}

div#top div.menu a {
	color: #555;
}

div#header {
	position: relative;
	height: 200px;
	margin: 4px 0;
	background-color: #e5e4d2;
}

div#header img.logo {
	position: absolute;
	width: 208px;
	height: 57px;
	top: 8px;
	left: 10px;
}

div#header div.menu {
	position: absolute;
	width: 208px;
	top: 80px;
	left: 10px;
}

div#header img.header {
	position: absolute;
	width: 600px;
	height: 200px;
	top: 0;
	right: 0;
}

div#content {
	width: 850px;
	margin: 4px 0;
	padding: 5px;
	background-color: #ebeae0;
}

div#content p {
	padding: 0.2em 0;
}

div#content div#left {
	float: left;
	display: inline;
	width: 208px;
	padding: 5px;
	background-color: #f6f5ec;
}

div#content div#right {
	float: right;
	display: inline;
	width: 617px;
	padding: 5px;
	background-color: #f6f5ec;
}

div.projects_sep {
	height: 1px;
	overflow: hidden;
	margin: 5px 0;
	background-color: #000;
}

div.advmenu a {
	display: block;
	margin: 2px 5px;
	padding-left: 12px;
	color: #555;
	background: #f1f0e6 url(bg-menu.gif) left no-repeat;
}

div.advmenu a:hover {
	color: #333;
	text-decoration: none;
	background: #d9d8c7 url(bg-menu_.gif) left no-repeat;
}

div.advmenu a.sel {
	background-color: #d9d8c7;
}

div.advmenu div.sep {
	height: 1px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
	background: url(bg-dotted.gif);
}

div.advmenu div.level {
	padding-left: 10px;
}

div#bottom {
	position: relative;
	height: 18px;
	margin: 4px 0;
	background-color: #e5e4d2;
}

div#bottom p {
	position: absolute;
	top: 2px;
}

div#bottom p.copyright {
	left: 5px;
	color: #18ade7;
}

div#bottom p.developed {
	right: 5px;
	color: #18ade7;
}

div#bottom p.developed a {
	color: #f8543e;
	font-weight: bold;
}

h1 {
	font: normal normal normal 18px Arial;
	color: #18ade7;
	margin-bottom: 5px;
	border-bottom: 1px dotted #18ade7;
}

h2 {
	margin: 5px 0;
	padding: 2px 5px;
	font: normal normal bold 11px Arial;
	color: #fff;
	background-color: #666;
}

div#content div.sep_left {
	height: 4px;
	margin: 4px 0;
	border-top: 4px solid #fff;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
	background-color: #ebeae0;
}

div#path {
	margin-bottom: 2px;
	padding: 2px 5px;
	color: #333;
	background: #e5e4d2 url(bg-path.gif) right repeat-y;
}

div#path a {
	color: #333;
}

div#shadow_bottom {
	height: 31px;
	padding: 5px 0 4px 0;
	text-align: center;
	background: url(bg-shadow_bottom.jpg) top no-repeat;
}

div#left_newsletter div#newsletter_message {
	position: relative;
	margin: 0;
	border: 0;
	padding: 2px 0;
	color: #f00;
}

div#left_newsletter div.spacer {
	position: relative;
	margin: 2px 0;
	border: 0;
	padding: 0;
}

div#left_newsletter label {
	color: #333;
}

div#left_newsletter input.submit {
	margin-left: 5px;
}

div#left_newsletter input#newsletter_mail {
	width: 148px;
}
