/*****************************************************************************************
								 Вёрстка и Дизайн SlaviO
								Vyorstka I Dizayn SlaviO
								   data2pvs@yandex.ru
								    www.entarea.ru
*****************************************************************************************/
* {
	margin : 0;
	padding : 0;/* стандартное правило для удаления всех посторонних отступов */
}
body {
	text-align: center;
	/*background-color: #999999;*/
	background: url(/vbg.jpg) repeat-y top #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
h1, h2 {
	color: #0000FF;
	font-weight: normal;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
img {
	border : none;
}
#header, #footer {
	text-align: center;
	width: 900px;
}
#header {
	padding-bottom: 20px;
}
#content, #header, #footer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#footer {
	margin-top: 20px;
	clear: both;
}
#header, #content {
	background-color: #CCCCCC;
}
#footer img {
	border: 0;
}
#content {
	text-align: left;
	padding: 20px;
	width: 860px;
}
#menu {
	width:190px;
	vertical-align: top;
	height: 400px;
	float: left;
}
#maincontent {
	margin-left: 190px;
}
#maincontent ul, #maincontent ol, #maincontent li {
	margin-left: 20pt;
}
.imgleft {
	float: left;
	margin-right: 10px;
}
.imgright {
	float: right;
	margin-left: 10px;
}
#maincontent td img {
	margin-right: 10pt;
}
