
* 
{
	margin:0;
	padding:0;
}

body
{
	font-size: 100%;
	color: #666;
	background-color: #fff;
}

a
{
	color: #990033; /* цвет ссылок */
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#globalblock
{	
	padding: 0em;
	margin: 0em;
	width: 100%;
}

#sitename
{
	position: relative;
	background: #990033; /* цвет заднего фона заголовка */
	height: 8em;
	padding-left: 10%;
}

#sitename h1
{
	position: absolute;
	top: 1.5em;
	font-size: 200%;
	color: #fff;
}

#admin
{
	position: absolute;
	top: 3.5em;
	right: 3em;
	text-align:center;
}

#admin li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: solid 1px #E0E8EF;
}

#admin li a
{
	color: #fff;
	padding: 0.1em;
	text-decoration: none;
}

#admin li a:hover
{
	text-decoration: underline;
}

#content
{
	line-height: 1.5em;
}

#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#statContent ul
{
	list-style:circle;
}

#textContainer
{
	background-color: #fff;
	float: right;
	margin: 0em -19em 0em -19em;
	width: 100%;
}

#textContent
{
	margin: 1.5em 19em 0em 17.25em;
	padding: 1.5em 3em 1.5em 3em;
}

#menuContainer
{
	position: relative;
	float: left;
	width: 14em;
	padding: 3em 2em 1.5em 2em;
	background: #fff url('images/a1.gif') top right repeat-y;
}

#reklamnyiblock
{
	position: relative;
	float: right;
	width: 15em;
	padding: 3em 2em 1.5em 2em;
	background: #fff url('images/a2.gif') top left repeat-y;
}

#reklamnyiblock .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url('images/a4.gif') top left no-repeat;
	height: 64px;
	width: 128px;
}

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #000;
	padding: 1.4em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}

.clear
{
	clear: both;
}

