@charset "utf-8";
/* CSS Document */

#sidebar_right_os{
	float:right;
	width:180px;
	margin-right:10px;
	margin-top:71px;
	padding:10px;
	background-color:#FFE384;
}

#sidebar_right_os h1{
	color:#7BC143;
	font-size:20px;
	font-weight:lighter;
	padding-bottom:10px;
	}
#sidebar_right_os h2{
	color:#79BDE8;
	font-size:18px;
	font-weight:lighter;
	padding:2px;
	}
#sidebar_right_os h3{
	color:007DC3;
	font-size:16px;
	font-weight:lighter;
	padding:3px;
	}
#sidebar_right_os h4{
	background-color:#007DC3;
	font-size:9px;
	color:#FFE384;
	padding:6px;
}
#sidebar_right_os a{
	color:#007DC3;
}
#sidebar_right_os a:hover{
	color:#79BDE8;
}
#content_os{
	margin-left:145px;
	margin-right:220px;
	margin-top:30px;
	padding-bottom:10px;
	}
#content_os h1{
	font-size:24px;
	color:#8386c0;
	margin-bottom:10px;
	font-weight:lighter;
	border-bottom: 1px solid #79dbe9; 
	}
#content_os h2{
	font-size:20px;
	color:#79dbe9;
	padding:10px;
	font-weight:lighter;
	}
#content_os h3{
	font-size:20px;
	color:#8386c0;
	padding:10px;
	font-weight:lighter;
	}	
