body {
	margin: 0;
	color: #666;
	font: 11px Arial,Helvetica,sans-serif;
	background: #fff;
}
img {border-style: none;}
a {
	text-decoration: none;
	color: #09f;
}
a:hover {text-decoration:underline;
}
#wrapper {
	width: 940px;
	margin: 16px auto 0;
}
#header {
	overflow: hidden;
	height: 1%;
	margin-bottom: 12px;
}
#header .logo {
	background: url(../images/bg-logo.gif) no-repeat;
	margin: 0;
	width: 242px;
	height: 82px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
#header .logo a {
	display: block;
	height: 100%;
}
#nav {
	margin: 52px 0 0;
	padding: 0;
	float: right;
	list-style: none;
}
#nav li {
	float: left;
	padding: 4px 23px;
	font-size: 14px;
	font-weight: bold;
}
#nav li.active {background: #ededed;}
#nav li a {
	color: #999;
}
#nav li a:hover {color: #09f;}
.image-holder {margin-bottom: 20px;}
.image-holder img {display: block;}
#main .info-block {
	overflow: hidden;
	height: 1%;
	border-top: 1px solid #ccc;
	padding: 6px 0 10px 0;
}
#main div.sub {
	padding-right: 32px;
	width: 281px;
}
#main .info-box {
	width: 313px;
	float: left;
	line-height: 18px;
}
#main .info-box h2 {
	color: #09f;
	font: 20px Georgia, 'Times New Roman',times;
	margin: 0 0 10px 0;
	text-align: center;
}
#main strong.indent {display: block;}
#sidebar .rss-news strong.indent {margin-bottom: 3px;}
#main .info-box p {margin: 0;}
#main .info-box a {
	font-size: 12px;
	font-weight: bold
}
.info-box .social-networks,#sidebar .social-networks{
	margin: 0;
	padding: 0;
	list-style: none;
}
.info-box .social-networks li, #sidebar .social-networks li {margin-bottom: 5px;}
.info-box .social-networks a,
#sidebar .social-networks a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 45px;
	width: 234px;
	margin: 0 auto;
}
.social-networks a.twitter {background: url(../images/btn-twitter.gif) no-repeat;}
.social-networks a.facebook {background: url(../images/btn-facebook.gif) no-repeat;}
.social-networks a.linked {background: url(../images/btn-linked.gif) no-repeat;}
.container {
	overflow: hidden;
	height: 1%;
}
#content {
	float: left;
	width: 610px;
	padding-bottom: 18px;
	font-size: 12px;
	color: #8f8f8f;
}
#content h2 {
	margin: 0 0 14px;
	text-align: right;
	font-size: 30px;
	color: #09f;
	font-weight: normal;
}
#content .image-place {margin-bottom: 12px;}
#content .image-place img {display: block;}
#content strong.indent {
	margin-bottom: 5px;
	color: #333;
}
#content p {
	margin: 0 0 5px;
	line-height: 20px;
}
#sidebar {
	float: right;
	width: 280px;
	padding: 3px 20px 0 0;
}
#sidebar dl.rss-news dd {color: #8F8F8F !important;}
#sidebar dl.rss-news dd strong {color: #666;}
#sidebar h3 {
	margin: 0 0 10px;
	font:normal 20px Georgia,'Times New Roman',times,serif;
}
.rss-news {
	margin: 0;
	color: #999;
}
.rss-news dt {
	float: left;
	font-size: 13px;
	margin-right: 10px;
}
.rss-news dd {
	color: #666;
	margin: 0;
	display: block;
	overflow: hidden;
	height: 1%;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	margin-bottom: 20px;
}
.rss-news dt span {
	display: block;
	font-size: 21px;
}
#sidebar .rss-news {
	padding-bottom: 14px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
	height: 1%;
}
#sidebar .social-networks a {margin: 0;}
#footer {
	padding-top: 12px;
	border-top: 1px solid #ccc;
}
#footer p {margin: 0;}
