body 
{
	margin: 20px;
	padding: 0;
	background: #1d1d1d;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
}

h2 	
{
	color: #999;
	margin-bottom: 0;
	margin-left: 0px;
	height:55px;
	background-image : url(h2_bg.jpg);
	background-position : bottom;
	background-repeat : repeat-x;
	font-size : 2em;
}

h2 span
{
	display: none;
}

p	
{ 
	color: #78cada; 
	margin-top: .5em;
	font-size: .75em;
	padding-left:15px;	
}

#navigation-block {
	position:relative;
	width : 200px;
}

#hide {
	position:absolute;
	top:30px;
	left:-190px;
}

ul#sliding-navigation
{
	list-style: none;
	font-size: .75em;
	margin: 30px;
	padding: 0;
	margin-left : 0;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 150px;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 5px;
}

ul#sliding-navigation li.sliding-element h3
{
	color: #78cada;
	background:#333 url(heading_bg.jpg) repeat-y;
	font-weight: normal;
}

ul#sliding-navigation li.sliding-element a
{
	color: #999;
	background:#222 url(tab_bg.jpg) repeat-y;
	border: 1px solid #1a1a1a;
	text-decoration: none;
}

ul#sliding-navigation li.sliding-element a:hover { color: #ffff66; }

#text{
	position:relative;
	color: #999;
	font-size: .75em;
	width: 600px;
}
#text p{
	position:relative;
	color: #999;
	font-size: 1em;
	width: 600px;
	text-align : justify;
	padding-left:0;
	text-indent : 1em;
}
#text p span{
	text-indent : 0em;
}
#text h1{
	font-size : 1.5em;
	text-align : justify;
	margin-top : 0.5em;
}

#text a{
	color: #78cada;
	font-size: 1em;
}
#footer{
	color: #999;
	font-size: .75em;
	padding : 10px 10px 10px 10px;
}
#footer a{
	color: #999;
	font-size: .75em;
}

h2.rss-channel{
	height: auto;
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
	background-image: none;
}
h3.rss-title{
	margin:2em 0 0.5em 0;
	width: 100%;
	text-align: left;
	font-weight: bold;
}
.rss-descr{
	width: 100%;
	text-align: left;
}
.rss-link{
	width: 100%;
	text-align: left;
	margin: 0.5em 0 0.5em 0;
}
