﻿/* Right Sidebar*/
#SidebarRight
{
	float: left;
	width: 200px;
	padding-left: 30px;
}

#SidebarRight img:first-child
{
	margin-bottom: 20px;	
}

#SidebarRight a
{
    margin-top: 10px;
}

.sidebox
{
	width: 170px;
	margin-bottom: 20px;
	padding-bottom: 5px;
/*	border-bottom: 1px dotted #828282; */
}

.sidebox *
{
	margin: 3px 0;
}

.sidebox h1
{
	font-weight: bold;
	margin-bottom: 5px;
}