/*
** all
*/
body {
	font-family: Verdana, Arial, sans-serif;
	color: #666;
	background-color: black;
}

h1, h2, h3, h4, h5 {

}

a {
	color: #666;
}

a:hover {
	color: white;
}

.none {
	display: none;
}

/*
** layout
*/

div#main {
	width: 1000px;
	margin: auto;
}

div#logo {
	text-align: center;
	padding: 20px;
}

div#header {
	width: 200px;
	float: left;
}

div.content {
	width: 800px;
	float: left;
}

div#footer {
	clear: left;
	display: none;
}

/*
** title
*/
h1.title {
	display: none;
}

/*
** langs
*/
ul#langs {
	display: none;
}

/*
** sections
*/

ul.sections {

}

ul.sections li {

}

ul.sections li,
ul.sections li a {

}

ul.sections li.selected a {

}

/*
** content
*/
div.content {
	margin-top: 15px;
}

div.content h2 {
	display: none;
}

/*
** wysiwyg
*/

div.wysiwyg {
	margin-bottom: 40px;
}

div.wysiwyg,
div.wysiwyg p,
div.wysiwyg a {
	font-size: 12px;
}

div.wysiwyg a {
	color: #999;
}

div.wysiwyg a:hover {
	color: white;
}






