body {
	background: #888;
}

#container {
	position: relative;
	width: 800px;
	text-align: left;
	background: #eee url(../images/PageShadow.png) repeat-x scroll;
	border-style: solid;
	border-width: 1px;
	margin: 0px auto 20px auto;
}

#header {
	border-width: 1px;
	border-bottom-style: solid;
	height: 100px;
	width: 800px;
}


#nav {
	padding: 10px;
	width: 180px;
}

#lang {
	position: relative;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	font-size: x-small;
}

#features {
	width: 180px;
	padding: 10px;
	font-size: 11px;
}

#contents {
	float: left;
	width: 500px;
	background: white;
	margin: 0px;
	text-align: left;
	padding: 10px 39px 10px 59px;
}

#sidebar {
	float: left;
	width: 200px;
	margin: 0px;
}

#nav li {
	list-style-type: none;
}

#features li {
	list-style-type: disc;
}

#footer {
	clear: both;
	margin-right: 201px;
	padding: 10px 60px;
}

