body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #e8e8e8;
}

#page {
	margin: 0px auto;
	width: 761px;
}

#header {
	text-align: center;
}

#content {
	font-size: 1.2em
}

.narrowcolumn .entry, .doccolumn .entry, .post {
	line-height: 1.4em;
}

#footer {
	width: 761px;
	clear: both;
	background: url(/images/wt_footer.gif) no-repeat bottom; 
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.7em;
	color: #777;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h2 {
	font-size: 1.6em;
}

#header h1 {
	line-height: 1em;
	margin: 0;
	text-align: center;
	font-size: 1.6em;
	color: white;
}

#header h2 {
	line-height: 1em;
	margin: 0;
	text-align: center;
	font-size: 1.4em;
	color: white;
	font-weight: normal;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

#linkww {
	text-align: right;
	margin-right: 25px;
	margin-top: 5px;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

a.extern {
    background: url(/images/external.gif) center left no-repeat;
    padding-left: 13px;
}


.narrowcolumn {
	float: left;       
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}

.doccolumn {
	float: left;
	padding: 0 0 20px 50px;
	margin: -15px 0 0;
	width: 660px;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
}

#footer p {
	padding: 20px 0;
	text-align: center;
}

h2 {
	margin: 20px 0 0;
}

#sidebar h2 {
	margin: 5px 0 0;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#sidebar .eng {
	margin: -25px 0 0 0;
	padding: 0;
}

#sidebar .rus {
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar {
	text-align: left;
	padding: 10px 0 10px 0;
	margin-left: 545px;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}


#header a {
	color: white;
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
}


