#content {
	float: left;
	padding: 0 0 0 20px;
	margin: 20px 0 0 0;
	width: 540px;
}

#sidebar {
 position: absolute;
	left: 790px;
	width: 190px;
	padding: 0;
	margin: 20px 0;
}

#logo {
	width: 100%;
	height: 90px;
	background-color: #0A0702;
	background-image : url(../images/s2dlogo.jpg);
	background-repeat: no-repeat;
}

#logo h1 {
	display: none;
}

#plaintext {
	position: absolute;
	top: 10px;
	left: 880px;
	text-align: right;
	width: 100px;
}

#plaintext a {
	color: #ffffff;
	text-decoration: none;
}

#langselect {
	margin: 0;
	padding: 1px 0 2px 232px;
	background: #E8E2D9 url(../images/pmtp.gif) repeat-x;
	height: 31px;
}

#langselect a {
	display: block;
	float: left;
	margin: 0 0 0 -1px;
	padding: 8px 16px 0 16px;
	text-decoration: none;
	font-family : Georgia, "Times New Roman", serif;
	font-size: 12px;
	color: #726E4E;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	height: 21px;
}

#langselect a:hover {
	background-color: #F3F0EC;
}

#langselect a.sel {
	background-color: #F3F0EC;
}

#topics {
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
	width: 190px;
}

#topics h3 {
	/*border-top: 1px solid #C7C2BA;
	border-bottom: 1px solid #C7C2BA;
	background-color: #ECE9E3;
	color: #726E4E;
	padding: 4px 10px 4px 10px;
	font-size: 100%;
	font-weight: bold;
	text-transform : uppercase;
	margin: 20px 0 0 0;*/
	display: none;
}

#topics p {
	padding: 4px 10px 4px 10px;
	border-top: 1px solid #C7C2BA;
	margin: 0;
	font-size: 12px;
}

#topics p.maintopicselected {
	background-color: #ECE9E3;
}

#topics p.topic, #topics p.topicselected {
	padding: 4px 10px 4px 20px;
	font-size: 11px;
}

#topics p.subtopic, #topics p.subtopicselected {
	padding: 4px 10px 4px 30px;
	font-size: 10px;
}

#topics p.topicselected, #topics p.subtopicselected {
	font-weight: bold;
}

#topics p a {
	text-decoration: none;
	color: #726E4E;	
}

#topics p a:hover {
	text-decoration: underline;
	color: #37393D;	
}

.topicSeparator {
 height: 40px;
	border-top: 1px solid #C7C2BA;
}

form.search {
	padding: 0;
	margin: 40px 0 40px 0;
}

form.search input {
	margin: 0;
	vertical-align : middle;
}

input.search {
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	background-color: #fcfcfc;
	width: 165px;
	padding: 2px;
	color: #37393D;
}
