@import 'reset.css';

* {
	margin: 0;
	padding: 0;
}
html {height: 100%;}
* html body {height: 100%;}
BODY {
	font-family: "Georgia", serif;
	font-size: 0.7em;
	line-height: 1.6em;
	color: #c0c0c0;
	height: 100%;
	background: #000 url(i/bg.jpg) top left no-repeat fixed;
}
IMG {
	border: none;
}
.wrapper {
	height: auto;
	margin: 100px 40px 30px 140px;
}
#nav {
	background: none;
	width: 140px;
	height: auto;
	float: left;
}
.point { width: 130px; margin-bottom: 20px; padding-top: 5px; line-height: 1.4em; }
A.n1:link, A.n1:hover, A.n1:active, A.n1:visited { font-size: 2.1em; color: #4eb871; text-decoration: none; font-style: italic; }
A.n2:link, A.n2:hover, A.n2:active, A.n2:visited { font-size: 1em; color: #c0c0c0; text-decoration: none; font-style: italic;}

/* CONTENT --------------------------------------------------------------*/
#content {
	background: none;
	height: auto;
	margin-left: 150px;
	margin-top: 40px;
}
H1, H2 { font-size: 1.8em; font-style: italic; color: #f5f5f5; line-height: 2em; padding-left: 30px; margin-top: 15px; vertical-align: middle; border-left: 1px dotted #fff; } 

P { margin: 10px 40px 20px 0px; font-size: 1.1em; color: #808080; line-height: 1.8em; }
P.rus { margin: 10px 40px 20px 0px; font-size: 1.1em;  color: #b0b0b0; background-color: #373737; padding: 10px 0px; }
P A:link, P A:visited,
UL A:link, UL A:visited 
	{ text-decoration: underline; color: #4eb871; padding: 1px 2px; background-color: #373737; }
P A:hover, P A:active,
UL A:hover, UL A:active 
	{ text-decoration: none; color: #fff; background-color: #666; }
UL { margin-left: 30px;	list-style: none; font-size: 1.1em; }
UL LI { margin-bottom: 5px; padding-left: 5px; color: #808080; }
#content IMG { border: 20px solid #373737; margin: 1px 0px; }