body, html {
	width: 100%;
	margin: 0;
    font: normal 10px Verdana, Helvetica, Arial, serif;
	background: #fff url(../images/background.gif) repeat-y top left;
	color: #333;
}

.container {
	margin: 0;
	padding: 0px;
	width: 945px;
	height: 100%;
}

.left_block {
	float: left;
	width: 400px;
	color: white;
	margin: 0px;
	margin-left: 0px;
	padding: 0;
}

.left_header {
	position: fixed;
	margin-top: 33px;
	top: 0px;
	left: 10px;
	padding: 0px;
	height: 205px;
	width: 400px;
	display: block;
	background: url(../images/whoomp.png) no-repeat;
}

* html .left_header {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/whoomp.png', sizingMethod='scale');
}

.left_ella {
	z-index: 2;
	position: fixed;
	margin-top: 200px;
	top: 0px;
	left: 300px;
	padding: 0px;
	height: 100px;
	width: 100px;
	display: block;
/*	background: url(../images/ella.png) no-repeat;*/
}

* html .left_ella {
	position: relative;
	margin-top: 0;
	top: -30px;
	left: 300px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ella.png', sizingMethod='scale');
}

.right_block {
	position: relative;
	margin: 0px;
	margin-left: 248px;
	padding-left: 195px;
	width: 415px;
	float: left;
}

* html .right_block {
	top: -278px;
	margin: 0px;
	margin-left: 218px;
	padding-left: 0px;
}

.main {
	float: left;
	position: relative;
	height: 100%;
	margin:0;
	margin-top: 137px;
	border-left: 0px solid white;
	color: #222;
	padding: 0;
	top:0px;
	text-align:left;
	font-size: 1.1em;
	line-height: 1.3em;
}

.main img {
	padding: 22px 0;
}

.main .head{
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
}


a {
    text-decoration: none;
	color: #76b;
}

a:hover {
	font-weight: bold;
	color: white;
	background-color: #76b;
}

a img {
	background: none;
	border: none;
}

a:hover img {
	background: none;
	border: none;
}

.article {
	margin-bottom: 35px;
}

.article h4 {
	padding: 0;
	margin: 0;
}

.datum {
	font-size: 1em;
	padding-bottom: 1em;
}

ul {
	margin:0;
	padding: 0;
	list-style:none;
}

li {
	list-style: none;
	margin:0;
	margin-bottom: 10px;
}

li a:hover {
	background-color: transparent;
}

