/* CSS Document */

#root {
	background-image:url(../images/newsback.jpg);
}

 #top .decor_logo {
 position: absolute;
 top: 55px;
 _left: 28%;
 z-index:500;
}
html > body  #top .decor_logo {
      right: 8%;
}
#top .decor_logo img {
 background: url(../images/logo.png) no-repeat top left;
 width: 330px;
 height: 200px;
 margin-top:70px;
}

#mediacontent {
	margin: 100px 0px 20px 10%;
}
#mediacontent p {
font:1.2em Arial;
 color: #edd9c2;
 margin: 0px 0px 10px 0px;
 line-height:1.6em;
}

#mediacontent .bold p{
 font: bold 1.3em Arial;
 color: #edd9c2;
 margin: 20px 0px;
 line-height: 1.5em;
}
.decor_block_link span.decor_link_1a {
 background: url(../images/prev_g.gif) no-repeat right bottom;
 padding: 14px 12px;
 float:left;
 dipslay:inline;
 width:38%;
}
.decor_block_link span.decor_link_2a {
 background: url(../images/next_g.gif) no-repeat left bottom;
 padding: 14px 12px;
 float:right;
 dipslay:inline;
 width:38%;
}

#top .leftblock #mediacontent .l_block img {
	background-color:#366;
	border:none;
}
