body{
	background: #fff url('path3052.png') fixed no-repeat right bottom;
	
}
div.navbar-inner{
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
td.fieldname{
	text-align: right;
}
td.heading{
	font-weight:bold;
}
td.category{
	font-weight:bold;
}
td.postfooter{
}
span.title{
	font-weight:bold;
}
span.news_title{
	font-weight: bold;
}
div.authorcol{
	background: #eee;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.graphs{
  width: 1000px;
  padding: 5px;
  background: #111;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 3px #555;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
a.soft_link{
  color: #ccc;
}
a.soft_link:hover{
  color: #aaa;
  text-decoration: none
}
h1{
/*	padding-left: 20px;*/
/*	background: url('blue-box.png') no-repeat;*/
}
div.content_rounded{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
	box-shadow: 0px 0px 8px #aaa;
}
h1{
	color: #09d;
	text-shadow: 0px 0px 8px #aaa;
	font-size: 50px;
}
h2{
	color: #777;
}
