@charset "utf-8";

#show_wrapper {
	float: left;
	width: 600px;
	margin-top: 20px;
	padding-bottom: 50px;
}

.show { margin-left: 50px; }

#sidebar_right_wrapper {
	float: right;
	width: 200px;
	font: 11px "segoe ui", verdana, arial;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
}

.sidebar_right {
	margin-top: 20px;
	padding: 15px;
	background: #F5F5F6 url(../images/bg_sidebar.png) no-repeat bottom;
	border-top: 10px solid #CCFF00;
	width: 170px;
}
.sidebar_right  p { margin-bottom: 10px; }

.sidebar_right img {
	margin-right: 10px;
	display: inline;
	float: left;
	margin-bottom: 20px;
	border-style: none;
}
.sidebar_right a {
	color: #27343C;
	text-decoration: none;
}
.sidebar_right a:hover {
	color: #90C92E;
	text-decoration: none;
}



.show h1 { font: 100 30px Georgia, "Times New Roman", Times, serif; }
.show h2 { font: 100 20px Georgia, "Times New Roman", Times, serif; }
